encoder.m decoder.m

Simple and instructive implementation of symmetric-key encryption and decryption.

이 제출물을 팔로우합니다

Tristan Ursell
Encoder - dual level
Jan 2017
Includes two functions -- an encoder and decoder which together form a private symmetric key encryption system, with message-length masking.
[enc_message,key]=encoder(raw_message);
[enc_message,key]=encoder(raw_message,key);
[enc_message,key,msg_length]=encoder(raw_message,key);
'raw_message' is the original message in ASCII text to be encoded.

'key'** is an integer or char-integer less than 2^32 that will be used as
random number generator seed and serves as the cipher key. If no key is
provided, the script will generate one automatically using the current
time stamp.

** - must be the same between encoder and decoder

인용 양식

Tristan Ursell (2026). encoder.m decoder.m (https://kr.mathworks.com/matlabcentral/fileexchange/61435-encoder-m-decoder-m), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Encryption / Cryptography에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0