Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 835 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 835 Bytes

Simple Password Generator

PassGen


Basic features - easy way generate passwords:

  • Simple: For typing by hand.
  • Medium: Contain chars, CHARS, numbers. Excluded similar by writing i, l, o, I, L, O, 1, 0.
  • Strong: Contain chars, CHARS, numbers, symbols. Excluded similar by writing i, l, o, I, L, O, 1, 0.
  • Turn: Turn layout EN-RU and RU-EN. Easy for remember, hard for guess.

Required:

  • Python 3.x
  • PyQt5 for GUI version

Launch GUI version @ Linux/MacOS:

  • python3 passgen.py
  • ./passgen.py
  • or make shortcut

Launch console version @ Linux/MacOS:

  • python3 passgen-console.py -s|-m|-e
  • ./passgen-console.py -s|-m|-e

Copyright by diSabler under GPLv3 License