I'm trying to decide between Password Safe and Keepass. I'm wondering about the way Yubikey is used to secure the database in each one:
- Keepass uses OATH-HOTP
- Password Safe uses Challenge-Response
In here (
https://plus.google.com/117010240131763 ... b46TSZKt2B) a person named Dennis Clark says this in his post:
Quote:
OATH-HOTP is a public OTP algorithm but I'm a bit suspicious of the security of any OTP algorithm for self-encryption. [<-- talking about KeePass]
There is another password management application called Password Safe that integrates with Yubikeys in Challenge-Response mode. In this case the Yubikey does operate as a secure source for part of the encryption key, so it's more secure than either of the two KeePass Yubikey integration options.
Do I understand this correctly, that KeePass doesn't use the Yubikey to encrypt the contents of the database itself? Ie. if someone would get the database file and try to bruteforce it, he would only need the master password and not the OATH-HOTP?
Password Safe respectively does encrypt the database with a changing code, making it more secure?