登录
首页 » Visual C++ » RSA

RSA

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

  • 1111867176399d9765chaios
    加密程序,很好用。亲自验证,完全正确。希望下载。(we can add and unadd a picture correctly.welcom to download.)
    2012-05-17 12:06:01下载
    积分:1
  • RSA
    自己写的一份RSA算法。可正常执行。控制台程序。(Write your own copy of the RSA algorithm. Can be performed normally. Console program.)
    2013-10-21 00:34:18下载
    积分:1
  • ElGamalPSignature
    vc++写的ElGamal加密系统,能够对简单的数字进行加密。(The ElGamal encryption systems, vc++ write simple digital encryption.)
    2013-04-04 20:29:48下载
    积分:1
  • Simple-CaesarCipher
    这是一个小程序,凯撒解密,自己写的,以后还会扩展的(This is a simple program for a example of ceasar cipher. It is produced by myself and I want to extend it to a substitution cipher program in some days.)
    2011-09-14 00:59:06下载
    积分:1
  • DESRSA
    des和rsa的算法演示文档 (des and rsa algorithm presentation)
    2008-03-20 14:11:54下载
    积分:1
  • setpassfolder
    加密文件夹,十分好用 使用visual basic环境编程(lock file)
    2013-12-01 17:45:52下载
    积分:1
  • Protect.x.src
    加密程序的,实现了对代码的抽取乱序,区段加密和IAT的处理。 (Encryption procedures, the code of the extraction sequence, block encryption and IAT processing.)
    2015-06-30 17:11:18下载
    积分:1
  • transparent-encryption
    基于双缓冲过滤驱动的透明加密系统研究与实现(Based on double buffer transparent encryption system filter driver and Implementation Research)
    2011-11-19 21:06:54下载
    积分:1
  • AES_CMAC
    通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )
    2021-03-11 19:09:25下载
    积分:1
  • des
    des经典加密算法,实现数据交互过程中的保密(des classical encryption algorithm, data confidentiality during the interaction)
    2013-12-19 18:38:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载