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

3 months 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
Koei
Koei
1h 11m 3 months ago

finishing up on README. final touches remain.

Update attachment
Koei
Koei
1h 18m 3 months ago

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 3 months ago
also yes, the ctrl+c to clear feature doesnt work that is why the video is cut at the end :p
Koei
Koei
3h 47m 3 months ago

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.

Koei
Koei
3h 57m 3 months ago

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
Koei
Koei
3h 13m 3 months ago

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

Update attachment
Koei
Koei
1h 37m 3 months ago

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

Update attachment
Koei
Koei
1h 21m 3 months ago

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
Koei
Koei
1h 18m 3 months ago

getting the skeletons of the core functions going.

Update attachment

initial commit!

Update attachment