资源列表
rsa
- RSA简单实现()
20171027
- rsa公钥加密,私钥解密,C++开发,设置公钥长度(public key encryption private key deciphering)
文件加密C++源代码
- 允许文件加密,以便保护保密的数据不会被攻击者以直接访问计算机的方式进行窃取。(This allows for file encryption in order to protect confidential data from attackers with physical access to the computer)
OpenSSL Introduction
- OpenSSL Introduction.pdf
SHA
- 功能不全,安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。在传输的过程中,数据很可能会发生变化,那么这时候就会产生不同的消息摘要。 SHA1有如下特性:不可以从消息摘要中复原信息;两个不
AES_OPEN
- Example of AES encrypt/decrypt data on stm32f407 microcontroller.
extendedeuclid
- 作者身份:华南理工大学知识产权学院王桂林,这是我自己编写的拓展欧几里得算法,用于实现RSA加密中的求模数乘法逆元,适合初学者作参考代码。文件内容是VS C++项目文件。(I am a student who is from South China University of Technology.This is a realization of the extended Euclid calculation, which can be used to do the RSA. I suggest
2015
- steganography using hamming code
RSA
- RSA encrypting_decrypting
f5-steganography-master
- f5 algorithm for simple steganography
jt_jpeg
- dct steganography in image
Des+Md5
- 此程序由VC++编写而成,运行程序在release文件夹下,可以实现对文件的加密和解密操作(Can be achieved on the document encryption and decryption operations)