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

pull/5881/head
Kazuki Kurahashi 4 months ago committed by GitHub
parent 714b604546
commit 3dc08388d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/computer-science/content/119-security/101-hashing-encryption-encoding.md

@ -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.

Loading…
Cancel
Save