A fully local, terminal-based password storage and management app written in Python.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Keyholder v1.0 is OUT! I've attached a video showing some of the basic commands of the program.
(devlog time was me commenting code and adding docstrings)
here is the commands showcase until now. there are a few that i didnt show and are work in progress. coming soon™
added login on startup and a couple other polishes. will finish up all password creation, listing, and viewing tomorrow. help command is all i could showcase because listing the passwords would actually expose my own passwords lmao.
added a couple of commands + a help command. using rich's tables to render a fancy tables for stuff. core encryption, decryption and authentication functionality is working btw.
setting and modifying the master key works. now to make the user be able to store new passwords + several other commands.
added some fancy colored text and stuff using the rich library. very cool. still working on password auth.
retrieval of encrypted password data is working fine. currently uses a static salt for the encryption hardcoded into the file but i'll change that soon.