Keyholder

Keyholder

13 devlogs
21h 25m
•  Ship certified
Created by Koei

A fully local, terminal-based password storage and management app written in Python.

Timeline

Ship 1

1 payout of shell 203.0 shells

Koei

about 1 month ago

Koei Covers 13 devlogs and 21h 25m

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)

testing revealed another bunch of bugs. lots of bugfixes today.

Update attachment

finishing up on README. final touches remain.

Update attachment

nothing too significant done today, just a bunch of bugfixes. getting ready to ship.

Update attachment

here is the commands showcase until now. there are a few that i didnt show and are work in progress. coming soon™

Koei Koei about 1 month ago
also yes, the ctrl+c to clear feature doesnt work that is why the video is cut at the end :p

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.

Update attachment

setting and modifying the master key works. now to make the user be able to store new passwords + several other commands.

Update attachment

added some fancy colored text and stuff using the rich library. very cool. still working on password auth.

Update attachment

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.

Update attachment

generation of encrypted passwords file is working

Update attachment

getting the skeletons of the core functions going.

Update attachment

initial commit!

Update attachment