CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rsa algorithm code vc

搜索资源列表

  1. rsa1.0

    0下载:
  2. RSA算法的源码,出自高手 VC。-RSA algorithm source code, stems from master VC.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10600
    • 提供者:张灵飞
  1. RsaKit_V1[1].0

    0下载:
  2. RsaKit_V1[1].0 一个高手写的RSA算法的加密解密的源码,类封装的很好,代码清晰易懂。VC。-RsaKit_V1 [ 1 ] 0 a high hand-written RSA algorithm encryption decipher source code, kind of seal very good, the code clear is easy to understand. VC.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:59683
    • 提供者:张灵飞
  1. RSA_1111554490vc程序

    0下载:
  2. rsa加密算法的vc实现,可以实现1024位的加密-the source code of rsa algorithm in vc,which can do 1024bits encryption.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:148344
    • 提供者:
  1. encryptdll3.6.1

    6下载:
  2. 《共享软件加密算法库》专业版是一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具: VC、VB、BCB、Delphi、PB、VFP、C#、ASP等,算法库中包含了获取计算机硬盘物理序列号、主板序列号功能及多种高强度对称、非对称算法。获取的硬盘序列号不随硬盘分区及格式化改变,支持IDE、SCSI接口硬盘,获取主板序列号的功能支持各类BIOS芯片,这两个功能可方便的用来实现一机一码的注册方式。算法库集成的算法有:BlowFish,MD5,Secret16,AES、SHA、
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:380688
    • 提供者:yangrui
  1. rsaalgorithminvc

    0下载:
  2. rsa加密算法的vc实现,可以实现1024位的加密-the source code of rsa algorithm in vc,which can do 1024bits encryption.-rsa encryption algorithm vc realized, 1024 can be achieved encryption-the source code of rsa algorithm in vc, which can do 1024bits encryption.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5796
    • 提供者:徐凯
  1. RSA加解密

    1下载:
  2. vc环境下RSA算法加解密功能的实现,内附有示例代码。-The implement of encryption and decryption with RSA algorithm in VC environment, attached with example source code.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:58962
    • 提供者:wj
  1. RSA RSA公钥加解密算法源码

    1下载:
  2. RSA公钥加解密算法源码,VC++语言开发, 可生成最长1024比特密钥对,里面包含大数运算类,可直接移植使用。-RSA public key encryption algorithm source code, VC++ language development, can generate up to 1024-bit key pair, which contains large numbers operation classes can be directly transplanted to
  3. 所属分类:加密解密

    • 发布日期:2017-03-23
    • 文件大小:19496
    • 提供者:wangrui
  1. RSA algorithm c++

    1下载:
  2. 采用RCS做文件加密的源程序代码,VC环境。包含两个文件包,里面的Readme有详细介绍。,Using RCS to do file encryption source code, VC environment. Package consists of two documents, which detailed the Readme.
  3. 所属分类:加密解密

    • 发布日期:2013-06-07
    • 文件大小:31815
    • 提供者:张晓斌
  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. RSA

    3下载:
  2. RSA加密算法,可以实现实现128,256,512,1024,2048位的RSA加密解密运算-Use vc++ Realize RSA encryption and decryption algorithm source code.RSA digital signature algorithm of RSA
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-27
    • 文件大小:23724
    • 提供者:MR.name
  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. 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. SecChat

    0下载:
  2. 这是用VC++编程实现RSA算法的源代码-The rsa algorithm to use the vc programming original code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:124954
    • 提供者:李青青
  1. RSA_encryption_algorithm_secret_chat_vc_source_cod

    0下载:
  2. RSA算法加密的秘密聊天工具vc++源码版RSA encryption algorithm secret chat vc + + source code version-RSA encryption algorithm secret chat vc++ source code version
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:125666
    • 提供者:hxc
  1. RSA_algorithm_classic_VC_Code_Programming

    0下载:
  2. RSA algorithm is the classic VC Code Programming VC编程开发RSA算法经典代码-RSA algorithm is the classic VC Code Programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:295682
    • 提供者:u
  1. 211929VCRSA

    0下载:
  2. RSA公钥加解密算法源码,VC++语言开发,有友好界面-RSA public key encryption algorithm source code, VC++ language development, a friendly interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:48572
    • 提供者:huang
  1. jiami

    0下载:
  2. 200多个常见的VC++加密算法代码,像DES、ASN、hex、rsa等等算法,加密也是常用的一种程序数据处理方式,实用性比较大。-More than 200 common encryption algorithm VC++ code, such as DES, ASN, hex, rsa, etc. algorithm, encryption is also a procedure commonly used in data processing, practical, relatively
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:392752
    • 提供者:suo618
  1. PublicKeyEncryption_algorithm_VC

    0下载:
  2. RSA加密算法的VC++代码实现。 由选定的P,Q以及E来计算私钥D-RSA encryption algorithm VC++ code. Selected by the P, Q and E to calculate the private key D
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:12666
    • 提供者:zsycloud
  1. c200-xdcodefans.net

    0下载:
  2. VC/C++源码,加密解密,加密,解密,DES   200多个常见的VC++加密算法代码,像DES、ASN、hex、rsa等等算法,你可以先下载保存在电脑上,以后或许能用到,加密也是常用的一种程序数据处理方式,实用性比较大。-VC/C++ source code, encryption and decryption, encryption, decryption, DES A program data processing over 200 common VC++ encryption
  3. 所属分类:CA program

    • 发布日期:2017-11-06
    • 文件大小:419965
    • 提供者:dengchao
  1. mbedtls-2.3.0-apache

    0下载:
  2. polarssl源码,全系列加解密函数,包括x509代码,包括rsa算法。全部是.c源码。windows下 vc可以直接编译,linux下gcc可直接编译。如果下载的人多,下次放出我的rsa使用范例、rsa使用范例。-polarssl source, a full range of encryption and decryption functions, including the x509 code, including rsa algorithm. All .c source. Under
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1651162
    • 提供者:dcg
« 12 »
搜珍网 www.dssz.com