From 3dc08388d97b29da044077a0f5f5971716208822 Mon Sep 17 00:00:00 2001 From: Kazuki Kurahashi <63912049+kazuki04@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:39:44 +0900 Subject: [PATCH] Fix typo 101-hashing-encryption-encoding.md (#5878) --- .../content/119-security/101-hashing-encryption-encoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/computer-science/content/119-security/101-hashing-encryption-encoding.md b/src/data/roadmaps/computer-science/content/119-security/101-hashing-encryption-encoding.md index 7e2ca310e..f6642d4db 100644 --- a/src/data/roadmaps/computer-science/content/119-security/101-hashing-encryption-encoding.md +++ b/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.