summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index a7b12a4..5067c40 100644
--- a/README
+++ b/README
@@ -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$