t/t-algorithms.py: Add a simple test for `Keccak1600.copy'.
[catacomb-python] / pwsafe
diff --git a/pwsafe b/pwsafe
index c12f856..9de0b31 100644 (file)
--- a/pwsafe
+++ b/pwsafe
@@ -59,8 +59,8 @@ def die(msg):
 def cmd_create(av):
 
   ## Default crypto-primitive selections.
-  cipher = 'blowfish-cbc'
-  hash = 'rmd160'
+  cipher = 'rijndael-cbc'
+  hash = 'sha256'
   mac = None
 
   ## Parse the options.