X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/6bafc85afd0ba6b8cbe83487eaf5f0d846c76fb7..6af1255c9ee179bc21b09f3b87eeea720eb9af39:/pwsafe diff --git a/pwsafe b/pwsafe index c12f856..9de0b31 100644 --- 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.