登录
首页 » Visual C++ » RSA

RSA

于 2011-05-06 发布 文件大小:3736KB
0 186
下载积分: 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 个回复

  • 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
  • GOSTjiamijiemi
    GOST加密解密程序,源代码是在控制台下的,我只是把他改写成MFC了。方便操作。加密解密高手可以绕过。(The GOST encryption and decryption procedures, the source code is under the console, I just put him rewrite the MFC. Easy to operate. Encryption and decryption master can be bypassed.)
    2013-04-27 18:02:25下载
    积分:1
  • Rijndael_ECB
    AES加解密C语言源代码,可直接运行通过,方便大家借鉴学习(AES encryption and decryption of C language source code, can be directly run by, we facilitate learning from)
    2013-12-01 14:14:35下载
    积分:1
  • ECCCBuilder
    说明:  ECC实现加密解密功能,系统参数的生成!(ECC to achieve encryption and decryption functions, system parameter generation!)
    2010-03-28 18:27:24下载
    积分:1
  • sanpack_rsa_vs2003sln_src
    分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应用程序进行改进,对关键算法进行尽可能的优化,最终得到一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序,和一些相关的可移植组件。 (RSA algorithm analysis application, appraisal document RSA encryption algorithm application of the feasibility and significance. Practical design of a complete set of documents RSA encryption solution to achieve specific coding. RSA algorithm to study conventional RSA algorithm, using C to achieve RSA encryption algorithm library. and 32% Packaging windows platform components. In. Net platform invocation components can be achieved for arbitrary document RSA encryption operation Window applications. After an encrypted file and key documents are text documents. Class is the key category map, the entire application document describes the structure, the key modules flowchart, more detailed interface documentation, All source code. Application procedures for conducting tests on the test results)
    2006-09-25 23:19:04下载
    积分:1
  • vigenerecipher
    vigenerecipher加密解密算法实例 使用vigenerecipher算法加密字符串 可输入任意密钥(vigenerecipher examples of encryption and decryption algorithms String encryption algorithm using the vigenerecipher Can enter any key)
    2009-09-15 13:25:56下载
    积分:1
  • 3DES-CPP
    3des加密解密,des加密解密该算法通过编译,可以直接使用。(3DES encryption and decryption algorithms.)
    2014-02-07 15:40:00下载
    积分:1
  • AES-encryption_decryption
    说明:  用于数字、密码等字符的加密和解密,用于数字、密码等字符的加密和解密,用于数字、密码等字符的加密和解密,用于数字、密码等字符的加密和解密(For numbers, passwords, encryption and decryption of characters for numbers, passwords, encryption and decryption of characters for numbers, passwords, encryption and decryption of characters for numbers, passwords, encryption and decryption of characters)
    2011-02-19 17:29:38下载
    积分:1
  • SeayDzend
    PHP5.2 5.3 5.4等 zend加密代码解密(PHP5.2 5.3 5.4 Zend encryption code decryption)
    2017-03-03 21:22:26下载
    积分:1
  • RSA
    RSA加密算法的C预言实现,对一张灰度图进行加密,然后再解密(RSA encryption algorithm in C prophecy fulfilled, encrypt and then decrypt a grayscale)
    2012-10-22 14:14:34下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载