larymak / Python-project-Scripts

This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
GNU General Public License v3.0
1.13k stars 846 forks source link

password hashing utility added for hash algos like MD5, SHA-1... #309

Closed jaspinderkohli closed 1 year ago

jaspinderkohli commented 1 year ago

Description

password hashing utility added for hash algos like MD5, SHA-1...

Related Issue

adds a script for hashing passwords

Changes Made

How to Test

python password_hashing_utility.py

Checklist

github-actions[bot] commented 1 year ago

Hi @jaspinderkohli! :wave:

Thank you for submitting a pull request! We appreciate your contribution and will review your changes as soon as possible.