Skip to content

Python app that generates a hashed version of your password to use for more secure logins.

Notifications You must be signed in to change notification settings

JordHall/password-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

password-gen

App

Summary

password-gen works by using the sha-256 hashing algorithm to generate an irreversable unique string, and is then appended with symbols and uppercase characters so that the same password is generated everytime.

This is intended for creating complex passwords that you do not have to remember, and only remembering the simple password used to generate it.

Install and use

Requirements

Python 3.8.5 is needed to run this application. Download at Python.org

Windows

Run the main.py file in the install directory via windows explorer

Command line

Go to the install directory containing main.py

Run main.py with the python main.py command

Use

A default salt is used, and if you want the same input password to produce different output passwords, just select different options on the dropdown menu

Click generate to produce the hashed password

Click copy to save to clipboard

Test

About

Python app that generates a hashed version of your password to use for more secure logins.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages