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

搜索资源列表

  1. 3des0000000000000000000

    0下载:
  2. 一个用C++写的3des加密算法源代码 算法效率不错 是学习的好例子-a written 3DES encryption algorithm source code algorithm efficiency is good to learn a good example
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5974
    • 提供者:宇宙的弦
  1. 3des-suanfa

    1下载:
  2. 3des算法code,已经通过visual c++编译.比一重des算法更加可靠!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:222446
    • 提供者:xuzhinan
  1. 3des 源码

    1下载:
  2. c# for 3des加密解密-C# code for 3DES encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1002
    • 提供者:jqf
  1. DES.rar

    0下载:
  2. DES加密算法的完整代码。 完整C++实现和完整J2ME代码实现3DES加密,DES encryption algorithm the complete code. A complete C++ to achieve and realize the full J2ME code 3DES encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:88542
    • 提供者:sure
  1. Crypt_Decrypt_C.rar

    0下载:
  2. 几乎涵盖了所有加密算法的源代码(C语言)。包含了几乎所有常见加密算法的实现,包括RC4、AES、DES、3DES;RSA;SHA1、MD4、MD5;BASE64,还有其他算法。,Covers almost all encryption algorithm source code (C language). Contains almost all the common encryption algorithm, including the RC4, AES, DES, 3DES RSA SHA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1216442
    • 提供者:王同
  1. 3des

    0下载:
  2. 这个是三重DES算法源代码(C语言版本) -This is the Triple DES algorithm source code (C language version)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:5406
    • 提供者:nexscorpio
  1. code

    0下载:
  2. C语言写的3DES算法,经过调试证明程序本身没问题-3DES-3DES algorithm written in C language, after debugging the certification procedure no problem-3DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:5661
    • 提供者:张蕾
  1. des

    0下载:
  2. C++源代码,3des,加密,解密,非对称性密钥的生成、导入及导出示例 -C++ source code, 3des, encryption, decryption, VC++ asymmetric key generation, import and export example
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:3067
    • 提供者:阿萨瑟
  1. 3DES

    0下载:
  2. 3DES加解密算法源代码. 做为可逆算法,可用于很多信息加密的工程中,相信大家会用得上的。-3DES encryption algorithm source code. As a reversible algorithm, a lot of information can be used to encrypt the project, believe that you will be useful for.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:6949
    • 提供者:magicliao
  1. 3DES

    1下载:
  2. 3DES又称Triple DES,是DES加密算法的一种模式,它使用3条56位的密钥对数据进行三次加密。数据加密标准(DES)是美国的一种由来已久的加密标准,它使用对称密钥加密法,并于1981年被ANSI组织规范为ANSI X.3.92。DES使用56位密钥和密码块的方法,而在密码块的方法中,文本被分成64位大小的文本块然后再进行加密。比起最初的DES,3DES更为安全。-3DES, also known as Triple DES, DES encryption algorithm is a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:5715
    • 提供者:Laura
  1. 3_DES

    0下载:
  2. 对称密码设计与实现课程的作业,有完整代码及详细注释。同时还附上报告文档,希望对你有帮助。 3DES算法的c语言实现,-Symmetrical password design and implementation course work, have complete code and detailed notes. At the same time also attached document report, and I hope to help you. 3 the c language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:365391
    • 提供者:班胜龙
  1. FileEncryptAndDecrypt

    0下载:
  2. 3DES C# VS2008 工具源码,可以自行编译-3DES in C# VS2008 tool for source code, you can compile your own
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:95345
    • 提供者:zy
  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. 3DesTool

    0下载:
  2. 3Des 加解密工具,3Des c源码,非Win32API调用-3Des encryption and decryption tool, 3Des c source code, non Win32API call
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:122595
    • 提供者:易岳城
  1. 3DES

    0下载:
  2. DES及3DES算法源程序,标准C实现,可用于unix/linux/windows平台。-DES and 3DES algorithm source code, the standard C implementation, can be used for unix/linux/windows platform.
  3. 所属分类:CA program

    • 发布日期:2016-01-26
    • 文件大小:232448
    • 提供者:echo
  1. 3DES_Source

    0下载:
  2. 3DES算法源代码(C语言版本),正确性检验通过-3DES algorithm source code (C language version), correctness checked by
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:5804
    • 提供者:ifcnbxy35
  1. encryption-and-decryption

    0下载:
  2. des和3des 算法c语言实现,c语言描述了des和3des的加密和解密过程,此代码为成熟代码,可直接应用于工程。-Des and 3des algorithm c language, c language Des and 3des described the encryption and decryption process, the code for the mature code can be directly applied to the project.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2943
    • 提供者:小奇
  1. 3DES_ECB套

    0下载:
  2. 3DES_CBC模式加解密的java与c语言源码配套源码包(3DES Java and C matching source code)
  3. 所属分类:加密解密

    • 发布日期:2017-12-24
    • 文件大小:6144
    • 提供者:会飞的魚
  1. 3des

    1下载:
  2. Linux下c语言实现DES和3DES算法(Linux under c language, DES and 3DES algorithm)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-15
    • 文件大小:3072
    • 提供者:hmily_dalian
  1. DES

    0下载:
  2. DES、3DES加密解密算法,标准C编程,适合所有平台。测试程序为VS2010。运算Des\Debug\Des.exe文件,代码文件为Des-Code.cpp和Des_head.h(DES, 3DES encryption and decryption algorithm, standard C programming, suitable for all platforms. The test program is VS2010. Operation Des\Debug\Des.exe, the
  3. 所属分类:加密解密

    • 发布日期:2018-04-29
    • 文件大小:885760
    • 提供者:cpuyph
搜珍网 www.dssz.com