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

搜索资源列表

  1. vigenere

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

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

    0下载:
  2. DES加密算法C语言实现,我以以将它成功的移植到Nios处理器上 -DES encryption algorithm C language, to be a successful transplant to the Nios processor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1820
    • 提供者:粘附
  1. codec1

    0下载:
  2. 完全自己采用C语言编写的DES加密解密程序-Completely on my own using C language program, DES encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:201116
    • 提供者:贾蓉来
  1. des_c

    0下载:
  2. C语言写的DES加密算法,可直接编译使用。-Written in C language DES encryption algorithm, can be directly used.
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:5693
    • 提供者:符东
  1. a

    0下载:
  2. C语言实现的DES加密解密算法,可以对文件进行加密和解密。调用DES_Encrypt函数进行加密,调用DES_Decrypt函数进行解密。上面两个函数的参数均分别为输入文件名、56位密钥、输出文件名。-This is a DES encrypt/decrypt algorithm for file encrypt/decrypt.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:3815
    • 提供者:bison
  1. DES_3DES

    0下载:
  2. Linux下c语言实现DES和3DES算法,DES算法属于对称加密算法,在一些对安全性要求较高的交易中运用广泛,如支付行业等。-Linux c language DES and 3DES algorithm, DES algorithm is a symmetric encryption algorithm, widely used in the transactions with higher security requirements, such as the payment industr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:17693
    • 提供者:gaolin
  1. DESEntripction

    0下载:
  2. 利用des加密算法,C++语言源代码,不是很简单,请珍惜-Using the des encryption algorithms, C++ language source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-01
    • 文件大小:18823
    • 提供者:gan
  1. passwork

    0下载:
  2. DES加密算法一例,纯C语言源码(非C++)。附带测试程序,加密解密文件。-DES encryption algorithm one case, pure C language source code (non C++). With a test suite, the encryption and decryption of files.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:4050
    • 提供者:leon
  1. T1

    0下载:
  2. 纯c语言写的。DES加密解密算法。VC++环境编译。-DES algrithms,C language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:4160
    • 提供者:张茂生
  1. DESencryption

    0下载:
  2. DES是经典的非对称加密算法,DES加密算法的C语言现实,在VC6.0下编写,代码可扩展性强-The Data Encryption Standard is a previously predominant algorithm for the encryption of electronic data. It was highly influential in the advancement of modern cryptography in the academic world.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-20
    • 文件大小:15040
    • 提供者:liwen
  1. DES_encrypt_system

    0下载:
  2. 本程序使用C++语言在VC6.0下实现DES加密解密过程,输入明文从文件读取,输出密文写到文件,加密密钥程序内定,可以修改。-This program uses C++ language Under the VC6.0 DES encryption and decryption process, the input plaintext read from the file, the output ciphertext is written to the file encryption key p
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-23
    • 文件大小:328534
    • 提供者:terry
  1. 1test

    0下载:
  2. C语言实现DES算法,加解密都可以实现!-DES algorithm C language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-09
    • 文件大小:3049
    • 提供者:
  1. MyDES

    0下载:
  2. 这是一个用C语言编写的DES加解密的算法。可以在其中添加图形界面的编程-This is a C language prepared by the DES encryption and decryption algorithms. In which you can add a graphical interface programming
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:206578
    • 提供者:艺斐
  1. encryption

    0下载:
  2. c语言编写的des加密源码,代码大概有100行左右,具体算法请参考源码,编译环境为vc6.0.如果打开工程失败请自行建立一个空的控制台程序,然后添加两个cpp文件与一个.h文件即可。-c language des encryption source code there are about 100 lines or so, please refer to the specific algorithm source code, the compiler environment vc6.0. If
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:6586
    • 提供者:
  1. VC-registry-monitoring-source

    0下载:
  2. c语言编写的des加密源码,代码大概有100行左右,具体算法请参考源码,编译环境为vc6.0.如果打开工程失败请自行建立一个空的控制台程序,然后添加两个cpp文件与一个.h文件即可。-c language des encryption source code there are about 100 lines or so, please refer to the specific algorithm source code, the compiler environment vc6.0. If
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:272259
    • 提供者:ASCE-PC
  1. des3

    0下载:
  2. 银行进入软件系统中进程会用到的系统des,3des算法加密解密C语言实现-Banks into software system of process is used in the des, 3 des algorithm encryption to decrypt the C language implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:3346
    • 提供者:陈贵华
  1. 10081509aDES

    0下载:
  2. DES的c语言实现,修改了部分,加密输出为十六进制。-Using C++ to achieve DES algorithm
  3. 所属分类:CSharp

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

    0下载:
  2. 51单片机实现DES加密算法详解,用C语言写的,值得学习和借鉴-51 Detailed MCU DES encryption algorithm, written in C language, it is worth studying and learning
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5256
    • 提供者:木小鱼
  1. 24415373des

    0下载:
  2. 借花献佛,别人写的经典DES算法实现.希望对大家有用,C语言写的-I hope ti is useful!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:60365
    • 提供者:wenbin
  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 2 ... 9 10 11 12 13 1415 »
搜珍网 www.dssz.com