1. Atbash Cipher encoder
Text : ABCD efghi
Alphabet : abcdefghijklmnopqrstuvwxyzSolution:The Atbash cipher is a simple substitution cipher that encrypts a message with the reverse of the alphabet
Alphabet = abcdefghijklmnopqrstuvwxyz
Plaintext Alphabet Normal | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z |
Ciphertext Alphabet Reverse | z | y | x | w | v | u | t | s | r | q | p | o | n | m | l | k | j | i | h | g | f | e | d | c | b | a |
| Plaintext | : ABCD efghi |
| Ciphertext | : ZYXW vutsr |
2. Atbash Cipher encoder
Text : hello world
Alphabet : abcdefghijklmnopqrstuvwxyzSolution:The Atbash cipher is a simple substitution cipher that encrypts a message with the reverse of the alphabet
Alphabet = abcdefghijklmnopqrstuvwxyz
Plaintext Alphabet Normal | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z |
Ciphertext Alphabet Reverse | z | y | x | w | v | u | t | s | r | q | p | o | n | m | l | k | j | i | h | g | f | e | d | c | b | a |
| Plaintext | : hello world |
| Ciphertext | : svool dliow |
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then