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

Proposal to Add Secure Hash Algorithm ( SHA-1 ) Hashing Algorithm #1205

Open
RgiriH opened this issue Oct 21, 2024 · 1 comment
Open

Proposal to Add Secure Hash Algorithm ( SHA-1 ) Hashing Algorithm #1205

RgiriH opened this issue Oct 21, 2024 · 1 comment

Comments

@RgiriH
Copy link

RgiriH commented Oct 21, 2024

Description

I would like to propose adding a SHA-1 hashing algorithm to our project. SHA-1 is a widely used cryptographic hash function that produces a 160-bit hash value, and it is often used for data integrity verification and digital signatures.

Rationale

  • Data Integrity: Implementing SHA-1 will provide users with a reliable method to verify data integrity.
  • Compatibility: Many existing systems and applications still rely on SHA-1 for hashing, making it a valuable addition.
  • Educational Value: Including this algorithm can enhance the educational aspect of our project by showcasing a fundamental cryptographic concept.

Implementation Details

  • The implementation will include:
    • A hashing function that processes input strings and returns the SHA-1 hash in hexadecimal format.
    • Unit tests to ensure the correctness of the implementation.
    • Documentation on how to use the SHA-1 function.
@RgiriH
Copy link
Author

RgiriH commented Oct 21, 2024

currently SHA1 is not available in most of the Javascript algorithm repositories which makes it difficult to use advance algorithms like SHA1 in JS , including SHA1 in this repo would be a great thing as this repo mainly focus on testing and education purpose .

I have made a pull request after following all the contributed guidelines

Name of the pull request :

  • Implementing , Testing and Documenting SHA1 algorithm

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

No branches or pull requests

1 participant