CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - RSA加密 VC

搜索资源列表

  1. RSAteclaaass

    0下载:
  2. 这是一个Vc++设计的关于rsa加密解密实现的设计文档,里面非常详细的写了有关设计过程
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:210586
    • 提供者:sdasds
  1. RSA

    0下载:
  2. 这个vc++代码实现了RSA,Elamal,弗吉尼亚加密算法。
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:95739
    • 提供者:山东省
  1. RSA

    1下载:
  2. 在VC环境下实现对文件和明文的加密解密,拥有良好的界面
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:68937
    • 提供者:wf
  1. 多种加密算法源码

    0下载:
  2. 多种加密的算法的集合,有DES,RSA等等,有的是用C写的,也用是用VC++写的。很实用!-variety of encryption algorithms to assemble, DES, RSA, etc., some written in C, is also used to write the VC. Very practical!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:388055
    • 提供者:森林
  1. Des加密的实现

    0下载:
  2. DES编码 实现对数据的加密 种加密的算法的集合,有DES,RSA等等,有的是用C写的,也用是用VC++写的。很实用! -DES encryption of data encryption algorithm types of pools, DES, RSA, etc., some written in C, is also used to write the VC. Very practical! The types of encryption algorithms to assemble,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4450
    • 提供者:王完全
  1. RSAnew

    0下载:
  2. rsa算法实现。用VC++编写。能够实现对明文的加密。不容易被破解-rsa algorithm. VC + +. To achieve the right expressly encryption. Not easy to be cracked
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:15159
    • 提供者:yzy
  1. rsasoft.rar

    0下载:
  2. 利用vc++实现RSA加密解密算法源代码 [VC_RSA.rar] - 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。,Vc++ to achieve the use of RSA encryption and decryption algorithm source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:17698
    • 提供者:易天行
  1. jiamifangfa

    1下载:
  2. 讲解vc下使用基于硬盘序列号和RSA算法的软件加密方法-Vc explain the use of RSA-based hard drive serial number and software encryption algorithms
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:144211
    • 提供者:之间了
  1. encoding-and-decoding

    0下载:
  2. 实现DES加密解密算法,及CBC,CFB,CTR,OFB,RSA加密解密算法,完成对图片的加密解密。使用C++编写的,非常详尽。具体阐述了对图片的DES加密解密算法。-The codes realizes the function of encoding and decoding a picture under CBC,CFB,CTR,OFB,RSA algorithm. It is really worth a trial under VC 6.0 environment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-17
    • 文件大小:27140879
    • 提供者:王希
  1. o

    0下载:
  2. VC++中实现DES和RSA加密时候用到的源程序,结构合理-VC++ Achieve DES and RSA encryption is used when the source, well-structured
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:46647
    • 提供者:ss
  1. RSA_in_VC

    0下载:
  2. 用VC实现的一个RSA加密算法,基于控制台方式,可以直接应用,也可作为应用参考。-Using VC to achieve an RSA encryption algorithm, based on the console, it can be applied directly, applications can also be used as reference.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:71978
    • 提供者:yuvmen
  1. RSA

    0下载:
  2. 用VC++实现了对RSA的加密和解密。方便简单。界面良好。-RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1954932
    • 提供者:蔡维维
  1. RSA

    0下载:
  2. RSA算法,使用环境VC,可以实现RSA的加密解密功能。-RSA algorithm, the use of the environment VC, can achieve the RSA encryption and decryption functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:248720
    • 提供者:YZQ
  1. rsaeuroi

    0下载:
  2. RSA算法源代码(VC版本)非对称加密解密算法-RSA algorithm source code (VC version) non-symmetric encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:199934
    • 提供者:叶远
  1. 83274902RSA

    0下载:
  2. 这是一个RSA的简单实现算法,用的是C++语言实现的. RSA加密算法的vc实现,可以实现1024位的加密 -This is a simple realization of RSA algorithm is used in C++ language to achieve. RSA encryption algorithm to achieve the vc, the 1024 can be encrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:39924
    • 提供者:易守望
  1. RSA56778

    0下载:
  2. 用VC实现的rsa加密解密算法,本人经过测试,可以 直接使用 生成任意多位和任意多个的大素数,十六进制表示 -VC achieved using rsa encryption and decryption algorithm, I tested and can be directly used to generate any number and any number of large prime numbers, hexadecimal
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:50618
    • 提供者:易守旺
  1. rsa123987

    3下载:
  2. 这个RSA算法是在vc环境下实现,用mfc做了界面,从功能到外观都想当不错RSA数字签名 RSA算法的加密解密 可视化MFC界面 RSA的算法,复制到VC++后稍改一下就可以运行了,-The RSA algorithm is the realization of an environment in vc, mfc done with the interface from the functional to the appearance of all want to be a good RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:19786
    • 提供者:易守旺
  1. 13898386RSA(vc)

    0下载:
  2. rsa算法。可实现加密与解密。很好的软件代码。-rsa algorithm. Encryption and decryption can be achieved. Very good software code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:82414
    • 提供者:刘鹏
  1. RSA_MFC

    0下载:
  2. 用VC实现的简单的RSA算法,能够加密,解密,以窗口形式显示出来-the implement of RSA with VC
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1888767
    • 提供者:13
  1. RSAVC2005

    0下载:
  2. 用VC++2005实现的RSA加密解密算法-Using VC++2005 achieved RSA encryption and decryption algorithms
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:39768
    • 提供者:shangkai
« 1 2 34 5 6 »
搜珍网 www.dssz.com