Skip to content

An implementation of multiple common Python libraries used for hashing and generating passwords

Notifications You must be signed in to change notification settings

ariaxhan/password-toolset

Repository files navigation

Password Toolset

This program takes in a password in plain text as input, then compares the password to a list of common passwords to see if it is a common password. It also calculates the sha256 hash for the password. Then it assesses the password strength and suggests a new password with an updated score.

A Peek at the Toolset!

image

Table of Contents

Features

  • Applies sha256 hash on several lists of most popular passwords, subsequently comparing the hashes with the user input to see if the password is common or not.
  • This also allows the user to see the sha256 hash for their password.
  • Screenshot 2024-04-30 at 11 25 06 AM
  • Screenshot 2024-04-30 at 11 24 51 AM

About

An implementation of multiple common Python libraries used for hashing and generating passwords

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published