patsuckow / rpg

The easiest and most reliable password generator in Python3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random-Password-Generator

The easiest and most reliable password generator in Python3.

GNU GPL v 3 0

Versions

Random-Password-Generator works with version

Installation

$ wget -O pass_gen.py https://raw.githubusercontent.com/patsuckow/Random-Password-Generator/master/rpg.py

Usage

$ python3 pass_gen.py

output example:

DPuZ33JKQWwfJQvvRJBVl

7dnGagtpEPOjfzaRGo7wR

viRLPpTdCrV9obm4PpO27

or

$ python3 pass_gen.py --len=11

output example:

RgF8nTEmWwd

rUM2659g6HM

4DNfosfCB2O

All you need to do is just determine how long the password is to generate. By default, a string of 21 characters will be displayed.

You can change the number of generated strings using the --str parameter. For example, let it generate 5 password strings:

$ python3 rpg.py --str=5

output example:

qJ5tRpQdsgPyotRHt1m7L

rPnUMlEglAXYnu9ka6wlK

mORJ09Ttk5dD5nS477mld

8ptymHyTSi9n0cVLVKXhX

nsqO74kZ4e2tHrjnHedj3

Symbols to be used to create a password and how to get them (speed tests 🚀): see

About

The easiest and most reliable password generator in Python3.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%