Skip to content
#

sha-1

Here are 19 public repositories matching this topic...

Explore hashing algorithm performance with this Python script. It measures the average time needed to hash random strings of varying lengths, leveraging multiprocessing for efficient concurrent hashing. The script produces insightful bar chart visualizations, stores results in JSON format, and generates interactive HTML plots for in-depth analysis.

  • Updated Sep 28, 2023
  • Python

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

Improve this page

Add a description, image, and links to the sha-1 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

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

Learn more