1 unstable release
0.1.2 | Jul 5, 2023 |
---|---|
0.1.1 |
|
0.1.0 |
|
#17 in #cli-password
7KB
110 lines
apppass
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
~1MB
~12K SLoC