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

搜索资源列表

  1. des-java

    0下载:
  2. 用java 实现的des加密解密算法过程文档含源码-java des achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:217338
    • 提供者:庞云飞
  1. DES

    0下载:
  2. 实现了DES算法对字符串和文件的加解密。-realize the DES algorithm,and can encrypt string, file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:98651
    • 提供者:邱聃
  1. DES-lorenz

    0下载:
  2. 结合DES与LORENZ混沌的混合加密算法的实现 本科毕业设计-With a mixture of DES and LORENZ Chaos encryption algorithm designed to achieve graduate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1332458
    • 提供者:liuqiong
  1. des-core

    0下载:
  2. des核心算法,包括了des的F函数实现-des the core algorithms, including the F-function implementation des
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES加密过程 实现了DES的全部过程 加密算法经典易学-DES Encryption process To achieve the whole process
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:993
    • 提供者:杨军
  1. DES

    0下载:
  2. DES算法的实现,比较初级,适合入门使用-the c++ code of DES, very easy and suitable for students
  3. 所属分类:CA program

    • 发布日期:2017-04-25
    • 文件大小:226080
    • 提供者:jim
  1. DES

    0下载:
  2. 简单的des加密的实现 vc6.0 代码纯手工编写 很简陋的东西 提供参考与交流-Simple encryption implementation des vc6.0 very simple code written by hand for reference and exchange things
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:4313
    • 提供者:bkc
  1. des

    0下载:
  2. 数据加宓标准DES算法於Matlab上的实现。 源码取自於:GreenSim——算法仿真團隊→http://blog.sina.com.cn/greensim 但该源码有误,少了Initial Permutation 和Inverse initial Permutation。由小弟小做修改。-DES encode function on matlab.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:2354
    • 提供者:ben
  1. des

    0下载:
  2. des算法实现代码,利用C语言编写,内有详细的DES算法加密解密内容-the source code of DES algorithm in C, including all stuff about DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:53701
    • 提供者:王沫
  1. RSA-DES

    0下载:
  2. 密码学 加密解密 RSA DES 能够实现简单的密码学功能-Cryptography encrypt, decrypt RSA DES can realize simple cryptography function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1316135
    • 提供者:aiaiyouchou
  1. DES

    0下载:
  2. DES加密算发在matlab开发环境下的实现代码-DES in matlab
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES的加密解密算法的实现。附加实验报告。主要是对于应用密码学的实验-DES encrypt, decrypt the realization of the algorithm. Additional experiment report. Is mainly to application of cryptography experiment
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:125588
    • 提供者:guoqing
  1. DES

    0下载:
  2. DES算法可以对实际的数据进行加密和解密,实现了DES的算法。-DES algorithm can to the actual data encryption and decryption, realize the DES algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3099962
    • 提供者:wujiamin
  1. DES

    0下载:
  2. 用DES算法实现信息的加密以及解密,界面友好,明文和密钥均可自由设置-DES algorithm encryption and decryption of information, friendly interface, the plaintext and the key can be freely set
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1907394
    • 提供者:宁馨儿
  1. DES

    0下载:
  2. 实现des的加密算法和解密算法的过程,请见源代码-void DecryptAnyLength(char* _srcBytes,unsigned int _bytesLength) void Bytes2Bits(char*srcBytes, char* dstBits, unsigned int sizeBits) void Bits2Bytes(char*dstBytes, char* srcBits, unsigned int sizeBits)
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 对称密码算法 DES 1、DES的加密、解密算法流程框图    2、DES加密系统关键模块的实现(加必要代码注释)    3、DES加密前后的明文与密文-Symmetric cryptographic algorithm DES In 1, DES encryption, decryption algorithm flow diagram you you2, DES encryption system key modules (add the neces
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES算法的实现,8字节明文,自动实现加解密-DES algorithm implemented
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:168534
    • 提供者:张钧篪
  1. DES

    0下载:
  2. DES加密解密算法,实现了DES的加密和解密,C++实现的,-DES encryption and decryption algorithm and DES encryption and decryption, C++ to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1921461
    • 提供者:陈宏杰
  1. DES

    0下载:
  2. 在信息安全课程学习中自写的一个简单DES算法实现程序,可做学习用-A simple DES algorithm to achieve the program self-written information security course, can do to learn
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:4959
    • 提供者:王大力
  1. DES-C

    0下载:
  2. c语言实现的加密算法,已经实现,非本人实现,-C language implementation of cryptographic algorithms has been achieved, non-I implementation, thank you
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:223102
    • 提供者:弯月
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com