Meet krypt 🔐 – A terminal password manager built for speed, security, and keyboard warriors.

I built this over the weekend while playing with Zed and Copilot. Would love to hear your thoughts!

No browser extension. No cloud subscription. Just a fast, secure, keyboard-driven TUI 🚀

Fast | 🔐 Secure | 💻 Scriptable

  • AES-256-GCM encryption + Argon2id key derivation
  • Optional TOTP 2FA unlock
  • Logins, Notes, Cards, Identities, SSH Keys
  • GitHub Gist sync (encrypted)
  • CLI access for scripting: krypt get <name> <field>

Built with Go + Bubble Tea + Lip Gloss.

Try it out, star the repo, or roast my (copilot) code—all feedback welcome! 🌟

🔗 github.com/mojoaar/krypt

  • k_rol@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 days ago

    Since this is vibe coded, I’d definitely like to see lots of testing in the same repo. And why not add automated testing in GitHub action on new pushed commits so we can all see the results without cloning it.

    That could give some credibility to the code.

    Edit: add a vulnerability scanner as an app in GitHub too