登录
首页 » Visual C++ » RSA

RSA

于 2020-10-12 发布 文件大小:2807KB
0 254
下载积分: 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 个回复

  • BM
    说明:  密码学BM算法的C++实现。可计算100阶m序列的生成多项式(Cryptography BM algorithm in C++. Computable 100 m sequence generator polynomial order)
    2013-11-27 17:01:49下载
    积分:1
  • DES_C
    基本的DES加密算法,可以实现一些基本的功能,但是大型计算不适合(The basic DES encryption algorithm)
    2013-08-15 01:48:09下载
    积分:1
  • sha-256
    sha256的签名算法,纯C实现,已验证正确,在控制台上直接运行即可,(sha256 signature algorithm, pure C implementation ,has been verified properly and can be run directly on the console.)
    2021-04-28 16:08:43下载
    积分:1
  • sha256
    SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc) void SHA256Update (SHA256Context *sc, const void *data, uint32_t len) void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]) 第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果(SHA-256 source code, three external function: void SHA256Init (SHA256Context* sc) void SHA256Update (SHA256Context* sc, const void* data, uint32_t len) void SHA256Final (SHA256Context* sc, uint8_t hash [SHA256_HASH_SIZE]) The first function is initialized, the second hash function, enter the string, the third function of output)
    2021-04-27 09:28:44下载
    积分:1
  • md52
    信息加密原码,用md5算法实现,开发语言:c(original message encryption code used md5 algorithm, the development of language : c)
    2007-05-26 10:40:50下载
    积分:1
  • hundunjiami
    说明:  一个关于加密音频,图像的VB程序,功能还算可以,希望可以帮到人!!(One on encryption of audio, images VB program, function OK, the desire to help people! !)
    2021-02-28 17:49:35下载
    积分: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
  • 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
  • DES-disk-system
    以C++语言在微机上实现了美国数据加密标准DES。可随微机软盘任意路径下的任何文件,加密,加密文件可在软、硬盘任何目录下或在网络中传送;另一方面可对软、硬盘中的任何文件进行解密,解密后的文件除在末尾多出几个空格符外与原文件完全相同,绝不影响EXE文件,COM文件或数据库文件的使用。密钥有加密者在键盘输入8个字符。(In c++ language microcomputer to U.S. data encryption standard DES. With the computer floppy disk arbitrary path of any of the files, encryption, encrypt files can be in soft, hard disk any directory or in the network transmission On the other hand, soft, hard disk to the any classify documents, the decrypted file in the end in a few more the space appears with the original documents are all the same, never affect EXE file, COM file or database files use. Key there are JiaMiZhe in keyboard input 8 characters. )
    2011-12-28 22:14:57下载
    积分:1
  • Main
    二进制文件操作工具 可以对二进制文件合并、分拆、加密、解密的工具,再对两个可执行文件进行合并后,显示第一个文件的信息,并且正常使用,第二个被忽略。(Binary file binary file manipulation tools can merge, split, encrypt, decrypt tool, and then the merger of two executable files, show the first file, and normal use, the second is ignored.)
    2010-10-25 00:06:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载