diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,4 +46,7 @@ A simple example that demonstrates most of the features: else: print "It does not match" + # Generate a 256-bit cryptographic key + key = bcrypt.kdf(password, salt, 100, 256/8) + $Id$ |