Crates.io | apppass |
lib.rs | apppass |
version | 0.1.2 |
source | src |
created_at | 2023-07-05 00:15:40.116978 |
updated_at | 2023-07-05 01:09:17.093154 |
description | Generate secure passwords for your applications. |
homepage | https://github.com/stescobedo92/apppass |
repository | https://github.com/stescobedo92/apppass |
max_upload_size | |
id | 908424 |
size | 11,244 |
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.
$ 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