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

搜索资源列表

  1. DES

    0下载:
  2. des算法的功能实现,体现des算法的奥妙。能够运行。-des algorithm function realization, reflecting the mystery of des algorithm. Be able to run.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4534336
    • 提供者:zhangling
  1. DES

    0下载:
  2. DES算法C#界面实现源码,用C#的WPF模板开发,所用IDE为Visual studio2008-DES algorithm source code C# interfaces, using C#, WPF template development, the use IDE for Visual studio2008
  3. 所属分类:GUI Develop

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

    0下载:
  2. DES算法,用c++实现。从文件读入明文,将密文写入文件。所有源码齐备,保证测试通过。-DES algorithm, using c++ implementation. Read from a file into the plaintext, the ciphertext to write the file. All source code in place, ensure the test.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:4710
    • 提供者:dong
  1. des

    0下载:
  2. 基于现代密码学的DES算法的DES代码,实现功能为加密文件-DES based on modern cryptography algorithms DES code for the encrypted files to achieve functional
  3. 所属分类:Other systems

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

    0下载:
  2. DES加密算法的C语言实现,包括测试及演示,包你所求-DES encryption algorithm in C language implementation, including the testing and demonstration, packet you seek
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2857
    • 提供者:huangjianqiang
  1. DESEXAMPLE

    0下载:
  2. 基于DES加密算法。通过Des算法实现对通信过程中的加密。实现于应用层。-Based on DES encryption algorithm. Des Algorithm through the encryption of the communication process. To achieve at the application layer.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:408909
    • 提供者:wufan
  1. des

    0下载:
  2. des加密算法实现,缺点是效率不太高。欢迎各位加以改进。-des encryption algorithm, drawback is that efficiency is not too high. Welcome to be improved.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3746
    • 提供者:蔡朋辉
  1. DesAlgortim

    0下载:
  2. DES算法 实现对des算法的加密解决计算机对于网络中的实现-DesAlgortim.cpp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2602
    • 提供者:张念
  1. des

    0下载:
  2. des算法 信息安全 实现des的加密解密过程 很简单容易理解-des
  3. 所属分类:Windows Develop

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

    0下载:
  2. 一个简单的DES算法的C实现,注释很清楚-A simple C implementation of DES algorithm, annotation is very clear
  3. 所属分类:Algorithm

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

    0下载:
  2. DES算法的java语言实现.可以实现对文件的加解密.-DES algorithm java language. Can be achieved on the document encryption and decryption.
  3. 所属分类:Windows Develop

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

    0下载:
  2. 自己写的DES加密解密算法实现,写的不好,欢迎大家指正-des
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:2558
    • 提供者:刘辰
  1. DES

    0下载:
  2. 实现des算法,能给明文加密、解密等-Achieve des algorithm, to give explicit encryption, decryption and so on! ! !
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 用vc++实现des算法,此算法主要实现简单的明文加密、解密-Des algorithm with explicit encryption, decryption! ! !
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:4000
    • 提供者:李阳
  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-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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 46 »
搜珍网 www.dssz.com