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

搜索资源列表

  1. DES

    0下载:
  2. 一个C#实现的DES加密算法类,里面有dll可以直接加在进你的工程里面的引用就可以用了。-A C# implementation of the DES encryption algorithm class, which can be directly added to a dll into your project which can be used for reference.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:29017
    • 提供者:zy
  1. des

    0下载:
  2. 经典DES算法,C++实现。单密钥体制,包括加密和解密过程-Classic DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:183010
    • 提供者:秦璞
  1. DES

    0下载:
  2. 这个类实现了DES算法,如果你的数据块data的大小sizeof(data)是8的倍数 的话,可以使用函数DES::encrypt(key,data,sizeof(data)/8)来进行加密, 用DES::decrypt(key,data,sizeof(data)/8)来进行解密。 如果数据块的大小是随意的,那么可以使用函数DES::yencrypt()和 DES::ydecrypt()来进行加解密。 这个模块的面向对象的设计不是很好,与其说是一个类,不如说是一个模块 的
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:4269
    • 提供者:spencer
  1. des_java

    2下载:
  2. 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:11640
    • 提供者:不死鸟
  1. DES-HDL

    0下载:
  2. 用HDL实现的DES加密算法,通过前仿真,希望对大家有帮助-HDL implementation of the DES with the encryption algorithm, by pre-simulation, we want to help
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:27714
    • 提供者:su
  1. RSADESmfc

    0下载:
  2. rsa算法,des算法mfc实现 VC++6.0-RSA DES Algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:154124
    • 提供者:笨笨海
  1. DESEncry

    0下载:
  2. 在vs2005环境编写的加解密工具,采用DES算法实现文件的加密、解密。-In the vs2005 environment, prepared by the encryption and decryption tool for files using DES algorithm encryption and decryption.
  3. 所属分类:File Operate

    • 发布日期:2017-05-24
    • 文件大小:7710200
    • 提供者:wangzheng
  1. vc_3des

    0下载:
  2. 数据加密解密。用DES算法实现加密解密的C++代码。-Data encryption and decryption. Encryption and decryption with the DES algorithm in C++ code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2576227
    • 提供者:鲍青
  1. DES

    0下载:
  2. DES加解密的算法实现,对学习DES加密解密有所帮助-DES encryption and decryption of the algorithm, DES encryption and decryption of learning help
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:283264
    • 提供者:丁得祥
  1. des

    0下载:
  2. 实现了DES算法,有注释,密钥为自己输入,不能随机生成-DES algorithm is implemented
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:21483
    • 提供者:liwenmao
  1. des

    0下载:
  2. 单片机中可以实现的des算法,测试通过。可用于基站-des coding des codingdes codingdes coding
  3. 所属分类:Other windows programs

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

    0下载:
  2. des算法,可以对数据进行加密和解密,利用不同密钥可以实现不同的功能
  3. 所属分类:software engineering

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

    0下载:
  2. 基于C++的DES加密算法实现代码实例。-The code for the encrypt arithmatic of the DES base on the c++ program language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:3216
    • 提供者:fanjie
  1. mos_des

    0下载:
  2. DES算法的verilog实现,可以研究下。-DES for Verilog。
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:33693
    • 提供者:lina
  1. DES

    0下载:
  2. 密码学DES算法的实现,课程设计必须的。-Cryptography DES algorithm, curriculum design necessary.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3054
    • 提供者:Jesse
  1. des

    0下载:
  2. 现代密码学 利用C\C++实现DES算法的加、解密运算,通过实现DES算法,加深对DES算法的理解-The use of modern cryptography C \ C++ implementation algorithm DES encryption and decryption operations, by implementing DES algorithm, to deepen the understanding of the DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:109938
    • 提供者:太空遨游
  1. des

    0下载:
  2. 通过实现DES算法,同时学习组合密码常用的代换、移位等运算的实现。-DES algorithm by implementing the same time, the password used in the substitution learning portfolio, shift and other operations to achieve.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:11302
    • 提供者:李惺忪
  1. DES

    0下载:
  2. des算法c++代码实现 可以有一定的帮助-des c++ there is some help to you
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-28
    • 文件大小:62638
    • 提供者:chenyue
  1. dessoundsignal

    0下载:
  2. 运用DES算法对音频信号进行加密处理,主要采用置换和移位运算来实现加解密.-DES algorithm used to encrypt the audio signal processing, mainly replacement and shift operations to achieve encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3556
    • 提供者:yuanyuan
  1. DES

    0下载:
  2. 实现DES算法,简单,块点,控件不能有密码。-DES algorithm implementation
  3. 所属分类:EditBox

    • 发布日期:2017-03-29
    • 文件大小:23057
    • 提供者:付飚
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 49 »
搜珍网 www.dssz.com