Encode & Decode baconian cipher
2 ビュー (過去 30 日間)
古いコメントを表示
Relatively new to Matlab and ive been tasked with creating two different scripts to encode and decode baconian 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 baconian cipher, please refer to the implementation of caesar cipher and substitution (not providing you link for baconian 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!
0 件のコメント
その他の回答 (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!