RustyVault

Crates.ioRustyVault
lib.rsRustyVault
version0.1.1
sourcesrc
created_at2022-12-31 18:12:49.301402
updated_at2023-01-02 04:58:47.872611
descriptionA gui password manager in your terminal. Encrypted and secure.
homepage
repositoryhttps://github.com/saranshsaini/RustyVault
max_upload_size
id748521
size59,561
Saransh Saini (saranshsaini)

documentation

README

RustyVault

A gui password manager living in your terminal

RustyVault is a place to place your passwords for later use.

Features

  • Fully encryped using argon2 and AES-GCM encryption
  • Add, delete, and edit passwords
  • Intuitive UI built with TUI and Crossterm

Installation

Using homebrew:

brew tap saranshsaini/rustyvault
brew install rustyvault
rustyvault

Using crates.

cargo install RustyVault

Development

While everything is encrypted, I am no security expert. Future updates should focus on making sure everything is as secure as possible.

Contributions are always welcome!

License

MIT

Commit count: 14

cargo fmt