搜索资源列表
image_encryption
- 用MATLAB编写的混沌序列图像加密程序,密钥可以从0到1之间的任何一个数,加密密钥跟解密密钥一样才能正确解密。-MATLAB prepared by the chaotic sequence image encryption procedures, Key from 0-1 between any one of the few, encryption, decryption keys with the same key can decrypt correctly.
chaotic-encryption-
- 用MATLAB编写的混沌序列图像加密程序,密钥可以从0到1之间的任何一个数,加密密钥跟解密密钥一样才能正确解密.rar-Chaotic sequence using MATLAB image encryption program, the key can be from 0 to 1 between any number of encryption keys with the correct decryption key to decrypt the same. Rar
DES算法程序Matlab
- DES工作的基本原理是,其入口参数有三个:key、data。 key为加密解密使用的密钥,data为加密解密的数据。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。