Crates.io | safepass |
lib.rs | safepass |
version | 1.0.1 |
source | src |
created_at | 2022-09-03 18:54:42.779383 |
updated_at | 2022-10-28 20:49:49.118477 |
description | A CLI password manager |
homepage | |
repository | https://github.com/costa86/safepass |
max_upload_size | |
id | 658018 |
size | 5,404,795 |
SafePass is a CLI password manager
master key
cargo install safepass
OS | Architecture | File* |
---|---|---|
Linux | x86_64 | safepass |
*Make sure you've granted executable permissions to it
./safepass
TLDR: Keep the security key file intact!
The security key is a file that works as a master key
to encrypt/decrypt passwords in the database. If you tamper with it, you will lose access to all the passwords you have saved so far! It's located on the same path as the database, under the name safepass.key
In case you run into issues if you install it using cargo, make sure you've installed the following:
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libssl-dev sqlite3 libsqlite3-dev