Crates.io | passafe |
lib.rs | passafe |
version | 1.0.4 |
source | src |
created_at | 2021-08-21 12:02:53.013734 |
updated_at | 2022-01-29 04:39:21.209624 |
description | A password manager for *nix operating systems |
homepage | |
repository | https://github.com/Gokul2406/passafe |
max_upload_size | |
id | 440303 |
size | 60,671 |
Passafe is a password manager made for *nix using rust Passafe stores the passwords in your local filesystem. This ensures that only you the user will be able to see the passwords Fun thing about passafe is that it doesn't store passwords in raw format rather it encrypts it using the master password provided by the user
Where are passwords stored ?
Passwords are stored in ~/.local/share/passafe/passwords.json file JSON is easily readable but since passafe stores passwords by encrypting it no one can look at the password by using the file
Is passafe collecting any data ?
No not at all. Passafe doesn't collect any info or store your password in a database. If you want to check whether we are telling the truth it's easy just read to source code and you will understand that passafe doesn't store any of your data in a database
git clone https://github.com/Gokul2406/passafe.git
cargo install --path .
You can download the binary from https://github.com/Gokul2406/passafe/releases/download/1.0/passafe
Add the file into your path
Run the program using
passafe
Creating a master password
Storing a master password
Login functionality
Creating Passwords and storing them
Encrypting user inputed passwords before storing them
Printing all the passwords given by the user after decrypting it
Coloured outputs
This project is open to contributions from anyone.
If you find any bugs or have a feature you want create an issue it will really help the project grow
gokulpbharathan89@gmail.com