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

搜索资源列表

  1. programmation-reseau-en-C

    0下载:
  2. bon doc en franç ais sur comment fer des programme reseaux tres utile comme exemple un programme ki permet de dialoguer avec le modem !!! enjoy
  3. 所属分类:Other systems

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

    0下载:
  2. DES算法的C语言实现,有示例明文密钥文件,包含完整的工程文件,编译通过。-The C language implementation of the DES algorithm, example of plaintext key file contains a complete project file and compile.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:668961
    • 提供者:RAINY
  1. DES-Encryption-Package

    0下载:
  2. des standard encryption c++ data encryption standard
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:8792
    • 提供者:salem
  1. des

    1下载:
  2. 编写 C 程序实现 DES 加、解密: (1) 编程实现 基于自己的名字来构造一 DES 密钥; (2) 应用 (1) 获得的密钥将一副灰度 图 (BMP 格式 ) 进行加、解 密; (3) 应用 ECB 和 CBC 两种操作模式分别完成-C program to prepare DES Encryption and Decryption: (1) programming based on their names to construct a DES key (2) applications (
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:265704
    • 提供者:yangfeng
  1. desfile_des_mfc

    0下载:
  2. 很好的c++实现的des加解密源代码,对于加解密需求的可下载参考-encryption and decryption source code c++
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. des加密算法 一个des加密的完整程序 基于C++Builder 实现 可以供学习使用-des encryption algorithm a complete des encryption program can be used for learning to use C++ Builder
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 使用C++实现DES算法,要求输入加密内容,将加密内容转为16进制后输入加密密钥,进行加密-C++ implementation DES encryption, the input encrypted content to the encrypted content to enter the hexadecimal encryption key to encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:318592
    • 提供者:王文希
  1. des

    0下载:
  2. DES加密算法的C语言实现,嘿嘿,值得借鉴哟-DES encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1870
    • 提供者:王博千
  1. DES

    0下载:
  2. DES加密解密算法,实现了DES的加密和解密,C++实现的,-DES encryption and decryption algorithm and DES encryption and decryption, C++ to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1921461
    • 提供者:陈宏杰
  1. DES

    0下载:
  2. 用C语言实现DES加密算法,便于理解DES加密算法。-DES encryption algorithm using C language, easy to understand the DES encryption algorithm.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-28
    • 文件大小:3780
    • 提供者:郭振
  1. Des-Vernam-Perkelimas

    0下载:
  2. Des, Vernam, Permutation algorithms in C++.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:8724
    • 提供者:Ermin
  1. DES

    0下载:
  2. DES加密算法的C语言实现。用VC编译是可以的(VC的C编译器和C++编译器是分开的,*.c的文件VC都是用C编译器编译的)。在GCC或者其他编译环境下有可能编译器不认识__int64的写法,这时在文件头加上这么一句应该就可以了: #ifndef __int64 #define __int64 long long #endif-DES encryption algorithm in C language. VC compiler (VC C compiler and C++ comp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2784
    • 提供者:sunjunyu
  1. des

    0下载:
  2. 里面是用C++编写的des加密算法的源程序-Which is written in C++ des encryption algorithm source,
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES encryption and decryption in vesual c-DES encryption and decryption in vesual c++
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES加密,C语言编写,实现DES的学习好帮手,感谢-DES encryption, C language, learning a good helper for the DES, thanks
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:2400
    • 提供者:杨磊
  1. des

    0下载:
  2. 用VC++写的DES算法,适合新手和C学习者-DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1692668
    • 提供者:全文
  1. DES-a-RSA

    0下载:
  2. 用Visual C++编写的经典对称加密算法:DES和经典公钥密码算法:RSA-Written with Visual C++ classical symmetric encryption algorithm: DES and the classic public-key cryptographic algorithms: RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2173877
    • 提供者:
  1. DES

    0下载:
  2. DES加密解密算法 C++实现的数据加密传输-DES encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES算法的C++实现,源代码,能正确运行-DES algorithm C++ to achieve, the source code to run correctly
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:19607
    • 提供者:何东
  1. DES

    0下载:
  2. DES算法的实现,用C语言的环境下实现的。可以测试兼讨论-DES algorithm, using C language environment. Can be tested concurrently discussion
  3. 所属分类:Network Security

    • 发布日期:2017-04-05
    • 文件大小:3447
    • 提供者:迟语
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 46 »
搜珍网 www.dssz.com