mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Change entropy message for vault
This commit is contained in:
parent
dc403eb21e
commit
86b9f84fb9
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ class AES(object):
|
|||
|
||||
# Get a block of random data. EL does not have Crypto.Random.new()
|
||||
# so os.urandom is used for cross platform purposes
|
||||
print "WARNING: if encryption hangs, add more entropy (suggest using mouse inputs)"
|
||||
print "WARNING: if encryption hangs, add more entropy (possibly mouse/keyboard inputs)"
|
||||
salt = os.urandom(bs - len('Salted__'))
|
||||
|
||||
key, iv = self.aes_derive_key_and_iv(password, salt, key_length, bs)
|
||||
|
|
Loading…
Reference in a new issue