CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - vs2010

搜索资源列表

  1. 123

    2下载:
  2. 诛仙的DATA文件读取程序 在VS2010版本下可以编译-诛仙the DATA file to read the procedures for GSHOP version
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:35924
    • 提供者:kjkjk
  1. MD5-tool

    0下载:
  2. 这是一个在vs2010下编译通过的MD5验证码比较程序源码。-This is original codes for MD5 checking
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:11226
    • 提供者:anoia
  1. EncoderDecoder

    0下载:
  2. C# 编码与解码测试,VS2010工程,请使用VS2010打开-C# coding and decoding test, VS2010 project
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:42360
    • 提供者:ailvee
  1. huffuman00xiao

    0下载:
  2. 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份txt文档中,在vc中编译的,在vs2010中可能会有异常~-I modified Huffman coding and decoding of the mature, to a text file, statistics, probability character, Huffman tree construction, and coding, and finally decodin
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:221582
    • 提供者:
  1. MD5

    0下载:
  2. 生成MD5值的算法。在VC++2010中编译通过,运行正常。直接下载就可以拿来使用-Algorithm to generate the MD5 value. In VS2010 compiler, operating normally. Direct download can take it and use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:2687
    • 提供者:张文斯
  1. MD5

    0下载:
  2. 可以直接使用的MD5源代码,128bit输出,已经自己试过了可以正常运行,我用的是VS2010-MD5 source code can be used directly, 128bit output, has tried to run properly, I use VS2010
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4194270
    • 提供者:吴桐
  1. RSA_1

    0下载:
  2. aes加密解密文件,利用openssl在vs2010上实现-aes encryption decryption file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:2400689
    • 提供者:long
  1. RSATool

    0下载:
  2. vs2010下实现的RSA算法加解密,算法函数可以改成.c文件,也可以用作c++,还不够成熟,但实现大数运算以及加解密绝无问题!-the vs2010 RSA algorithm encryption and decryption algorithm function can be changed. c file for c++, not mature enough, but the realization of the operation of large numbers as well as
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:143450
    • 提供者:赵玉雷
  1. upx 2010可编译

    2下载:
  2. upx源码,加入到vs2010,可编译...........
  3. 所属分类:加密解密

  1. Base64

    0下载:
  2. 关于Base64的加密方法,里面含有两个工程,一个是生成lib文件,另一个是加密实例是通过前辈们改成的,编译环境为VS2010-About Base64 encryption method, which contains two projects, one is to generate lib files, and the other is encrypted instance is created by predecessors into the build environment for V
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-14
    • 文件大小:22995655
    • 提供者:jescy
  1. RSA

    0下载:
  2. 通过MFC应用程序来体现RSA加密技术,开发环境VS2010-By MFC application to reflect the RSA encryption technology, development environment VS2010
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-15
    • 文件大小:23462277
    • 提供者:jescy
  1. GMP-library--for-VS2010

    0下载:
  2. 在VS2010条件下使用GMP库-简单实用-In VS2010 conditions using GMP library- simple and practical
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:350368
    • 提供者:belle
  1. DES

    0下载:
  2. 一个简单的DES算法实现,不是很难,有注释,使用VS2010编写的。-A simple DES algorithm is not difficult, there are notes, written using VS2010.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1780733
    • 提供者:zld
  1. xxtea

    1下载:
  2. xxtea 算法经过验证可以使用,用于单片机上的,VS2010直接编译后可以运行显示结果。-xxtea proven algorithm can be used for, you can run the VS2010 compiled directly displays the results on a single chip.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-14
    • 文件大小:151552
    • 提供者:CHEN
  1. SelfSign

    0下载:
  2. 自签证书的创建,通过VS2010调通,可做参考-certificate self sign
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1727
    • 提供者:李冰
  1. DES

    0下载:
  2. DES 加密算法的C++实现,C++控制台,中文英文都可以加密,VS2010-DES encryption algorithm in C++, C++ console, Chinese and English can be encrypted, VS2010
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:3048526
    • 提供者:chen
  1. RSA

    0下载:
  2. RSA加解密算法,在VS2010上成功运行。-RSA encryption algorithm is successful in VS2010
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-18
    • 文件大小:5110894
    • 提供者:snow
  1. SEC_FILE

    0下载:
  2. 新的加密解密算法demo,采用C#编写,加入了DX控件,vs2010运行通过。-The new encryption and decryption algorithm demo, the use of C# prepared, adding the DX control, VS2010 running through.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3470685
    • 提供者:WANG_HH
  1. Affine-cPP

    0下载:
  2. 一个完整的古典密码学的仿射密码的C++源代码,在VS2010上验证通过 -Affine c++ program in classical cryptology
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1155
    • 提供者:程序员
  1. des(vb.net)

    0下载:
  2. DES 加密 VS2010环境下的vb.net的des加密解密-des encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:49066
    • 提供者:liang
« 12 »
搜珍网 www.dssz.com