From: Mark Wooding Date: Sun, 28 May 2017 18:02:55 +0000 (+0100) Subject: pwsafe: Change the default crypto. X-Git-Tag: 1.3.0~37 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/6af1255c9ee179bc21b09f3b87eeea720eb9af39?ds=sidebyside pwsafe: Change the default crypto. Use Rijndael rather than Blowfish (wtf?) and SHA256 instead of RIPEMD-160. Defaults will continue to change. --- 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.