encrypt-a-password

MLH Local Hack Day: Build 2021 Day 4 Challenge: Encrypt a Password

Task Statement

As I’m sure you know, keeping your passwords safe is extremely important. Websites help to keep our passwords safe by encrypting them before they save them. We want to challenge you to write code to encrypt a password on your own! Submit your code on the Day 4 Devpost.

Submission

Basic SHA256 Password Hashing

  • Built a password hasher using the SHA 256 algorithm, which generates a unique 256-bit hexadecimal for any given input using the hashlib standard library in python.

Built With

Share this project:

Updates