A simple commandline app for generating strong random passwords
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rpass-0.0.1.tar.gz.
File metadata
- Download URL: rpass-0.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c0f331e8cce4652585d9a747cbe1c6b9bb25247e3af08cf248e6ac44297d1cb
|
|
| MD5 |
8af813735d62d93318f5d0781335f05a
|
|
| BLAKE2b-256 |
a1688215462df601caf22c629c8d504231ba8393a05e66c90e80636620451537
|
File details
Details for the file rpass-0.0.1-py3-none-any.whl.
File metadata
- Download URL: rpass-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c94e95a198ecb2db4b5cd6a1686a996c59c9de83fc438c314347a2c74497029a
|
|
| MD5 |
4a2b2bfc56c9605ded0f9c55a44b5234
|
|
| BLAKE2b-256 |
1d3d6d523c2931bd6b3edfe8dae73fb9f711874b60f217a1835c5b4f5ff5aec1
|