资源列表
Practical-digital-signature
- 实用数字签名的步骤 (1)发送方使用MD5算法对通信内容进行计算,获得一个固定长度的信息摘要; (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘
Base64
- Base64加密解密,支持中文,无乱码。已经测试通过,与Java程序的加密解密字符串相互转化。-Base64 encryption and decryption support the Chinese, without distortion. Has been tested with Java programs encrypt decrypt strings into each other.
IDEA
- IDEA加密算法的加密与解密功能,用一个密码类进行了实现-IDEA encryption algorithm for encryption and decryption functions, a class to implement a password
Classic-RSA
- Delphi版的RSA算法源代码和DEMO源码,各位亲们,赶紧下载哦-Delphi RSA and RSA Demo
des
- DES算法的加密算法,输入为明文,密钥,然后进行加密,输出结果-DES algorithm encryption algorithm, the input is plaintext key, and encrypted, the output
jmjm
- 存储过程加密解密,说明详细,多多指导,-Encryption and decryption stored procedure
RSA
- 通过MFC应用程序来体现RSA加密技术,开发环境VS2010-By MFC application to reflect the RSA encryption technology, development environment VS2010
Base64
- 关于Base64的加密方法,里面含有两个工程,一个是生成lib文件,另一个是加密实例是通过前辈们改成的,编译环境为VS2010-About Base64 encryption method, which contains two projects, one is to generate lib files, and the other is encrypted instance is created by predecessors into the build environment for V
rsa
- 基于256进制的大数,目前代码是随机选择10位数的大素数,欧拉n为20位,也可以更高,且大素数都是随机产生,高效检测。欧几里得原理和反复平方求模实现的RSA加密,函数实现用lib封装了。源码咨询我qq 752602563.个人实现,请勿模仿商用-Based on 256 hex Tarsus, the current 10-digit code is a random selection of large prime numbers, Euler n is 20, can also be hig
aes-crypto-cpp
- aes加密算法,纯C++实现,本代码是一个VC++6.0项目,包含aes加密算法的封装,并且有测试代买-aes encryption algorithm to achieve C++
Create_windows_service
- 可将任意程序注册为系统服务,这样可以后台运行,支持windows 64位的系统,包括server 2008,我自己整理实现的。-Any program can be registered as a system service, so you can run in the background, support windows 64-bit systems, including server 2008, finishing my own realization.
Cryptography-and-Network-Security
- 用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。-With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.
