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

搜索资源列表

  1. MD5hash_bas.zip

    0下载:
  2. 分别使用VC和VB写的MD5加密算法
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:2538
    • 提供者:
  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. SecChat

    0下载:
  2. 加密聊天源程序 IDE:vc-encrypted chat source IDE : vc
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:123830
    • 提供者:凯文
  1. DESDemo1

    0下载:
  2. 利用des算法加密文件的源代码,支持加密文档,用vc语言编写。-use encryption algorithm des documents the source code, supports encrypted files, using vc language.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:40476
    • 提供者:焦伟伟
  1. CryptoAPI_Cuickdemo

    0下载:
  2. 加密算法的小程序,支持加密多种文件,用vc语言编写。-encryption algorithm for small procedures, encryption support multiple files, vc language.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:12072
    • 提供者:焦伟伟
  1. rsa1-cpp

    0下载:
  2. rsa非对称加密算法的加密解密vc语言实现-The implement of RSA encryption and decryption algorithm with VC
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:101749
    • 提供者:
  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. 学生考试管理系统

    1下载:
  2. 使用ADO访问经过加密的ACCESS数据库,用VC编写。-Use ADO component to interview database of ACCESS,using VC programming
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:234838
    • 提供者:阿朱
  1. ezibi_2.0beta_050807

    0下载:
  2. 一个php的商城,肯能有人用过vc商城1.3版的,这个是同一个作者写的,不过zend加密了核心代码-a php the mall, it was used to get the vc 1.3 version of the Mall, this is the same one the authors write, but the core zend encryption code
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:315148
    • 提供者:孙立文
  1. md5-vc

    0下载:
  2. MD5加密c++实现 本人在项目里测试过 可以使用 操作简单-MD5 c++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2738
    • 提供者:panfv
  1. VC-License-encryption-

    0下载:
  2. VC++编写的注册码加密源程序(含注册机、解密机)。本方法可有效控件版权软件被破解,保护你的软件产权不受侵害,压缩包内有两个源码包,一个是注册机源程序,另一个是解密机的源程序,一套完整的参考实例。   解密:初始化目标、生成解密匙、解密完成。-VC++ written registration code encryption source code (including RI, decryption machine). This method can effectively control
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-30
    • 文件大小:20042
    • 提供者:login
  1. Des+Md5

    0下载:
  2. 此程序由VC++编写而成,运行程序在release文件夹下,可以实现对文件的加密和解密操作(Can be achieved on the document encryption and decryption operations)
  3. 所属分类:加密解密

    • 发布日期:2018-01-02
    • 文件大小:1691648
    • 提供者:zhukun20032394
  1. DES

    0下载:
  2. 使用VC++实现DES加密算法和解密算法(Implementation of DES encryption algorithm and decryption algorithm using VC++)
  3. 所属分类:加密解密

    • 发布日期:2018-01-04
    • 文件大小:24576
    • 提供者:仔仔monica
  1. MFC wifi连接实例

    2下载:
  2. 基于VC++ MFC wifi连接实例,可以直接作为wifi客户端使用,支持加密以及开放wifi的连接,
  3. 所属分类:Windows编程

  1. AES

    0下载:
  2. 基于VS2010实现了AES128加密和解密算法(encryption and decryption program for AES128 algorithm.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:3323904
    • 提供者:yacobimax
  1. 3des

    1下载:
  2. 本次测试的代码是DES算法的C语言实现(VC 6.0): (1)加密 输入:8个明文字符,8个密钥字符(例如“12345678”,“12345678”) 将输入密钥和明文的8个字符各自转换为二进制,然后进行DES加密,输出加密结果 将加密过程中第1,2轮E盒扩展,S盒置换,P盒替代中间结果输出 (2)解密 输入:将加密之后得到的64比特密文作为输入 输出:经过DES解密之后,输出8比特字符(3DES encryption and decryption in C lan
  3. 所属分类:加密解密

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:我只想静静
  1. DES

    0下载:
  2. DES加密解密,使用vc环境运行,以编译测试过(DES encryption and decryption,Run using the VC environment to compile and test)
  3. 所属分类:加密解密

    • 发布日期:2018-05-01
    • 文件大小:178176
    • 提供者:冯泽涛
  1. DES

    0下载:
  2. 一段DES加密代码,用VC实现,很基础,适合初学者学习(DES encryption code.)
  3. 所属分类:加密解密

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:w1tness
  1. pass

    0下载:
  2. 文件夹保险箱是一款使用方便,安全可靠的文件或文件夹加密解密利器。(Folder safe is a convenient, safe and reliable tool for encryption and decryption of files or folders.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-06
    • 文件大小:57344
    • 提供者:ES1562
  1. upx-source

    0下载:
  2. VC++源代码加密技术,给程序代码加密的一个小程序,保护你的代码不被泄露(VC ++ source code encryption technology, a small program that encrypts the program code to protect your code from being leaked)
  3. 所属分类:Windows编程

    • 发布日期:2020-06-15
    • 文件大小:663552
    • 提供者:zh5122
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 38 »
搜珍网 www.dssz.com