rpw

Crates.iorpw
lib.rsrpw
version0.1.1
sourcesrc
created_at2021-11-20 15:33:22.216202
updated_at2021-11-20 15:47:52.641137
descriptionA simple, small cli based password manager
homepage
repositoryhttps://github.com/PatrikLundgren/rustypw
max_upload_size
id484968
size74,434
Patrik Lundgren (PatrikLundgren)

documentation

README

rustypw

rpw - rusty password manager is basically a small cli password manager.

The passwords are stored encrypted with AES256 in CBC mode with a nonce iv. The key is generated with argon2 using a randomly generated salt and password.

rpw stores all files under $HOME/.rpw.d. Including encrypted password storage and its configuration file.

External Dependencies

rpw depends upon pbcopy for MacOS and xclip on Linux to copy passwords to the users clipboard. So these are required for rpw to function.

Configuration

# $HOMe/rpw.d/config.json
{
	clear_copy_timeout = UINT # Clipboard is cleared after timeout
}
Commit count: 112

cargo fmt