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

搜索资源列表

  1. C-DES

    1下载:
  2. 用C语言编写的DES加密算法的实现,可以解决对DES加密和解密的帮助-C language prepared by the DES encryption algorithm to achieve, can be solved right DES encryption and decryption of help
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:50998
    • 提供者:张化
  1. des加密解密1111

    0下载:
  2. 一个很不错的des加密解密算法,用c#开发,-a very good des encryption and decryption algorithm, using the c # development,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4755
    • 提供者:王思刚
  1. C-DES

    1下载:
  2. 使用C语言实现密码学DES加密和解密,使用密码反馈模式 CFB模式-The use of C language implementation of cryptography DES encryption and decryption, feedback mode using a password CFB mode
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-25
    • 文件大小:8671
    • 提供者:jackli
  1. CryptDES

    0下载:
  2. 基于c++(MFC)的DES加密解密系统,密钥过长时自动进行3DES加密-Based on c++ (MFC) of the DES encryption system
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3632067
    • 提供者:王执安
  1. DES

    0下载:
  2. 用C#完成的DES加密和解密,界面简洁,在VS下完成的。-This ia a DES program(C#)
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6726
    • 提供者:shanshan
  1. des

    0下载:
  2. C++des加密解密代码~可以运行~互相学习-C++ des encryption and decryption code can run ~ ~ learn from each other
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:37740
    • 提供者:xu yan
  1. ZYBEncrypt

    0下载:
  2. 一些常见的C#加密解密类(MD5,RSA,DES,RC2...)包装集合.-Some common encryption and decryption of C# class (MD5, RSA, DES, RC2 ...) packaging collection.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:36162
    • 提供者:252
  1. DES

    0下载:
  2. des 编程实现 c++风格 两圈加密 含解密部分-des programming c++ style, with two laps to decrypt encrypted part of the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:435632
    • 提供者:ads
  1. des

    0下载:
  2. c# des加密与解密算法-des encryption and decryption algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:23494
    • 提供者:luhoo
  1. wq

    0下载:
  2. DES加密解密 应用C++开发环境,密码学至今比较常用的加密解密基础
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3778
    • 提供者:王强
  1. des

    0下载:
  2. des加密解密算法,通过C#编译,内容自己看-des encryption and decryption algorithm, through the C# compiler, content
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:56350
    • 提供者:小it
  1. mydesDemo

    0下载:
  2. des 加密解密的 C++ 实现,里面有完整的工程例子,甚至可执行程序也一并打包上去了,开发时可以直接调用-des encryption decryption C++ implementation, there is a complete example of engineering, and even executable programs packaged together up, when development ,itcan be called directly
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:1246712
    • 提供者:潘洪升
  1. c-Sharp-DES-encryption-algorithm

    0下载:
  2. c#实现DES算法加密解密,出现相应的加解密软件界面。-c# DES algorithm encryption and decryption, encryption and decryption software interface.
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:4441
    • 提供者:
  1. DESCrypto

    0下载:
  2. C#实现的DES加密解密方法,设置一个8位的秘钥-a DES Crypto of c#
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:1710
    • 提供者:季风
  1. DES-encryption

    0下载:
  2. DES加密和解密,用C++实现的,无界面,给初学者一点指引-DES encryption and decryption, using C++ achieve, no interface, a little guidance for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2856
    • 提供者:feng
  1. extTool

    0下载:
  2. c#小工具库,ini操作库,des加密解密-c# Gadget Gallery, ini manipulation library, des encryption and decryption, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:31576
    • 提供者:窦建业
  1. CPP---DES

    0下载:
  2. 详解DES加密解密原理,附用C++实现源码-Detailed DES encryption and decryption principle, attached with a C++ implementation source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:18841
    • 提供者:雷云
  1. VCPP-DES

    0下载:
  2. 在VC6.0上用C++语言实现的DES加密解密算法,支持文本的加密解密。-DES VC6.0
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:201728
    • 提供者:申笑晨
  1. DES加密解密

    0下载:
  2. 提供在C#平台下的DES加密算法的DEMO实例。(Provides an DEMO instance of the DES encryption algorithm on the C# platform.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-29
    • 文件大小:35840
    • 提供者:一只乌龟
  1. DES分组密码

    1下载:
  2. 利用C++实现DES加密和解密,带有详细实验报告和分析(Using C++ to Encrypt and Decrypt DES)
  3. 所属分类:Windows编程

    • 发布日期:2019-12-14
    • 文件大小:5675008
    • 提供者:_Benson_
« 12 3 »
搜珍网 www.dssz.com