apppass

Crates.ioapppass
lib.rsapppass
version0.1.2
sourcesrc
created_at2023-07-05 00:15:40.116978
updated_at2023-07-05 01:09:17.093154
descriptionGenerate secure passwords for your applications.
homepagehttps://github.com/stescobedo92/apppass
repositoryhttps://github.com/stescobedo92/apppass
max_upload_size
id908424
size11,244
Sergio Triana Escobedo (stescobedo92)

documentation

README

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
Commit count: 23

cargo fmt