mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-03-09 07:24:33 -05:00
[PR #132] Add Crypto Puzzles (fun brain teasers to get kids interessted in ©️ Ɽ Ŷ ₱ ⍑ 🍩 Ꮆ Ɽ ค ₱ ዙ ¥ ) #148
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sobolevn/awesome-cryptography/pull/132
Author: @ruppde
Created: 12/11/2020
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
8823503Update README.md📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Most easy ciphers require zero knowledge about the algorithm used. These puzzles can be "cracked" without any boring explanation, tables or tools. It should be sufficient to know that the the first words are always the same, e.g. "Top secret" to find the pattern and figure out how the secret code works. This makes it possible to decrypt the rest of the message. (Cryptographers would call it a known plaintext attack.)
Here's a running instanceof the web interface which supports most of the functions.
Example sentence:
opT ecret!s heT ookiesc rea iddenh ni het edr owl!b
a) Transposition ciphers
b) Substitution ciphers
...
See full list of examples on https://htmlpreview.github.io/?https://github.com/2d4d/crypto_puzzles/blob/master/examples/Examples.html
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.