Skip to content

FlenderrAX/PassComplexifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PassComplexifier

Have you ever pawned an account? Me yes and it was not the best quarter of an hour that I spent. So I thought of a quick little script I could do. And yes why not complicate the passwords that we had done before so that they are almost impossible to find. Let me explain today thanks to Python and a few modules on it I managed to create a password complexification script. With the Levenshtein and Random module I was able through the input of a user to make the password more difficult the script will ask you the distance between the initial password and the generated one to then generate a list of passwords passes that are within the specified distance. Thanks to this the password will no longer be like the one before and will make it more difficult for people with malicious intentions.

shieldsshieldsshields

Project Screenshots:

project-screenshot

🛠️ Installation Steps:

1. Clone the project :

https://github.com/FlenderrAX/PassComplexifier.git

2. Download requirements :

pip install Levenshtein

💻 Built with

Technologies used in the project:

  • Python
  • "Levenshtein" module
  • "Random" module

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages