搜索资源列表
300_encrypt
- 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests:
(Crypto++)
- 几乎涵盖了所有加密算法的源代码3des,md5,rsa,sha……,还带有测试sample,不可多得的好东西。-cover almost all encryption algorithm source code 3des, md5, rsa, sha ... also with a test sample, a very good thing.
cryptoclasses
- This a core library for whom need to integrate the crypto function(DES/3DES/RSA) Iinto their codes. Very useful
crypto
- 1、DES加密示例程序,包含全部加密过程,可以实现单个文件加解密功能;2、椭圆曲线密码体制加密算法实现原理源码;3、RSA算法示例源码-1, DES encryption sample procedures, contains all the encryption process, you can achieve a single file encryption and decryption functions 2, Elliptic Curve Cryptography encryption
rsa
- 一个关于密码算法RSA的实现程序- About crypto-algorithm RSA realization procedure
rsa
- rsa算法 CRYPTO 函数库 实现,注意编译时候把工程属性修改成使用MFC静态连接-rsa algorithm library CRYPTO realized, attention to compile time to modify the project properties to use MFC static Connection
borZoi-1.0.2
- 一个很全很强大的密码算法库,是一个大学研究机构编写的,可以用来作算法分析和仿真验证。-a crypto library includs various algorithm, such as aes, des ,ecc ,rsa ...
khalil2006_true_random_number_generator
- a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded systems. All crypto protocols require the generation and use of secret values that must be unknown to attackers.Random number generators (RNG) are requ
AES-Crypto-SN-Generator
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
Crypto
- This archive include the source code that standard and famous crypto algorithms. DES and 3DES, AES, RSA.
RSA
- 使用crypto++ v5.22大数库进行RSA加密解密的程序-Use crypto++ v5.22 large numbers library RSA encryption and decryption process
Crypto
- 采用RSA进行加密,支持密钥生成,加密,解密。-encrypt data using RSA
RSA
- RSA Crypto Api. Create keys, encryption,decryption
crypto-dll-5.1-des-3des
- DES/3DES/RSA/MAC 加解密,注释详细-DES/3DES/RSA/MAC encryption and decryption detailed comment
RSAKeyGenerator
- RSA算法(Crypto++5.6.1库)VC++2005MFC原码-The RSA the algorithm (Crypto++5.6.1 library) VC++2005MFC original code
crypto
- openssl rsa算法 调用DLL加密-openssl rsa
GenerateKey
- 基于crypto++实现RSA密钥对生成,密钥长度1024,vs2010实现-generate RSA key pair based on Crypto++,and save the key pairs which is 1024 bit in txt file
miracl_Test
- 基于miracle实现的大数测试程序,编程环境2010,可有进一步进行非对称密码相关实验-Big Integer test program based on miracle and VS2010 ,which can be used for further crypto program especially RSA
TimedTest
- utility class for converting java.security RSA objects into their org.bouncycastle.crypto counterparts.
crypto rsa
- A user of RSA creates and then publishes a public key based on two large prime numbers, along with an auxiliary value. The prime numbers must be kept secret. Anyone can use the public key to encrypt a message, but with currently published methods, an