Encode & Decode Rail-fence cipher
12 次查看(过去 30 天)
显示 更早的评论
Relatively new to Matlab and ive been tasked with creating two different scripts to encode and decode rail-fence ciphers.
Not looking for the direct code just a little starting place and what would be included in a script as such.
Any help would be greatly appreciated.
0 个评论
采纳的回答
Yogesh Khurana
2019-10-17
Hi,
As you are new to MATLAB, please refer to the following links that will provide you an overview of writing scripts in MATLAB:
For the part of rail-fence cipher, please refer to the implementation of caesar cipher and substitution (not providing you link for rail-fence cipher as it will be a learning part for you to implement) cipher to understand the things that would be included in the script for writing encoder and decoder for a cipher.
Hope this helps!
1 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Encryption / Cryptography 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!