Commit 86b9f84f by James Tanner

Change entropy message for vault

parent dc403eb2
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment