
At the time of this writing, it is available online at, but I don't know how long that link will be live.
#Pwsafe iphone password#
One analysis of the Password Safe file format can be found in the paper, "On The Security of Password Manager Database Formats," by Gasti and Rasmussen. Here is some additional information, not meant to detract from the previous excellent answers. Scheneier's banter about speed of Twofish is just an old piece of commercial advertisement which made sense 15 years ago when Twofish was involved in the AES competition (but, ultimately, Rijndael won and became "the AES"). 3DES is "slow" which means that decrypting all your stored password would take 500 microseconds instead of 50 with a faster algorithm - but you would not see the difference anyway. In practice, the encryption speed is not important. I have not looked what Password Safe employs for that step, but usual recommendations are bcrypt and PBKDF2.

When doing the slowness in the password hashing step, on the other hand, you can make things more equal between you and the attacker. In other words, if the encryption itself was slow, you would not be able to make it as sow as you would wish, and the attacker would not be much thwarted. On the other hand, the attacker only has to decrypt the first block or so to quickly rule out wrong passwords. If the encryption was inherently slow, then it would be very slow for you, because encryption time is proportional to the size of the data to encrypt or decrypt. Salts and configurable slowness, the two mantras of good password processing, are to be applied on step 1, not step 2.
#Pwsafe iphone free#
Password Safe protects passwords with the Twofish encryptionĪlgorithm, a fast, free alternative to DES.Īlthough I respect Schneier, the "fast" encryption part gives me pause.

Password Safe was created by Bruce Schneier, who said the following about it: They use the same file format, so you can alternate between the two, using the same file, as Joel Spolsky recommended. Both store a list of user passwords in a file, which is encrypted using a master password. Password Safe and Password Gorilla are both programs to manage passwords.
