Artifact 3cbd93776b3c9e7f1c9983dd60e979b1b265875f:
- File README.md — part of check-in [bf46eec3a7] at 2016-03-15 19:41:08 on branch trunk — Updated README to be more accurate and deal with the new storage mechanism (user: rkeene, size: 915) [annotate] [blame] [check-ins using]
All I see are stars
About
The "hunter2" password manager is a simple script-oriented password manager. You request that passwords be stored by a given identifier and then later retrieve them with that identifier.
Passwords are encrypted using your public RSA key and can be decrypted with your private RSA key. Currently only keys accessed via PKCS#11 security modules (such as smartcards, TPMs, etc) are supported.
Passwords may be shared among users of the same database and anyone who can decrypt the password may add additional users be able to access the password.
Passwords are stored in a simple text-based file which can be easily merged by your version control system. AES-128 is used to encrypt the passwords and RSA is used to encrypt the AES key.