chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6bafc85
)
pwsafe: Change the default crypto.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 28 May 2017 18:02:55 +0000
(19:02 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 7 Jul 2017 20:18:56 +0000
(21:18 +0100)
Use Rijndael rather than Blowfish (wtf?) and SHA256 instead of
RIPEMD-160.
Defaults will continue to change.
pwsafe
patch
|
blob
|
blame
|
history
diff --git
a/pwsafe
b/pwsafe
index c12f856bd5e7dee42bfec95c67dd254c2b16219c..9de0b3103bdf86a108055942acf26a9bbbba17c8 100644
(file)
--- a/
pwsafe
+++ b/
pwsafe
@@
-59,8
+59,8
@@
def die(msg):
def cmd_create(av):
## Default crypto-primitive selections.
def cmd_create(av):
## Default crypto-primitive selections.
- cipher = '
blowfish
-cbc'
- hash = '
rmd160
'
+ cipher = '
rijndael
-cbc'
+ hash = '
sha256
'
mac = None
## Parse the options.
mac = None
## Parse the options.