Basic String Cryptography
버전 1.0.0.0 (1.3 KB) 작성자:
Bill Higley
A couple of simple cryptography techniques.
다운로드 수: 4.8K
업데이트
2002/7/9
라이선스 없음
These are three *very* simple codes for implementing the most rudimentary encryption method possible.
CRYPTOSHIFT.m implements a monoalphabetic shifting substitution encryption. It takes two arguements: the string to be encoded and the amount to shift each letter. To decode, shift backward the same amount you shifted forward.
CRYPTOSUBCODE.m generates, from an input string, a coded string and a key. The key represents the random substitutions made, and is used by CRYPTOSUBDECODE.m along with the encoded string to decode a string.
인용 양식
Bill Higley (2026). Basic String Cryptography (https://kr.mathworks.com/matlabcentral/fileexchange/1931-basic-string-cryptography), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R12.1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- MATLAB > Language Fundamentals > Data Types > Characters and Strings >
- MATLAB > Data Import and Analysis > Encryption / Cryptography >
Help Center 및 MATLAB Answers에서 Characters and Strings에 대해 자세히 알아보기
태그
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 |
