1 unstable release

0.1.2 Jul 5, 2023
0.1.1 Jul 5, 2023
0.1.0 Jul 5, 2023

#2401 in Command line utilities

26 downloads per month

MIT/Apache

7KB
110 lines

apppass

Crates.io Link

apppass is an amazing command-line application that allows you to generate highly secure passwords for the applications you desire, storing them in a registry that you can access from the same CLI using the corresponding command.

Getting Started

$ cargo install apppass

Then generate a password application that you want:

$ ./apppass --app gmail or ./apppass -a gmail
Password generated and saved for the application: gmail

then if you want to see the generated password for the gmail app you can execute the command

$ ./apppass --get gmail or ./apppass -g gmail
Application_Name: gmail
Password: aB1nwWQyyu2rts7xc3vh90hGk0amlt

in the case that you have more one app registered you can execute the following command:

$ ./apppass --list or ./apppass -l
Application_Name: github_credential
Password: JsHx7YX4jAaH4L54uBKoNbuHd59ABO

Application_Name: gmail
Password: aB1nwWQyyu2rts7xc3vh90hGk0amlt

Dependencies

~785KB
~12K SLoC