Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hashing #360

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Hashing #360

wants to merge 2 commits into from

Conversation

SilentSobs
Copy link

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:

  • Added 'hash' project folder
  • Implemented file integrity verification script
  • Supports MD5, SHA-1, SHA-256, and SHA-512 hash algorithms

Please review and merge. Thanks!

…with MD5, SHA-1, SHA-256, and SHA-512 hash support.

Add 'hashing' project

A Python script for file integrity verification using MD5, SHA-1, SHA-256, and SHA-512. Calculate hash values to ensure file integrity and detect alterations.

Folder Structure:
- hashing/
  - hashing.py: Main script for hash generation
  - README.md: Detailed instructions and explanations
…with MD5, SHA-1, SHA-256, and SHA-512 hash support.

Add 'hash' project

A Python script for file integrity verification using MD5, SHA-1, SHA-256, and SHA-512. Calculate hash values to ensure file integrity and detect alterations.

Folder Structure:
- hashing/
  - hashing.py: Main script for hash generation
  - README.md: Detailed instructions and explanations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant