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

Aperta
#1,205 1 commento 1 reazione 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
35/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
javascript
Ambito
cryptography

Direzione di ricerca

Start by locating the project's existing hashing or cryptographic algorithm implementations and their unit tests. Define the SHA-1 function's input and hexadecimal output from the issue, then add correctness tests and usage documentation. Done means the implementation, tests, and documentation are present and the tests pass.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.
Lingua principale
JavaScript
Stelle
197k
Fork
31k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di trekhleb/javascript-algorithms

Tutte le issue di trekhleb/javascript-algorithms

Issue simili

Altre issue su JavaScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.