登录
首页 » Visual C++ » RSA

RSA

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

  • SEED
    Seed加密体制代码,韩国的分组密码加密体制。(Seed encryption system code block cipher encryption system in Korea.)
    2014-01-16 11:47:11下载
    积分:1
  • TS_Process_V1.0
    DVB 加扰软件,对TS流文件进行加扰,符合DVB标准(it s a dvb scramble software . it can scrambling ts stream file ,which apply for dvb standards)
    2010-01-04 19:22:39下载
    积分:1
  • A3-input-Bezier
    QT QT GAME ENGINE DESIGN ASSIGNMENT 3 CODE
    2015-11-25 12:57:23下载
    积分:1
  • 3DES-CPP
    3des加密解密,des加密解密该算法通过编译,可以直接使用。(3DES encryption and decryption algorithms.)
    2014-02-07 15:40:00下载
    积分:1
  • Recursive-subroutine
    该程序使用C++写的一个基于递归子程序算法的语法翻译器,是在vs2012环境下编写的,供大家参考和学习(The program uses C++ to write an algorithm based on recursive subroutine syntax interpreter is written in vs2012 environment, for your reference and learning)
    2013-11-26 23:12:15下载
    积分:1
  • QQAlbum
    VC++实验QQ加密相册查看器,输入QQ号即显示相片,源码宝贵,请速下载:-)(VC experimental QQ encryption album viewer, the importation of QQ, which indicates that the photographs, source of valuable information to offer is urged to download :-))
    2020-06-26 04:40:02下载
    积分:1
  • des
    des经典加密算法,实现数据交互过程中的保密(des classical encryption algorithm, data confidentiality during the interaction)
    2013-12-19 18:38:55下载
    积分:1
  • DESEncryptionDecrypt
    编写的DES 对称加解密技术,可随时进行明文密文之间的转换,有需要的朋友可以下载测试!本人目的打算对后台数据库的敏感信息字段用该方法加密,然后用软件权限控制读取,这样即使直接SQL后台取数,也得不到明文数据。(Write DES symmetrical encryption technology, may at any time for conversion between plaintext cipher, friends in need can be download test! I purpose going to the backstage database of sensitive information field with the method of encryption, and then use software to read access control, so even if the SQL backend access directly, also can not get clear data. )
    2013-10-15 09:51:35下载
    积分:1
  • RC4
    对RC4加密解密代码,可以自行修改密钥!类可以直接调用(RC4 encryption and decryption code, you can modify the key! Class can be called directly)
    2020-10-13 23:17:31下载
    积分: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
  • 696524资源总数
  • 103986会员总数
  • 80今日下载