资源列表
rsa_tool
- 1、使用MIRCL大整数库开发的,支持最高4096位。 2、加密时原文的长度一旦超过密钥长度,就会解密错误。 这里不实现任意长度字串的加密原因有二: 1)。便于观察及测试用 2)。偷懒 3、如果在使用时发现原文和密码不一样的时候,就说明出现了第二点的情况 4、如果在生成素数及密钥的时候,如果原文已经存在,则会自动加密及解密; 但当密钥长度大于1024的时候,则想要加密及解密都需要点击按钮。 现在想到的就这几点了,以后想到了再补。-1, the use of
rsa
- RSA简单实现()
EVP_X509.rar
- 该代码主要是实现数字证书的解析。包括版本号,序列号,签名算法,颁发者,有效起止日期,有效终止日期,主题和公钥,The code is mainly the analysis of digital certificates. Including the version number, serial number, signature algorithm, issuer, valid dates, the effective date of termination, the subject and
83274902RSA
- 这是一个RSA的简单实现算法,用的是C++语言实现的. RSA加密算法的vc实现,可以实现1024位的加密 -This is a simple realization of RSA algorithm is used in C++ language to achieve. RSA encryption algorithm to achieve the vc, the 1024 can be encrypted
AesCode
- AES c++实现 有图形界面对话框 简单易用
CAES
- 加密算法, 加密算法,加密算法-Encryption algorithm, encryption algorithm, encryption algorithm
RSA_Tool
- 一个简单的RSA应用软件,可以对相关参数进行设定,对文件进行加密和解密
Coding
- 加密字符串解密字符串,用于普通字符串加密解密的源码-Decrypt the encrypted string string, string encryption and decryption for common source
Cryptography
- 用VC++做的一个加密解密算法,包括凯萨密码、Vigenere密码、playfair密码和置换密码,加密和解密都完全实现了
利用CRC-32检测程序的完整性
- .“利用CRC-32检测程序的完整性” 在Windows 2000、2000 Server平台下编译成功,演示用CRC判断一个文件是否被改变。
Base64andMD5
- Base64和MD5编码,功能简单,VC++6.0编译通过-Base64 encoding and MD5, a simple function, by VC 6.0 compiler
