Affine Cipher Encryption / Decryption using MATLAB Guide

버전 1.0.0.0 (50.7 KB) 작성자: Tamir Suliman
Affine Cipher Encryption Decryption using MATLAB Guide
다운로드 수: 803
업데이트 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 (2026). Affine Cipher Encryption / Decryption using MATLAB Guide (https://kr.mathworks.com/matlabcentral/fileexchange/60539-affine-cipher-encryption-decryption-using-matlab-guide), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Programming에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0.0

updated the title