Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Merge pull request #293 from neo773/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
987Nabil authored Sep 4, 2024
2 parents 64c0d9a + a79e461 commit 0d39569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/hashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The `Hash` environment provides basic 1-way hash functions.
We support MD5, SHA1, SHA256, SHA384, and SHA512.

| Function | Security (in bits) against collision attacks | Dangerous? |
|----------|----------------------------------------------|-------------|
| MD5 | <= 18 (collisions found) | *DANGEROUS* |
| SHA1 | < 63 (collisions found) | *DANGEROUS* |
| -------- | -------------------------------------------- | ----------- |
| MD5 | \<= 18 (collisions found) | _DANGEROUS_ |
| SHA1 | < 63 (collisions found) | _DANGEROUS_ |
| SHA256 | 128 | |
| SHA384 | 192 | |
| SHA512 | 256 | |
Expand Down

0 comments on commit 0d39569

Please sign in to comment.