登录
首页 » Visual C++ » RSA

RSA

于 2011-05-06 发布 文件大小:3736KB
0 223
下载积分: 1 下载次数: 47

代码说明:

  基于RSA算法的加密解密以及数字签名系统,实现加密解密签名的功能(RSA-based encryption and decryption algorithms and digital signature system to achieve the function of signature encryption and decryption )

文件列表:

RSA加密签名
...........\BigInt.cpp,19418,2010-09-07
...........\BigInt.h,2656,2010-09-17
...........\d.key,32,2010-09-20
...........\Debug
...........\.....\BigInt.obj,66085,2010-09-17
...........\.....\RSA.exe,143451,2011-03-19
...........\.....\RSA.ilk,226476,2011-03-19
...........\.....\RSA.obj,15921,2010-09-20
...........\.....\RSA.pch,5502376,2010-09-17
...........\.....\RSA.pdb,418816,2011-03-19
...........\.....\RSA.res,3448,2010-09-20
...........\.....\RSADlg.obj,59326,2011-03-19
...........\.....\StdAfx.obj,105838,2010-09-17
...........\.....\vc60.idb,214016,2011-03-19
...........\.....\vc60.pdb,364544,2011-03-19
...........\e.key,256,2010-09-20
...........\jiami.txt,1586944,2010-09-08
...........\jiemi.txt,619835,2010-09-08
...........\n.key,256,2010-09-20
...........\ReadMe.txt,3525,2010-09-06
...........\res

...........\...\RSA.rc2,395,2010-09-06
...........\resource.h,1647,2010-09-20
...........\RSA.APS,22296,2011-03-19
...........\RSA.clw,2085,2011-03-19
...........\RSA.cpp,2021,2010-09-06
...........\RSA.dsp,4229,2010-09-06
...........\RSA.dsw,514,2010-09-06
...........\RSA.h,1291,2010-09-06
...........\RSA.ncb,107520,2011-03-19
...........\RSA.opt,49664,2011-03-19
...........\RSA.plg,637,2011-03-19
...........\RSA.rc,6685,2010-09-20
...........\RSADlg.cpp,9931,2010-09-20
...........\RSADlg.h,1909,2010-09-20
...........\StdAfx.cpp,205,2010-09-06
...........\StdAfx.h,1054,2010-09-06
...........\流星·蝴蝶·剑.txt,619835,2010-02-16
...........\设计课题.txt,9128,2010-09-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Crypt_Vmpc
    VMPC加密解密算法。已对x86优化,其他平台也可用。(VMPC encryption and decryption algorithms. Has been optimized for x86, other platforms are also available.)
    2013-07-15 18:51:17下载
    积分:1
  • Caesar-code
    凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。(Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been very popular, his basic idea is: by the letters move a certain number of bits to achieve encryption and decryption. For example, if the key is the number of bits of plaintext letters backward move three, the plaintext letter B into a ciphertext E, and so on, X will become Y-become a B,, and Z becomes C Thus, the median is the Caesar cipher encryption and decryption keys. Personal originality.)
    2012-05-11 16:37:09下载
    积分:1
  • CMAC
    在实现AES基础上,用C编写CMAC算法并调试通过。输入数据进行CMAC验证。(In the realization of AES based on the CMAC algorithm written in C and debugging. CMAC input data validation)
    2014-01-10 16:12:49下载
    积分:1
  • md5_cPP
    VC++下MD5运行和使用示例,可以正常使用MD5算法(VC MD5)
    2015-08-11 10:15:02下载
    积分:1
  • DIGSILETN-PF140.514--pojie-wenjian
    PF140.514版digsilent软件的两个破解文件,按一定操作步骤即可免狗驱动,本人已在XP环境下使用,没有问题。希望对采用该软件的人有一点帮助!(Two crack file PF140.514 the version digsilent software, Free Dog certain steps to drive, I have XP environment, there is no problem. I hope the software a little help!)
    2013-03-25 16:14:16下载
    积分:1
  • des
    使用DES算法;可以指定使用DES、2DES或者3DES算法;可以对任意的文件进行加密和解密,加密后文件扩展名为.des,可以指定使用ECB,CBC,CFB,OFB,CTR的任意一种模式; (The use of DES algorithm can specify the use of DES, 2DES or 3DES algorithm can arbitrary file encryption and decryption, encryption, named after the file extension. Des, you can specify the use of ECB, CBC, CFB, OFB, CTR arbitrary a model )
    2008-07-05 00:04:05下载
    积分:1
  • RSA
    C++ implementaion for RSA together with the Wiener attack. It uses NTL library for big numbers
    2009-04-22 04:54:04下载
    积分:1
  • MD5_RSA
    本源代码,综合了DES,RSA,MD5等几种加密的方法于同一工程中,可以让读者对各种加密方法的实现通过代码实现过程的比较,更好的理解几种软件加密方法(Source code, a combination of DES, RSA, MD5 encryption method, such as several in the same project, will allow readers to a variety of encryption methods to achieve the realization of the process through code comparison, a better understanding of several software encryption methods)
    2008-05-19 09:32:33下载
    积分:1
  • Openssl_File
    说明:  使用openssl实现了文件保险箱,在VC6环境下编译通过。(The use of a document openssl safe, in the circumstances VC6 compiled through.)
    2008-12-02 10:09:07下载
    积分:1
  • SEED
    Seed加密体制代码,韩国的分组密码加密体制。(Seed encryption system code block cipher encryption system in Korea.)
    2014-01-16 11:47:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载