Affine Cipher Encryption / Decryption using MATLAB Guide

Affine Cipher Encryption Decryption using MATLAB Guide
803 Downloads
Aktualisiert 19. Jan 2017

Lizenz anzeigen

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

Zitieren als

Tamir Suliman (2026). Affine Cipher Encryption / Decryption using MATLAB Guide (https://de.mathworks.com/matlabcentral/fileexchange/60539-affine-cipher-encryption-decryption-using-matlab-guide), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2016a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Programming finden Sie in Help Center und MATLAB Answers
Version Veröffentlicht Versionshinweise
1.0.0.0

updated the title