Affine Cipher Encryption / Decryption using MATLAB Guide

バージョン 1.0.0.0 (50.7 KB) 作成者: Tamir Suliman
Affine Cipher Encryption Decryption using MATLAB Guide
ダウンロード: 774
更新 2017/1/19

ライセンスの表示

This code will encrypt / decrypt a text using affine cipher algorithm.The affine cipher is a type of mono alphabetic substitution cipher. The script is implemented using MATLAB Guide.
Encryption Specs - Key Size
a and b are the keys each key size is 5 bits
a and b keys can not exceed more than 5 bits integer the program will error out

引用

Tamir Suliman (2024). Affine Cipher Encryption / Decryption using MATLAB Guide (https://www.mathworks.com/matlabcentral/fileexchange/60539-affine-cipher-encryption-decryption-using-matlab-guide), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersProgramming についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

updated the title