Skip to content

A program created for generating human-friendly passwords (polish) combined with words and special characters. Using www.math.uni.wroc.pl dictionary.

Notifications You must be signed in to change notification settings

Deelay1403/pswdgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

pswdgen 0.1v

A program created for generating human-friendly passwords combined with words and special characters

Requirements

  • Linux/MacOS/Windows

Usage

Run in terminal using python e.g. python pswdgen.py

Could be added as an alias:

sudo cp pswdgen.py /usr/local/bin/pswdgen
sudo chmod +x /usr/local/bin/pswdgen
alias pswdgen="python /usr/local/bin/pswdgen"

params:
-c, --count: How many passwords should be generated
-w, --words: How many words password should contain
-n, --numbers: How many numbers should be in password
-s, --specialchars: How many special characters should be in password
-f, --file: File name to save output
-h: Help

Example output

python.exe .\pswdgen.py -c 10 -w 3

0: ['GruboskornyWielomilionowyCiezarny#72']
1: ['WypelzywacNiehonorowyCenny01$']
2: ['OblednyJakiAntenowy8&5']
3: ['RozromansowacWysmakowywacPodaniowy39%']
4: ['BarykadowacZamanifestowacPrzemocny65&']
5: ['MajaUzasadnionyAdaptacyjny+42']
6: ['PrzemacerowacPosforowacKapitalochlonny^27']
7: ['WylakierowacSkompromitowacBlyskowy&03']
8: ['ZywicowacSzarfowacRecesywny&55']
9: ['SpostponowacOdowocowacFutrzany+32']

About

A program created for generating human-friendly passwords (polish) combined with words and special characters. Using www.math.uni.wroc.pl dictionary.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages