1. Rail fence Cipher encoder
Text : ABCD efghi
Number of Rail : 3
Offset : 0Solution:The rail fence cipher is a simple transposition cipher that encrypts plaintext by writing it in a zigzag pattern across N rows(rails) and reading it row by row
Write in Zigzag pattern across 3 rows(rails) Read it row by rowA hBDegiCf
| Plaintext | : ABCD efghi |
| NumRail | : 3 |
| Offset | : 0 |
| Ciphertext | : A hBDegiCf |
2. Rail fence Cipher encoder
Text : hello world
Number of Rail : 3
Offset : 0Solution:The rail fence cipher is a simple transposition cipher that encrypts plaintext by writing it in a zigzag pattern across N rows(rails) and reading it row by row
Write in Zigzag pattern across 3 rows(rails) Read it row by rowhorel ollwd
| Plaintext | : hello world |
| NumRail | : 3 |
| Offset | : 0 |
| Ciphertext | : horel ollwd |
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then