资源列表
AES_OPEN
- Example of AES encrypt/decrypt data on stm32f407 microcontroller.
SHA
- 功能不全,安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。在传输的过程中,数据很可能会发生变化,那么这时候就会产生不同的消息摘要。 SHA1有如下特性:不可以从消息摘要中复原信息;两个不
OpenSSL Introduction
- OpenSSL Introduction.pdf
文件加密C++源代码
- 允许文件加密,以便保护保密的数据不会被攻击者以直接访问计算机的方式进行窃取。(This allows for file encryption in order to protect confidential data from attackers with physical access to the computer)
20171027
- rsa公钥加密,私钥解密,C++开发,设置公钥长度(public key encryption private key deciphering)
rsa
- RSA简单实现()
Peng2015TGRSb
- 本文讨论了基于 DNA 计算的图像加密等主流图像加密算法的加密原理、优缺点和最新进展(This paper discusses the encryption principle, advantages, disadvantages and the latest progress of mainstream image encryption algorithms based on DNA computing)
descbc工程
- des算法cbc模式。比较详细简单。有注释。(CBC mode of Des algorithm. Detailed, simple and annotated.)
改2
- SHA512加密算法本算法的输入时最大长度小于2128比特的消息串,输出是512比特的消息摘要,输入消息以1024比特的分组为单位进行处理。真实地模拟了SHA512散列函数发生器(SHA512 encryption algorithm)
AES代码_java版本
- 用AES加密算法对数据进行加密,这种加密算法可加密128到256比特的数据。(Encrypting data with AES encryption algorithm.This encryption algorithm can encrypt 128 to 256 bits of data)
AES加解密调试
- AES加解密 内容 IV key AES调试 多种模式可选择(AES encryption and decryption content IV key debugging)
jm
- java项目对文件进行加密,登录后可以使用(The Java project encrypts the files and can be used after logging in)