Skip to content
#

sha3-512

Here are 40 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
CRYPTeX-vF

A Cryptography GUI App made as a pet project using Python standard libraries. To be used to encrypt text and small binary files. Uses standard AES-256-PBKDF2_SHA2 with random salts and iv. On top of which a Shift Cipher is used to completely obfuscate the AES-Output. Shift Ciphers are likely unbreakable if underlying text is random.

  • Updated Nov 26, 2023
  • Python

Improve this page

Add a description, image, and links to the sha3-512 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 sha3-512 topic, visit your repo's landing page and select "manage topics."

Learn more