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

搜索资源列表

  1. DES

    0下载:
  2. DES算法,DES的具体变换过程,轮变换等-DES algorithm, the specific process of DES transformation, rotation transform
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4823
    • 提供者:马智
  1. DES

    0下载:
  2. DES算法实现,对字符串实现加解密,同时整合Socket编程,实现进程通信加解密-DES algorithm for encryption and decryption string realization, while integrating Socket programming, interprocess communication encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 密码学课程设计要求的内容,密码学加密算法DES算法的JAVA实现-The content of curriculum design requirements of cryptography, cryptography algorithm DES algorithm JAVA implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3370
    • 提供者:曹士元
  1. DES.c

    0下载:
  2. 标准DES加密解密算法C源代码 1.此代码绝对正确可靠,而且是标准的DES算法,已经用于现场。 2.用于通讯加密解密 3.此代码运行结果与DES加密解密工具测试结果完全一样 -Standard DES encryption and decryption algorithm C source code 1 This code is absolutely correct and reliable, and is the standard DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:3393
    • 提供者:万娜
  1. DES-DEMO-CODE

    0下载:
  2. DES加密算法,采用VC++6.0编写,直接可以运行,可用于教学演示等。-DES algorithm。
  3. 所属分类:CA program

    • 发布日期:2017-05-28
    • 文件大小:10640115
    • 提供者:alex
  1. DES

    0下载:
  2. DES算法的实现,能实现加密、解密的代码。-DES algorithm code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:5737
    • 提供者:MiluDeer
  1. DES

    0下载:
  2. 完成DES加密算法,C语言实现,已调试成功,输入字符串明文,按照DES算法输出相应的密文,还可以由密文通过DES算法计算出明文-Completion of the DES encryption algorithm, C language, has been successful commissioning, the input string plaintext, according to the DES algorithm outputs the corresponding ciphertext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:17495
    • 提供者:zhaiting
  1. Des

    0下载:
  2. DES算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式,有两种:加密或解密-The entry of the DES algorithm has three parameters: the Key, the Data and Mode.One Key to 8 bytes, a total of 64, is the job of the DES algorit
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:44685
    • 提供者:Bblythe
  1. S-DES

    0下载:
  2. 简单DES算法(S-DES),能对文件和数据进行加解密,算法快速简单-simple-des,C-FREE,Simple DES algorithm (S- DES), to add files and data, the algorithm is fast and easy
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:21962
    • 提供者:duan
  1. des

    0下载:
  2. 此文档主要包含DES,3DES的各种算法的原程序-This document consists of DES, 3 DES algorithm of the original program
  3. 所属分类:CA program

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

    0下载:
  2. 美国政府采纳IBM公司设计的方案作为非机密数据的正式数据加密标准(DES Data Encryption Standard)此程序为DES算法的实现-The adoption of IBM' s U.S. government programs designed as a non-confidential data, official data encryption standard (DES Data Encryption Standard) for the realization of
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES算法,实现DES8字节加密解密,可重复执行,可自行设定密钥-DES algorithm, DES8 byte encryption and decryption, repeat, can set their own key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-23
    • 文件大小:105092
    • 提供者:lxd
  1. DES

    0下载:
  2. 利用C语言实现DES算法实验源代码,并配有文档格式-DES algorithm using C language source code for the experiment
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5334176
    • 提供者:tanc
  1. des

    0下载:
  2. des算法源文件 des算法源文件-des algorithm source filesdes algorithm source filesdes algorithm source files
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4986
    • 提供者:zhangkaijun
  1. des-algo-in-mat-lab

    0下载:
  2. this the code of DES algorithm in matlab -this is the the code of DES algorithm in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:19801
    • 提供者:deepak
  1. Encrypt_Decrypt(DES)_Verilog

    0下载:
  2. Encrypt and decrypt DES algorithm in verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:8644
    • 提供者:hr
  1. DES

    0下载:
  2. DES加密算法的实现 C++ 很详细 欢迎下载-DES algorithm to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2028149
    • 提供者:李小飞
  1. DES

    0下载:
  2. des算法核心的标准实现,没有使用加密模式.-des algorithm core standard implementation, no encryption mode.
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:295336
    • 提供者:陈旭源
  1. Encryption-and-Decryption-using-DES-in-JAVA

    0下载:
  2. DES.java generates the symmetric key using DES algorithm. Key size assigned here is 64 bits. It works only for the key size of 64 bits. 56 bits is mentioned in the coding remaining 8bits is accessed inbuilt package. Encryption and decryption method i
  3. 所属分类:JavaScript

    • 发布日期:2017-04-28
    • 文件大小:25260
    • 提供者:saadawais
  1. des

    0下载:
  2. DES算法的C++实现,可以对64位明文进行加密-DES algorithm C++ achieve, you can encrypt the plaintext 64
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4145
    • 提供者:泠风
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com