sendpass
v1.0.1
Published
Simple command line tool to encrypt and decrypt strings
Downloads
3
Readme
Sendpass
Simple command line tool to encrypt and decrypt strings. Useful to send passwords to your friends and family encrypted.
Usage
To encrypt password:
sendpass password_to_send secret_key
To decrypt password:
sendpass received_password same_secret_key decrypt
Now you can send passwords to your friends and family without anyone in the middle figuring out anything :)