Win 32 api visual studio 8 C++ Packer and unpacker exe zip compress Win api RSA
上传时间: 2013-12-21
上传用户:hfmm633
对加密算法RSA的C++实现,RSA是非对称经典加解密算法
上传时间: 2017-08-30
上传用户:jackgao
RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, Shamir, and Adleman in 1977. Every user have a pair of key, public key and private key. Public key (e) . You may choose any number for e with these requirements, 1< e <Æ (n), where Æ (n)= (p-1) (q-1) ( p and q are first-rate), gcd (e,Æ (n))=1 (gcd= greatest common divisor). Private key (d). d=(1/e) mod(Æ (n)) Encyption (C) . C=Mª mod(n), a = e (public key), n=pq Descryption (D) . D=C° mod(n), o = d (private key
标签: crypthograph information Adleman Rivest
上传时间: 2017-09-01
上传用户:chfanjiang
CSharp RSA 1024-bit...
上传时间: 2013-12-23
上传用户:cjf0304
非对称密码系统,包含RSA,ECC,大数乘法。
上传时间: 2014-05-24
上传用户:R50974
RSA机密算法,可以提供低位数密钥的加密,利用miral库实现
上传时间: 2014-08-14
上传用户:zhangzhenyu
使用BigInteger类实现,实现了RSA的加解密
标签: BigInteger RSA 加解密
上传时间: 2013-12-22
上传用户:熊少锋
基于RSA的加密/解密示例C#代码,采用字符串作为参数
上传时间: 2013-12-13
上传用户:jjj0202
未使用任何开发包的RSA算法,可以学习RSA加密全过程
上传时间: 2017-09-15
上传用户:tb_6877751
md5 类实现了RSA Data Security, Inc.在提交给IETF 的RFC1321中的MD5 message-digest 算法。
标签: message-digest Security Data 1321
上传时间: 2017-09-16
上传用户:ynwbosss