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

搜索资源列表

  1. AES

    0下载:
  2. AES加密和解密,包含.h和.cpp文件,vs2008打开工程,直接运行,运行参数可以参考main函数-AES encryption and decryption, including. H and. Cpp files, vs2008 open the project has a direct operation, operating parameters can refer to the main function of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3297397
    • 提供者:zhaoyb
  1. yxyDES2_MFC

    0下载:
  2. C++实现的3DES加密算法2.2版,VS2008下编译通过,可以对文件和字符串进行加密。-C++ implementation of the 3DES encryption algorithm version 2.2, VS2008 compiled by, you can encrypt files and strings.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:107419
    • 提供者:chen wen bin
  1. MD4test

    0下载:
  2. 测试对字符串的MD4。运行环境:vs2008 (注意选择“多字符”编译)-Testing of the string MD4. Operating environment: vs2008 (attention to the selection " multi-character" compilation)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:724068
    • 提供者:胥奇
  1. DH

    0下载:
  2. 这是DH密钥交换的实现实例源代码,用VS2008所写,希望能给新手一点启发。-This is a DH key exchange the realization of an instance of source code, written with VS2008, hoping to give novice some inspiration.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:151344
    • 提供者:Weberte
  1. sha256_MD5_Dlg

    0下载:
  2. VS2008对话框工程,用于生成给定文件的MD5及SHA256值,支持拖拽-VS2008 dialog project file used to generate a given value of the MD5 and SHA256 support drag and drop
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:73457
    • 提供者:zoulijun
  1. Exp1

    0下载:
  2. 在Vs2008环境下,实现DES加密功能。-the implementation of DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:3064207
    • 提供者:yilongteng
  1. aes-vs2008-04-03-08

    0下载:
  2. aes的官方算法代码,代码比较齐全,算法稍微复杂。-aes official algorithm code, the code rather complete, the algorithm slightly more complex.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:54766
    • 提供者:emma
  1. jiami

    0下载:
  2. 对原始密码进行“凯撒”码加密。需要设定密钥。以后存密码就可以以明文的方式大胆的存放了。C# 编写 。vs2008环境下编译通过-The original password " Caesar" code encryption. Need to set the key. After the password stored in clear text can be stored for bold. C#,. vs2008 environment compile
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:47848
    • 提供者:雁集
  1. EncryptCode-SE

    0下载:
  2. 文件加密,字符异或方式加密,在vs2008下面编译-File encryption, encrypt, or different character, in vs2008 compile the following
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:408767
    • 提供者:华哥
  1. aes-xts-vs2008-17-07-09

    0下载:
  2. On-the-fly encryption means that data is automatically encrypted or decrypted right before is loaded or saved, without any user intervention. No data stored on an encrypted volume can be read (decrypted) without using the correct password/keyfile
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:944028
    • 提供者:Santhosh R
  1. RSA

    0下载:
  2. 基于RSA算法实现数字签名的加解密功能,能完美实现,在VS2008上-Based on the RSA algorithm encryption and decryption of digital signatures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:8244
    • 提供者:别宁
  1. usertest

    0下载:
  2. 在应用层测试aes的源代码,输出加解密结果,开发环境vs2008-In the application layer testing aes source code, the output decryption result, the development environment vs2008
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3578636
    • 提供者:apple
  1. rc4_test

    0下载:
  2. rc4 加解密 源代码,rc4加解密字符串,接口简单。用vs2008编译通过,也可以单独拿出cpp文件在其他环境下建立工程。-rc4 encryption and decryption source code, rc4 encryption and decryption of string, simple interface. Compiled with vs2008 through, you can also separate out the cpp file to the establish
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:243384
    • 提供者:张志强
  1. xts-vs2008-17-07-09

    0下载:
  2. XTS AES to encryp the file, so the file will be safe.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:509452
    • 提供者:ayi rizky
  1. MyEncrypt

    0下载:
  2. 自己写的符合标准的3DES加密和解密程序源码,使用C#编写,平台为是VS2008,可带加密key和符合Java标准的32位密钥,并能读取CPU等硬件序列号做机器绑定加密,已用在多个项目中做程序加密解密-Written by myself standards-compliant 3DES encryption and decryption program source code, written in C# platform for VS2008, with a 32-bit key encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:87160
    • 提供者:刘伟信
  1. md4

    0下载:
  2. 用vs2008编写的md4 加密算法,适合初学者学习md4算法。基于win32的。-With the vs2008 written md4 encryption algorithm, suitable for beginners to learn md4 algorithm. Based win32.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-10-30
    • 文件大小:999760
    • 提供者:柴春宇
  1. AES

    0下载:
  2. AES加密解密算法示例,程序实在VS2008编译通过,无错误。-AES encryption and decryption algorithm example, the procedure is VS2008 compiler, error-free.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:133914
    • 提供者:cml
搜珍网 www.dssz.com