Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 933 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 933 Bytes

EnPass

A custom password generator which will generate encrypted passwords based on single input phrase.

Using multiple encryption algorithms like sha256, sha384, sha512, sha224, etc.

Installation

Downlaod pre-compiled installer from release versions. OR Install my-project with git-cli.

[Must have python3.8 or higher version installed]

  pip install PySide6
  gh repo clone https://github.com/rajsingh010/EnPass
  cd EnPass
  python main.py

Documentation

App Screenshot

Now, Just enter the text in the first line edit and hit generate.

App Screenshot

And copy the desired password from the generated set of passwords

Authors