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

搜索资源列表

  1. 密码学算法-程序实现

    0下载:
  2. 内有AES IDEA DES RSA BM算法。可以直接执行附有源代码。-within AES IDEA BM DES RSA algorithm. Can directly with the implementation of the source code.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1254769
    • 提供者:张波
  1. WjcDes

    0下载:
  2. C写的不到90行的标准DES加密算法代码,DES加密算法,在编程中常用的一种加密算法,使用方便,加密安全,执行效率高,有很多编程朋友都喜欢使用DES加密。 -C less than 90 lines written in the standard DES encryption algorithm code, DES encryption algorithms, commonly used in programming an encryption algorithm, easy to use,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:3209
    • 提供者:madud00088
  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. 89c51descode

    0下载:
  2. 89c51des算法c语言源代码,实现des和3des算法-89c51des algorithm c language source code, implementation and 3DES algorithm des
  3. 所属分类:SCM

    • 发布日期:2017-04-27
    • 文件大小:9044
    • 提供者:李先生
  1. S-DES_by_Java

    0下载:
  2. JAVA实现的DES算法。方便移植到自己的程序代码中。-JAVA implementation DES algorithm. Easily transplanted into their own program code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:2898
    • 提供者:dillan
  1. ElectricDes

    0下载:
  2. 用C#语言实现DES算法,改源代码已经应用到电力负荷控制终端系统。-With the C# language implementation DES algorithm, change the source code has been applied to the electric load control terminal system.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:21510
    • 提供者:dp
  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. algorithm

    0下载:
  2. DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:210329
    • 提供者:蟲子
  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_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. dfsd

    0下载:
  2. C语言,大素数域上的椭圆曲线加密解密算法 [ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释 [DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 [mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。 [AesCode.rar] - AES c++实现 有图形界面对话框 简单易用 [2745ecc.rar] - 椭圆曲线加密算法
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3902
    • 提供者:clint
  1. DESEN_DESDE

    0下载:
  2. DES加密解密互译,C++代码,看实现文件互译-DES encryption and decryption of translation, the C++ code, see implementation document translation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:83079
    • 提供者:huxiutai
  1. 3_DES

    0下载:
  2. 对称密码设计与实现课程的作业,有完整代码及详细注释。同时还附上报告文档,希望对你有帮助。 3DES算法的c语言实现,-Symmetrical password design and implementation course work, have complete code and detailed notes. At the same time also attached document report, and I hope to help you. 3 the c language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:365391
    • 提供者:班胜龙
  1. TCLGanesh1

    0下载:
  2. Implementation of Select encryption using DES in NS2 Network simulator with throughput graph and TCL Code
  3. 所属分类:Network Security

    • 发布日期:2017-04-06
    • 文件大小:40168
    • 提供者:Tushar
  1. IP-inverse-permutation

    0下载:
  2. 本代码是DES加密体系中的IP逆置换实现。目的在于打乱明文的ASCII码。-The code IP inverse permutation DES encryption system implementation. Aimed a disrupt plaintext ASCII code.
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:555
    • 提供者:Daochao Xu
  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
  1. DES

    0下载:
  2. DES算法实现,64bit,非常好用,有调用说明及代码,通俗易懂-DES algorithm implementation, 64bit, very easy to use, there is a call descr iption and code, easy to understand
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-01
    • 文件大小:12502
    • 提供者:charles
  1. CPP---DES

    0下载:
  2. 详解DES加密解密原理,附用C++实现源码-Detailed DES encryption and decryption principle, attached with a C++ implementation source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:18841
    • 提供者:雷云
  1. Sim-des-of-DSS-spectrum-com_system

    0下载:
  2. 直接序列扩频通信系统仿真设计,对扩频的整个工作过程进行详细的介绍,并且最后给出matlab代码的实现-Direct sequence spread spectrum communication system simulation design, the spread of the entire work process to carry out a detailed introduction, and finally gives the implementation of matlab code
  3. 所属分类:Project Design

    • 发布日期:2017-05-11
    • 文件大小:2452513
    • 提供者:张飞
  1. VC

    1下载:
  2. 静态修改内核,过WIN7 PG保护,添加启动项即可实现过PG。(Through PG protection and drive signature protection, assembly code, VC implementation, after modification of multiple variables.)
  3. 所属分类:其他

    • 发布日期:2020-10-20
    • 文件大小:32768
    • 提供者:皇家周
« 1 23 »
搜珍网 www.dssz.com