Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattdf/pw-retention
Tool to help keep passwords in memory
https://github.com/mattdf/pw-retention
Last synced: 19 days ago
JSON representation
Tool to help keep passwords in memory
- Host: GitHub
- URL: https://github.com/mattdf/pw-retention
- Owner: mattdf
- License: gpl-3.0
- Created: 2016-01-23T16:25:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T15:03:13.000Z (almost 9 years ago)
- Last Synced: 2024-10-07T20:22:01.669Z (about 1 month ago)
- Language: C
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pw-retention
Tool to help keep passwords in memoryPasswords are hashed with SHA512 and a salt and kept in an sqlite database, and running the program will prompt you to enter the passwords in a random order. If you enter in seldom used passwords or passphrases (such as for a rarely used SSH key, or backup verification codes) it will help keep them in memory, and not forget them from never using them, while at the same time never having the passwords stored anywhere, not even in encrypted form. Just run this once a day and run through the passwords you've put in and it will help your password retention.
Licensed under GPLv3
Matthew Di Ferrante