1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-18 22:29:42 +01:00

Fix typo 101-hashing-encryption-encoding.md (#5878)

This commit is contained in:
Kazuki Kurahashi 2024-06-16 16:39:44 +09:00 committed by GitHub
parent 714b604546
commit 3dc08388d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
# Hashing/Ecncryption/Encoding
# Hashing/Encryption/Encoding
Hashing is a one-way function that takes an input and produces a fixed-length output. The output is called a hash. The hash is a unique representation of the input. The hash is deterministic, meaning that the same input will always produce the same hash. The hash is irreversible, meaning that it is impossible to go from the hash back to the original input. The hash is collision-resistant, meaning that it is impossible to find two different inputs that produce the same hash.