mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 16:26:16 -04:00
Implemented the Rail Fence Cipher with both encoding and decoding
This commit is contained in:
parent
f7be8d720b
commit
1509b2b96c
4 changed files with 272 additions and 0 deletions
|
@ -95,6 +95,8 @@
|
|||
"Affine Cipher Decode",
|
||||
"A1Z26 Cipher Encode",
|
||||
"A1Z26 Cipher Decode",
|
||||
"Rail Fence Cipher Encode",
|
||||
"Rail Fence Cipher Decode",
|
||||
"Atbash Cipher",
|
||||
"Substitute",
|
||||
"Derive PBKDF2 key",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue