登录
首页 » Visual C++ » RSA

RSA

于 2020-10-12 发布 文件大小:2807KB
0 277
下载积分: 1 下载次数: 44

代码说明:

  用VC++开发的一款MFC程序,能很好地实现RSA加密和解密算法,对学习RSA加解密算法很有帮助(MFC with VC++ developed a program that can well realize RSA encryption and decryption algorithms, RSA encryption and decryption algorithms for learning helpful)

文件列表:

MyRSA
.....\debug
.....\.....\MyRSA.ilk,892840,2011-01-11
.....\MyRSA
.....\.....\Debug
.....\.....\.....\BuildLog.htm,7922,2011-01-11
.....\.....\KEY_PRODUCE.cpp,951,2011-01-06
.....\.....\KEY_PRODUCE.h,296,2011-01-06
.....\.....\MyRSA.aps,44108,2011-01-11
.....\.....\MyRSA.cpp,1636,2011-01-06
.....\.....\MyRSA.h,435,2011-01-06
.....\.....\MyRSA.rc,6234,2011-12-26
.....\.....\MyRSA.vcproj,5585,2011-01-06
.....\.....\MyRSA.vcproj.C846CE5FD1F348C.Administrator.user,1427,2011-01-11
.....\.....\MyRSA.vcproj.jsj100.Administrator.user,1409,2011-12-26
.....\.....\MyRSA.vcproj.jsj110.Administrator.user,1409,2011-01-07
.....\.....\MyRSADlg.cpp,11420,2011-01-11
.....\.....\MyRSADlg.h,1419,2011-12-26
.....\.....\ReadMe.txt,2727,2011-01-06
.....\.....\res

.....\.....\...\MyRSA.rc2,361,2011-01-06
.....\.....\resource.h,1827,2011-12-26
.....\.....\stdafx.cpp,136,2011-01-06
.....\.....\stdafx.h,2489,2011-01-06
.....\MyRSA.ncb,10202112,2011-01-11
.....\MyRSA.sln,880,2011-01-06

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

发表评论

0 个回复

  • md5src
    这个是编译通过的MD5算法,使用的语言是C++,非常好用。(MD5 C++ source code )
    2011-12-09 15:51:58下载
    积分: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
  • RSA
    RSA公钥加密程序,可实现密钥对生成,加解密任意字符串功能。MFC界面。(RSA public key encryption program, enabling the key pair generation, encryption and decryption functions of arbitrary strings. MFC interface.)
    2008-08-07 10:36:19下载
    积分:1
  • DES-PIC-CBC
    DES加密方法加密BMP图像,CBC方式实现。(DES encryption methods encryption BMP image, CBC way.)
    2020-10-09 20:47:34下载
    积分:1
  • cipher
    说明:  使用维吉尼亚密码进行控制台编程,实现对英文文本文件的加解密!(Virginia password using the console program, to achieve the English version of the document encryption and decryption!)
    2008-10-08 13:41:00下载
    积分: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
  • W32Dasm
    一个静态反汇编工具,也是破解人常用的工具之一(W32Dasm is a static disassembly tool, but also break one of the tools were used)
    2009-12-18 11:18:41下载
    积分:1
  • openssl_aes_JIAMI
    通过调用openssl库进行aes加密,本程序已编译好了openssl,无需在进行编译!生成时请引用lib文件(By calling the openssl library aes encryption, the program has compiled the openssl, without making compilation! Please cite lib files generated)
    2013-08-26 11:30:56下载
    积分:1
  • Packers-prepare-yourself-of-VC
    自己动手写加壳程序,按照文档一步一步来,做你自己的加壳程序!(Packers to write himself, according to the document step by step, do your own packers!)
    2013-11-18 20:15:44下载
    积分:1
  • exponentiation-algorithm
    快速取模指数算法,C++编写,下载即可编译运行,RSA算法里面需要用到的(Take the fast modular exponentiation algorithm, C++ to prepare, you can compile and run the download, the RSA algorithm which need)
    2012-04-26 10:00:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载