X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/dab03511b5e4c2ece6f61c94a2efd09e77e66cbb..31ff254edd8d9c6927a67838ec4418ad8ba42652:/pwsafe?ds=sidebyside 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.