1.0.1 • Published 6 years ago

sendpass v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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 :)