Skip to content
#

md-5

Here are 7 public repositories matching this topic...

Information Security -- How to hack a password. One particular use case for hashing is for user authentication. Given an original object (password, file, image, etc), the content is hashed into SHA1, or MD5, and stored in database. So, even the application could not revert a given hashed object to its original content. To authenticate, the user …

  • Updated Sep 30, 2022
  • Python

🔐 A collection of cryptographic algorithms implemented from scratch in Python, including hashing, encryption, and secure key exchange.

  • Updated Oct 9, 2025
  • Jupyter Notebook

Add this topic to your repo

To associate your repository with the md-5 topic, visit your repo's landing page and select "manage topics."

Learn more