AES-256 GUI using CBC mode

버전 1.0.2 (6.46 KB) 작성자: David Hill
Advance Encryption Standard-256 encryption and decryption in a GUI. The Cipher Block Chaining (CBC) mode is used with cipher-text stealing.
다운로드 수: 611
업데이트 날짜: 2021/1/25

라이선스 보기

Advanced Encryption Standard (AES-256) using Cipher Block Chaining (CBC) mode with cipher-text stealing. Write any sized text message (must be greater than 16 characters) into the decoded block. If message is less than 16 characters, just add spaces. Place your 256-bit hexadecimal key into the key block. Hit encode button to receive an encoded output in the encoded block. To decode, just reverse the process. Converts message input using UTF-8. You could use this with my Curve25519 elliptic curve cryptography file exchange. My curve25519 could generate a shared key which could be shared with someone over the internet. Once the other person's shared key is received, it could be used with your private key to generate the key need for AES encryption. The other person could also compute the same key using his private key and the shared key you provided to decode your message.

인용 양식

David Hill (2024). AES-256 GUI using CBC mode (https://www.mathworks.com/matlabcentral/fileexchange/73427-aes-256-gui-using-cbc-mode), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Encryption / Cryptography에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.2

Updated to new versions of MATLAB to eliminate warnings.

1.0.1

Made code improvements and simplifications.

1.0.0