DES(str,KEY,Mode)

版本 1.0.1.1 (8.8 KB) 作者: Nicholas Felix
DES Encryption
1.4K 次下载
更新时间 2024/5/17

查看许可证

Data Encryption Standard algorithm. 64 bit key and block. ECB mode only. Encrypt/ Decrypt any character string.
An outdated cipher, but good for cryptology study.
Inspired by:
Data Encryption Standard (DES)
by Yue Wu
18 Aug 2012 (Updated 21 Sep 2012)
http://www.mathworks.com/matlabcentral/fileexchange/37847-data-encryption-standard--des-/content/DES.m

引用格式

Nicholas Felix (2024). DES(str,KEY,Mode) (https://www.mathworks.com/matlabcentral/fileexchange/53768-des-str-key-mode), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Programming 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!

DES

版本 已发布 发行说明
1.0.1.1

Added a demo

1.0.1.0

Added function KEYGEN

1.0.0.0

Included Required Products