rpass 0.0.2

Creator: bradpython12

Last updated:

0 purchases

rpass 0.0.2 Image
rpass 0.0.2 Images
Add to Cart

Description:

rpass 0.0.2

rpass
simple command line app for generating strong random passwords. It also shows all the passwords you generated.
Installation
Using Pip
$ pip install rpass

Manual
$ git clone https://github.com/surajkarki66/rpass
$ cd rpass
$ python setup.py install

Usage
$ rpass [Options]

Options
-h, --help
Display help
-v
Display version
-l, --length LENGTH
Passwords should contain LENGTH characters. Defaults to 12.
-ns, --no-symbols
Don't use symbols
-nd, --no-digits
Don't use digits
--upper
Use only upper case letters
--lower
Use only lower case letters

Help
$ rpass --help

Examples
Below are some examples of rpass usage.

Generate password:

$ rpass

Your password is 9CI=OydGufZm
Saved! to clipboard

Generate password with eight characters:

$ rpass -l 8

Your password is TgRt6ZU?
Saved! to clipboard

Generate password with all upper case letters:

$ rpass --upper

Your password is 8#ZS"=]FG#qW
Saved! to clipboard

Generate password without symbols and save:

$ rpass -ns -s

Your password is D3PDbbePwcYE
Saved! to clipboard
Saved! to file

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator