登录
首页 » matlab » AES

AES

于 2019-03-26 发布
0 73
下载积分: 1 下载次数: 11

代码说明:

说明:  matlab平台实现AES加密算法,s_盒创建等代码都包含在内。(Matlab platform to achieve AES encryption algorithm, s_ box creation code are included.)

文件列表:

AES\add_round_key.m, 539 , 2001-06-11
AES\aes_demo.m, 2164 , 2017-11-01
AES\aes_init.m, 1517 , 2001-11-08
AES\aff_trans.m, 1216 , 2001-09-25
AES\cipher.m, 5657 , 2001-11-16
AES\cycle.m, 2324 , 2001-11-27
AES\disp_hex.m, 1504 , 2001-06-11
AES\find_inverse.m, 1266 , 2001-06-11
AES\inv_cipher.m, 5909 , 2013-08-22
AES\inv_shift_rows.m, 756 , 2001-11-08
AES\key_expansion.m, 3752 , 2001-10-26
AES\mix_columns.m, 2227 , 2001-11-16
AES\poly_mat_gen.m, 2514 , 2001-11-27
AES\poly_mult.m, 2094 , 2001-09-20
AES\rcon_gen.m, 1740 , 2013-08-21
AES\rot_word.m, 416 , 2001-06-08
AES\shift_rows.m, 731 , 2001-11-14
AES\sub_bytes.m, 659 , 2001-06-08
AES\s_box_gen.m, 2873 , 2013-08-20
AES\s_box_inversion.m, 644 , 2001-09-17
AES, 0 , 2017-11-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DCT
    图像加密的一种算法,DCT变换用于提取图像特征(The algorithm is used to encode picture, and use DCT transform)
    2017-06-03 17:24:26下载
    积分:1
  • 分别使用VC和VB写的MD5算法
    分别使用VC和VB写的MD5加密算法-MD5 encrypting algorithm which writed in VC and VB
    2022-06-12 23:00:31下载
    积分:1
  • AES
    用C/C++实现加解密算法及其应用:AES 和基于AES 的CMAC(Encryption and decryption algorithm and its application with C/C++: AES and CMAC based on AES)
    2020-07-04 10:00:02下载
    积分:1
  • 罗宾
    素数Robin―Millor测试法的C语言源码-Robin-Millor prime test of the C language source
    2022-12-02 15:55:03下载
    积分:1
  • 分组码算法,可用于文件 该算法设计者是著名的华人码学家来学嘉教授...
    分组密码算法,可用于文件加密 该算法设计者是著名的华人密码学家来学嘉教授-Block cipher algorithm, can be used for file encryption algorithm designed by the famous Chinese cryptographer to Xuejia Professor
    2023-03-08 03:20:02下载
    积分:1
  • vc694557882444
    说明:  用visual c++ 写的des加密算法演示 (with visual c write des encryption algorithm demo)
    2006-05-13 07:38:18下载
    积分:1
  • 61627676
    使用C编写的DES, DESX, DES3(三层DES) 的加密算法, 本程序演示如何在Delphi中进行调用C编写的算法 DES 密匙长度 8 DESX 密匙长度 16 DES3 密匙长度 24 (加密强度高了很多) (C prepared by the use of DES, DESX, DES3 (three-DES) encryption algorithm, the program demonstrates how to call in Delphi in C, prepared by DES algorithm 8DESX Key length Key length Key 16DES3 length 24 (a lot of high-strength encryption ))
    2007-10-31 11:14:36下载
    积分:1
  • 我写的利用IDEA算法的程序,并含文件切割和合并功能。
    我写的利用IDEA算法的加密程序,并含文件切割和合并功能。-I write using IDEA algorithm encryption procedures, and documents containing cutting and consolidation functions.
    2022-01-25 18:02:42下载
    积分:1
  • rsa
    一个移动客户端与服务端安全交互的解决方案。 针对: http://my.oschina.net/kaster/blog/130940 客户端使用AES加密报文,使用RSA公钥加密AES密钥 服务端使用私钥解密AES密钥,再使用AES密钥解密密文 隐掉了数据压缩部分(A mobile client and server security solutions that interact. For: http://my.oschina.net/kaster/blog/130940 client packets using AES encryption, RSA public key encryption using AES key server uses the private key to decrypt the AES key, then use the AES decryption key Man hidden away part of the data compression)
    2013-08-30 10:14:56下载
    积分:1
  • Tamir.SharpSSH
    SFTP即加密文件传输协议(Secure file transfer protocol) ,与FTP不同的是,指令与数据在传输过程中都是经过加密的,防止在网络传输过程中密码和敏感信息被盗取。为了使用.Net来实现这一过程: 1.安装SFTP Server测试环境: 下载setupssh.exe 在服务器上按照提示安装setupssh.exe 打开一个命令行,找到OpenSSH目录(默认:C:Program FilesOpenSSH) 创建Group mkgroup -l >> .etcgroup 创建User mkpasswd -l >> .etcpasswd 注:创建group和User请参考安装目录的readme.txt 2.下载SampleCode 3.新建一个工程,引用SampleCode中的Tamir.sharpSsh.dll,Org.Mentalis.Security.dll,DiffieHellman.dll (SFTP that encrypted file transfer protocol (Secure file Transfer protocol) and FTP, the instruction and data during transmission are encrypted, preventing passwords and sensitive information was stolen during a network transfer. In order to use NET to implement this process: 1. Install SFTP Server test environment: Download setupssh.exe on the server, follow the prompts to install setupssh.exe open a command line, find the OpenSSH directory (default: C: Program Files OpenSSH) The create Group mkgroup-l > > . etcgroup create the User mkpasswd-l > > . etcpasswd Note: Create the group and User Please refer to the installation directory of readme.txt 2 downloads SampleCode create a new project, to reference SampleCode Tamir.sharpSsh. dll, Org.Mentalis.Security.dll, DiffieHellman.dll)
    2013-05-11 08:48:02下载
    积分:1
  • 696524资源总数
  • 103920会员总数
  • 65今日下载