seanpont / passman

A Password Manager
MIT License
3 stars 1 forks source link

Why still blowfish? #1

Open 0xf10e opened 9 years ago

0xf10e commented 9 years ago

Bruce Schneier was quoted in 2007 "At this point, though, I'm amazed [Blowfish is] still being used. If people ask, I recommend Twofish instead.". So why not Twofish (not considered broken by Bruce in 2005) or Threefish (might be considered showing little cracks but those are probably not bigger than the cracks in AES) if you want to stay with Bruce?

Going further down this lane one has, of course, suggest something like using scrypt to key the symmetric cipher.

seanpont commented 9 years ago

You're right, passman is due for an update. I will make the encryption protocol configurable and the default will be scrypt.

0xf10e commented 9 years ago

Sweet, looking fwd to this update :)