CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - des加密

搜索资源列表

  1. des-cryptographic-algorithm

    0下载:
  2. 可以实现des加密算法 用c语言实现 包含源代码-des cryptographic algorithm C language code
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:13976
    • 提供者:qqq
  1. DES

    0下载:
  2. c实现的对称des加密,可以实现数据加解密-c for des
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:14789
    • 提供者:郭鹏飞
  1. DES

    0下载:
  2. DES加密算法C++实现,包括加密解密。密钥可根据需要进行修改。-DES encryption algorithm C++ implementation, including encryption and decryption. Keys can be modified as needed.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:79830
    • 提供者:lxc
  1. des

    0下载:
  2. des加密算法,自己写的。能实现加解密功能,速度有待提高。-des encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:3818
    • 提供者:吴伟超
  1. Des

    0下载:
  2. Des加密源码,供大家参考,运行于unix环境-des encrypt source
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1698
    • 提供者:zhang
  1. des

    0下载:
  2. 实现DES加密和解密,纯C 有注释,可以运行,验证雪崩效应-des encrypt decode,all C,easy to understand
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:233162
    • 提供者:周阳
  1. des-TCP

    1下载:
  2. java语言编写基于DES加密算法的TCP聊天程序-java language based on the DES encryption algorithm for TCP chat program
  3. 所属分类:加密解密

    • 发布日期:2013-12-19
    • 文件大小:6845
    • 提供者:徐静
  1. DES

    0下载:
  2. C# des加密例子,可实现dex文本加密解密-C# des encryption example, text encryption and decryption can be realized dex
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:101537
    • 提供者:吧地方
  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-14
    • 文件大小:2856
    • 提供者:feng
  1. DES

    0下载:
  2. 标准des加密程序,在dev-cpp编译器下成功编译运行,实现数据加密解密-standard des encryption program using c++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:14942
    • 提供者:李平
  1. des

    0下载:
  2. 对des加密算法的实现,未实现对文件加密-Achieving des encryption algorithm to encrypt files unrealized
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:2579
    • 提供者:卢鸿基
  1. DES

    0下载:
  2. DES 加密算法,使用一个 56 位的密钥以及附加的 8 位奇偶校验位(每组的第8为作为奇偶校验位),产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 轮循环,使用异或,置换,代换,移位操作四种基本运算。-The Data Encryption Standard (DES) is a
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:641090
    • 提供者:baimengying
  1. DES

    0下载:
  2. 这是用C语言编写的DES加密解密文件的算法,很好地阐述了DES算法的核心思想。-This is the DES encryption algorithm to decrypt the file using C language, a good exposition of the core idea of ​ ​ the DES algorithm.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-01
    • 文件大小:3943
    • 提供者:yaowangfengling
  1. DES

    0下载:
  2. 去年自己写的一个DES加密算法的实现,C语言版的,可以实现简单的加密解密功能。-Last year, wrote a DES encryption algorithm, C language version, can achieve a simple encryption and decryption functions.
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. C语言实现的DES加密算法,请大家批评指正-DES encryption algorithm C language, please criticism
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:3676
    • 提供者:刘雄
  1. DES

    0下载:
  2. DES算法实现 包括明文密文的相互转化 以及选择txt文件进行DES加密-DES algorithm, including mutual transformation of plaintext and ciphertext choose txt files DES encryption
  3. 所属分类:Network Security

    • 发布日期:2017-04-17
    • 文件大小:276063
    • 提供者:朱星烨
  1. des

    0下载:
  2. DES 加密解密,可直接运行,密码学大作业-DES encryption and decryption can be run directly, cryptography big job
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3829
    • 提供者:hxp
  1. DES

    0下载:
  2. des加密解密 对文件进行加密解密 des加密解密 对文件进行加密解密-des encryption and decryption for file encryption and decryption des encryption and decryption for file encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:46493
    • 提供者:王嘉伟
  1. DES

    0下载:
  2. DES加密解密函数,控制台程序!对文件进行加密解密操作!-DES Encrypt
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4245
    • 提供者:张儒雅
  1. 2.DES

    0下载:
  2. DES加密C++Builder实现, 实现按钮源代码-mether of DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:530154
    • 提供者:网络
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com