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

搜索资源列表

  1. ElixisSource

    0下载:
  2. c#加解密类,提供多种加密算法的接口,帮助您实现数据的MD5,AES,DES等加密。-c# encryption type, encryption algorithm to provide multiple interfaces to help you achieve the data MD5, AES, DES and other encryption.
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES完整的加解密算法,使用C语言实现,经过测试,可以运行。 明文分组长64比特。有效主密钥长56比特,根据密钥生成算法,由主密钥生成16个48比特的子密钥。 该算法共16轮,每轮使用一个子密钥。 在进行16轮加密之前,先对明文做一个初始置换IP。 每一轮加密的轮函数f为: . 在16轮加密之后,对比特串L16R16换位为R16 L16,做逆置换IP-1,从而得到密文C。 -DES encryption algorithm is complete, use the C l
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:3623
    • 提供者:曹云青
  1. EncriptionWithJava

    0下载:
  2. 系统要和一个外部系统进行通讯,传输方式是采用 DES 算法对消息进行加密,再用 BASE64 编码。不过对方系统是用 C# 写的。平台不一样,于是我和对面的老兄先测试一下加密解密。这一测试问题就来了。两边采用同样的密钥,对同一个字符串加密出来的结果不一样。-Encription and discr iption with Java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1365
    • 提供者:Vincent
  1. desClanguage

    0下载:
  2. C语言编写的DES算法程序,实现对一段文字进行DES加密和解密,并分别输出。-DES algorithm written in C language programs to achieve a DES encryption and decryption of text and output, respectively.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3864
    • 提供者:xiaolong
  1. DES

    0下载:
  2. DES的加密和解密,使用C++,以及MFC。可以在界面上显示-DES encryption and decryption using C++, and MFC. Can be displayed on the interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3874080
    • 提供者:王二
  1. DESfinalV

    0下载:
  2. DES加密算法,可以对文件加密也可以解密,有界面,C++编写-DES encryption algorithm, you can decrypt the file encryption can also have interfaces, C++ written! ! !
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:71171
    • 提供者:张雯婷
  1. caishengyong

    0下载:
  2. DES加密和解密C实现-DES encryption and decryption of C to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:2268
    • 提供者:蔡盛
  1. DES_C

    0下载:
  2. C语言环境下 DES 加密与解密 可以立即执行-C language environment DES encryption and decryption can be executed immediately
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:3607
    • 提供者:王晓平
  1. DES3

    0下载:
  2. 使用C编写DES、DESX、DES3加密算法,以及演示如何在Delphi中调用C编写的加密解密算法。-Written using C DES, DESX, DES3 encryption algorithms, and demonstrates how to call C written in Delphi encryption and decryption algorithms....
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:197461
    • 提供者:吴文霞
  1. c_des

    0下载:
  2. c语言编写的,DES加密与解密程序。实现了DES对文本信息的加密与解密。-c language, DES encryption and decryption process. Implementation of DES for encryption and decryption of text messages.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:751719
    • 提供者:海涛
  1. proj8_1

    0下载:
  2. DES 对称加密解密纯C++源代码,纯手工输入,汗水成果啊 -This is very good!!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:10018
    • 提供者:夏欢
  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. aes1

    0下载:
  2. DES实现的c代码,包含加密和解密两部分,亲自测试,绝对好用-DES realize
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3833
    • 提供者:xiaoqu
  1. DES-disk-system

    0下载:
  2. 以C++语言在微机上实现了美国数据加密标准DES。可随微机软盘任意路径下的任何文件,加密,加密文件可在软、硬盘任何目录下或在网络中传送;另一方面可对软、硬盘中的任何文件进行解密,解密后的文件除在末尾多出几个空格符外与原文件完全相同,绝不影响EXE文件,COM文件或数据库文件的使用。密钥有加密者在键盘输入8个字符。-In c++ language microcomputer to U.S. data encryption standard DES. With the computer floppy
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES算法的加密和解密。使用C语言实现,我的数据结构课设。-DES Programing
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:3753
    • 提供者:朱丰
  1. vigenere

    0下载:
  2. C语言实现DES加解密过程,多函数操作,会有加密和解密两个选项-The C language realization of DES encryption and decryption process
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:901
    • 提供者:陈天遥
  1. DES_design

    0下载:
  2. c++builder开发的DES加密和解密-c++builder development of DES encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:572146
    • 提供者:zhangguoll
  1. Encryption_Demo

    0下载:
  2. C#加密解密程序及源代码,加密主要分两步进行,第一步选择文件,第二步随机产生对成加密钥匙Key和IV、使用发送者私钥签名随机密钥,使用接收者公钥加密密钥和签名、利用随机密钥使用DES算法分组加密数据、MD5摘要生成-->用发送者私钥签名;-Encryption and decryption procedures and source code in C#, encryption, mainly in two steps, the first step to select the file,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:18479
    • 提供者:程亮
  1. DES-encryption-and-decryption-

    0下载:
  2. 本文列出了用C语言实现DES算法的加密和解密功能,方便易懂-DES algorithm encryption and decryption functions
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:3805
    • 提供者:zhang shuai
  1. LCHEncrypt

    0下载:
  2. 此Winform运用程序实现了C# 的 DES 加密和解密方法-This Winform C# program use DES encryption and decryption methods
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-25
    • 文件大小:66501
    • 提供者:LCH
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com