Skip to main content

Password hasher

Project description

Password-Generator

Python Integration

Password generator which takes in a string and hashes it using MD5 algorithm


Author: Devil-Shinji


Requirements

pip install -r requirements.txt

Usage

  • Cd into Python directory

  • Run the program using either

python password_generator.py

or create an executable using pyinstaller [Add all necessary modules as hidden imports from requirements.txt]

pyinstaller --onefile password_generator.py --hidden-import pyperclip

and run the executable

./password_generator.exe

License

See LICENSE.md for more details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page