CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - DES 加密算法

搜索资源列表

  1. DES 加密系统的 C 语言源代码

    0下载:
  2. 一个可直接使用的DES加密算法,不需要修改代码。-a direct access to the DES encryption algorithm and do not need to amend the code.
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:9102
    • 提供者:周生
  1. 339068DESDemo

    0下载:
  2. 功能: 实现DES加密算法的加密解密功能 */ /*- */ /*-说明:des算法的实现代码 */ /*- 能够实现56位或56*3密钥的des算法,可以通过该程序提供的接口 */ /*- 进行数据的加密,保证数据在传送过程的安全性 */ /*- */ /*- */ /*-该程序的所有权利由作者保留 *
  3. 所属分类:网格计算

    • 发布日期:2008-10-13
    • 文件大小:17706
    • 提供者:长乐
  1. descuit

    0下载:
  2. des加密算法的实现,简单易懂,适合初学者-des encryption algorithm implementation and easily understood, for beginners
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2964
    • 提供者:cuitxp
  1. 80418619

    0下载:
  2. 资源介绍: 用C语言写的100行DES加密算法 本文来源于虾客源码 http://www.xkxz.com 资源介绍: 用C语言写的100行DES加密算法 本文来源于虾客源码 http://www.xkxz.com-resources briefing : C language written in 100 lines DES encryption algorithm is derived from shrimp off FOSS http :
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:5546
    • 提供者:wenhao
  1. descode

    0下载:
  2. des加密算法,可以c++写的,应当可以使用
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:50672
    • 提供者:hanbing
  1. Client-Server-based-Security-Comunication-Tool

    0下载:
  2. 自己用Java编的Client-Server聊天程序,结合了网络通信、数据安全、多线程的知识 1.使用RSA算法完成DES密钥的分配; 2.使用MD5结合RSA算法完成对消息的签名; 3.对原有消息及签名提供机密性保护(用DES算法加密); 4.能够解密并验证签名的合法性
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:8836
    • 提供者:Shadow
  1. des

    0下载:
  2. Java编写的TCP聊天程序,并且采用了DES加密算法实现通讯加密。-TCP chat program written in Java and uses the DES encryption algorithm for encrypted communications.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-06
    • 文件大小:15063
    • 提供者:无名
  1. DES

    0下载:
  2. DES加密算法,提供界面。运行时运行Java Ui就可以。-DES encryption algorithm to provide interface. Run-time can run Java Ui.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:24463
    • 提供者:Joh
  1. BlockCiphers

    0下载:
  2. des,des3,等加密算法的集合。包含完整的例子和源码。不过des加密的似乎和java加密不一致。-des, des3, such as a collection of encryption algorithm. Contains examples and source code integrity. But it seems des-encrypted and encrypted java inconsistency.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:22566
    • 提供者:junfeng
  1. CPPjiami

    0下载:
  2. 六个加密算法,des md5等等 md5 rsa -des md5 and so on
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-18
    • 文件大小:4799897
    • 提供者:龙杰
  1. ex1LinuxVersion

    0下载:
  2. linux下的加密会话; RSA、des、sha算法; 包括RSA密钥分发,des密钥在非对称密钥下的交换。 有TicServer用于分发RSa、密钥 Server是提供服务的。详细见实验报告-encrypted session under linux RSA, des, sha algorithm RSA key distribution des key in the non-symmetric key exchange. TicServer used to distrib
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:948126
    • 提供者:huang
  1. crypt

    0下载:
  2. 常见网络编解码加解密算法。含有des、rsa、mqueue、xtrcrypt、gf256、base32,base64等一些的常见网络编码、解码、加密、解密算法。-Common network codec encryption and decryption algorithms. Contains des, rsa, mqueue, xtrcrypt, gf256, base32, base64 some other common network coding, decoding, encrypt
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-25
    • 文件大小:8606782
    • 提供者:yubai
  1. DES

    0下载:
  2. DES加密算法,根据自己输入的密钥,可对文件进行加密,可对字符进行加密解密-DES encryption algorithm, based on their input key can encrypt files, encryption and decryption of the characters can be
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:1939486
    • 提供者:Conan
  1. tripleDES-pl

    0下载:
  2. 64位gcc环境下perl的DES算法 # 加密:TripleDES($key, $message, 1, 1) # 解密:TripleDES($key, $message, 0, 1) -DES encryption and decryption algorithm
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:755
    • 提供者:cuibq
  1. test

    0下载:
  2. https客户端实现,采用des加密算法。linux环境下c++编程。-https client implementation, using des encryption algorithm. c++ programming under linux environment.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:45966
    • 提供者:
  1. libtomcrypt-master

    0下载:
  2. libtomcrypt是数字加密算法完整版,里面包括了目前主流的一些加解密方法,如MD5,DES等,相当值得学习-Libtomcrypt is a digital encryption algorithm full version, which includes some popular encryption methods, such as MD5, DES and so on, very worth learning
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:2024195
    • 提供者:汪俊贵
  1. about_ssl-0.8

    0下载:
  2. 在SSL中会用到分组DES、三重DES算法等加密算法对数据进行加密-SSL will be used in the packet DES, Triple DES algorithm encryption algorithm to encrypt dataensures that data will not be intercepted and eavesdropping during transmission on the network. SSL protocol is located bet
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-28
    • 文件大小:248993
    • 提供者:巢时文
  1. 3

    0下载:
  2. 使用DES加密算法,实现了TCP聊天程序的加密,在linux环境下运行。(Using the DES encryption algorithm, the TCP chat program is encrypted and run in the Linux environment.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-07
    • 文件大小:5120
    • 提供者:zxynbnb
搜珍网 www.dssz.com