资源列表
aescrypt
- Text encryption using AES
DES
- 实现DES的加密和解密,加密和解密的算法几乎相同(DES encryption and decryption)
改2
- SHA512加密算法本算法的输入时最大长度小于2128比特的消息串,输出是512比特的消息摘要,输入消息以1024比特的分组为单位进行处理。真实地模拟了SHA512散列函数发生器(SHA512 encryption algorithm)
AES
- Advanced Encryption Standard (AES) code in MatLab
加解密处理系统
- 对文档内容进行简单的加解密操作,来保护自己的隐私。基于c的小程序(A simple encryption and decryption operation for the content of the document)
DES_Encryption
- DES decryption using matlab, standard implementation
Vigenere
- Java语言编写维吉尼亚算法,设置输入文档文件,得到一个输出文档文件。(Java language Virginia algorithm, set the input document file, get an output document file.)
des (1)
- des算法,实现对文本的加密解密过程,可以直接运行(DES algorithm, the implementation of the encryption and decryption of the text process, can run directly)
aes
- AES加解密算法的C语言实现。高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院(NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。(C
AES
- 实现AES加密解密,AES是一种对称加密算法。(Realize AES encryption and decryption, AES is a symmetric encryption algorithm.)
DES
- 实现DES函数的加密解密过程,并且能够实现任意长度任意字符的加密和解密(Implement the encryption and decryption process of DES function)
DES
- des加解密,实现加密,解密的过程,c语言程序(DES encryption and decryption)
