https://github.com/h5law/word
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/h5law/word
- Owner: h5law
- License: zlib
- Created: 2025-06-27T09:15:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T22:57:06.000Z (3 months ago)
- Last Synced: 2025-06-27T23:31:00.843Z (3 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# word
> **NOTE** This project is still pre-alpha and very much a WIP
## Password Store
At its core `word` is a password store written using C and a simple ncurses based
UI if desired or can be interacted with through a simple CLI.`word` stores passwords in a key-value-like database. Where each key in this
case is what the storage will be linked to. For example a specific website).
Then those keys store the relevant data assigned to them:- Usernames
- Passwords
- Emails
- (2FA codes)[2FA]