RustyBox

Crates.ioRustyBox
lib.rsRustyBox
version0.1.0
sourcesrc
created_at2022-12-31 06:48:49.680457
updated_at2022-12-31 06:48:49.680457
descriptionA simple gui password vault in your terminal. Encrypted and secure.
homepage
repositoryhttps://github.com/saranshsaini/RustyBox
max_upload_size
id748270
size60,028
Saransh Saini (saranshsaini)

documentation

README

RustyBox

A simple password vault living in your terminal

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

Features

  • Fully encryped using argon2 and AES-GCM encryption
  • Add, delete, and edit passwords

Installation

You can install it from crates.io

cargo install rustybox

Development

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