Skip to content

Simple command line app for generating strong random passwords. It also shows all the passwords you generated.

License

Notifications You must be signed in to change notification settings

surajkarki66/rpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 lowercase letters


Help

  rpass --help

Examples

Below are some examples of rpass usage.

  • Generate password:
  rpass

Your password is 9CI=OydGufZm
Saved! to clipboard

  • Generate a 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 a password without symbols and save:
  rpass -ns -s

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

About

Simple command line app for generating strong random passwords. It also shows all the passwords you generated.

Topics

Resources

License

Stars

Watchers

Forks

Languages