CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - DES implementation code

搜索资源列表

  1. des

    0下载:
  2. 在原作者Jim Gillogly代码的基础上修改优化,并实现C++改写。实现了DES加密。当然,密钥可在源文件中修改,或提供修改的接口函数。-the originator Jim Gillogly code revision on the basis of optimization, and to achieve C rewritten. Implementation of DES encryption. Of course, the key in the source documents ch
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8010
    • 提供者:陈器
  1. DES-encryption-algorithm

    0下载:
  2. DES算法加解密全套程序,可运行,实现对txt(文本)文件内容的加解密。用vc6.0编写,内涵源代码,以及详细注释,程序非常简单,经过下载后可以对其源代码修改,加解密器,同时代码非常简单,可以通过读代码学到很多vc的知识啊,比看书学的快多了。另在解密文件夹中还有一个测时间的函数,精确到毫秒,可以计算出程序运行的时间,该代码移植性较强,可以用在别的程序中。-DES encryption algorithm for a full set of procedures, operations, impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:413933
    • 提供者:xiaowei
  1. MyEncypt

    0下载:
  2. 加密解密源程序,计算机安全课程设计,实现DES,3DES,AES加密解密,界面友好,操作简单-Encryption source code, computer security program design, implementation, DES, 3DES, AES encryption and decryption, user-friendly, simple operation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:46205
    • 提供者:天河
  1. DES

    0下载:
  2. 源码包含DES的实现、弱密钥检测、3圈DES差分攻击三个功能,包含一个详细的说明文档-Source code contains the implementation of DES, weak key detection, differential attack three laps DES three features, including a detailed Detailed documentation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-02
    • 文件大小:14367727
    • 提供者:djl
  1. DEScipher

    0下载:
  2. 可以实现des的功能,c++编写。 DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位,其算法主要分为两步:   1
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:10910
    • 提供者:xiaobin
  1. hsj.c.tar

    0下载:
  2. 这是一个des的实现,环境为linux 内核2.6.27-This code is an implementation of Data Encryption Standard under Linux with kernel of 2.6.27
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:6981
    • 提供者:刘东
  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加密算法的c++实现,很好的代码,适用于 windows环境下的c++语言-des encryption algorithm c++ implementation, a good code, for windows environment c++ language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:976088
    • 提供者:lucky
  1. C90DES

    0下载:
  2. C写的不到90行的标准DES加密算法代码,部分代码可看源码爱好者截图所示,DES加密算法,在编程中常用的一种加密算法,使用方便,加密安全,执行效率高,有很多编程朋友都喜欢使用DES加密。 -C less than 90 lines written in the standard DES encryption algorithm code, part of the code can look at source enthusiasts screenshot below, DES encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:3516
    • 提供者:吴波
  1. simple_des_example

    0下载:
  2. Here is a simple implementation of DES in C. Very easy to understand code with a lot of test data to verify the algorithm.-Here is a simple implementation of DES in C. Very easy to understand code with a lot of test data to verify the algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:6571
    • 提供者:Weldy
  1. DESLib

    0下载:
  2. 自己实现的一套des算法,速度还可以,C++做的,以前实验的代码,速度在1M左右-Own implementation of a set of des algorithm, the speed can, C++ to do, before the test code, the rate of about 1M
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:4085
    • 提供者:krwang
  1. DES

    0下载:
  2. DES加密算法基本功能Java实现源程序 DES加密算法基本功能Java实现源程序.zip-DES encryption algorithm source Java implementation of the basic functions of the basic functions of the DES encryption algorithm is implemented in Java source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:40972
    • 提供者:va
  1. DES_zyj

    0下载:
  2. 用C++实现的DES加密解密算法。含源代码。-In C++ implementation of DES encryption and decryption algorithms. With source code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:18743
    • 提供者:庞云飞
  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. 3DES

    0下载:
  2. Des 加密算法代码 的 简单的一种实现 -Des algorithm code simply an implementation of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:941550
    • 提供者:麦克
  1. DES-jiami

    0下载:
  2. DES的MFC实现完整代码,是完全代码,可对应用程序进行加解密-The complete code for the MFC implementation of DES, is the complete code for encryption and decryption application
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-23
    • 文件大小:1954293
    • 提供者:丁旭
  1. DES

    0下载:
  2. 实现des加密芯片的设计与实现,包括了源代码,加解密设计。-DES encryption chip design and implementation, including source code, encryption and decryption design.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-21
    • 文件大小:20111
    • 提供者:陈雨墨
  1. DES

    0下载:
  2. DES加密解密的实现代码,包括源代码和可执行程序,对于学习DES的同学有一定参考价值。-DES encryption and decryption of implementation code, including source code and executable programs, for students to learn DES have some reference value.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:14147
    • 提供者:
  1. EDS

    0下载:
  2. DES实现代码,其中包含测试用例和相应的测试结果截图-DES implementation code, which contains test cases and test results corresponding screenshot
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-27
    • 文件大小:55140
    • 提供者:yongsheng
  1. DES_C-language

    0下载:
  2. C语言实现的DES代码,可以直接编译运行。加密10M文件时间大约16到20秒。注释详细。其中工程名AES是手误打错了,实际上是DES算法的实现代码。-C language implementation of the DES code can be directly compiled to run. 10M file encryption for about 16-20 seconds. Detailed notes. Which works were wrong hands AES is wro
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-30
    • 文件大小:12664109
    • 提供者:LXW
« 12 »
搜珍网 www.dssz.com