Implemented the Rail Fence Cipher with both encoding and decoding

This commit is contained in:
Flavio Diez 2020-01-29 12:46:38 +01:00
parent f7be8d720b
commit 1509b2b96c
4 changed files with 272 additions and 0 deletions

View file

@ -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",