josharsh / 100LinesOfCode

Let's build something productive in less than 100 Lines of Code.
GNU General Public License v3.0
642 stars 308 forks source link

Hashing #360

Open SilentSobs opened 5 months ago

SilentSobs commented 5 months ago

This pull request introduces the 'hashing' project folder, containing a Python script for file integrity verification. The script supports popular hash algorithms such as MD5, SHA-1, SHA-256, and SHA-512. Users can calculate hash values for files to ensure their integrity and detect alterations or corruption. This project aims to enhance security and trust in digital interactions.

Changes:

Please review and merge. Thanks!