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

搜索资源列表

  1. DES加密算法实现的C 类.zip

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:4412
    • 提供者:
  1. DESBYC

    0下载:
  2. 用C语言写的100行DES加密算法 运行环境 9x/Me/NT/2000/XP-C language written in 100 lines DES encryption algorithm operating environment 9x
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8591
    • 提供者:姜动
  1. DES_encode

    0下载:
  2. 完整的des加密算法程序,c++builder编译器编译-integrity of the DES encryption algorithm, c compile builder
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:211884
    • 提供者:zidaozhou
  1. vc694557882444

    0下载:
  2. 用visual c++ 写的des加密算法演示 -with visual c write des encryption algorithm demo
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:85466
    • 提供者:ww
  1. DES

    0下载:
  2. DES加密算法的简单实现 C语言小程序 现代密码学-Simple DES encryption algorithm C language applet modern cryptography
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:3291
    • 提供者:贾明
  1. DES

    0下载:
  2. DES 加密算法的C++实现,C++控制台,中文英文都可以加密,VS2010-DES encryption algorithm in C++, C++ console, Chinese and English can be encrypted, VS2010
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. visual C++ 6.0开发的DES加密算法,用MFC作了界面-DES encryption algorithm developed by visual c++ 6.0, interface with MFC
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:66145
    • 提供者:Cindy
  1. DES

    0下载:
  2. 使用C语言实现DES加密算法 实现加密和解密-Using the C language DES encryption algorithm for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3805
    • 提供者:liuxinran
  1. DES-encryption-algorithm

    0下载:
  2. 这个算法是用C语言实现的DES加密算法,代码量少,仅100行。-This algorithm is the DES encryption algorithm using C language, less code, only 100 rows.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:5236
    • 提供者:张晨
  1. des_bit

    0下载:
  2. DES加密算法C++实现: 从文件读取明文和密钥,并进行DES的加密解密,输出到文件。-des for vc++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:181884
    • 提供者:shumingl
  1. TripleDES(C)

    0下载:
  2. 3DES(或称为Triple DES)是三重数据加密算法(TDEA,Triple Data Encryption Algorithm)块密码的通称。它相当于是对每个数据块应用三次DES加密算法。 -3DES (otherwise known as Triple DES) is known as Triple Data Encryption Algorithm (TDEA, Triple Data Encryption Algorithm) block cipher. It
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:37970
    • 提供者:北灬斗
  1. DES

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

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

    1下载:
  2. 四种加密算法C++实现。 AES,RSA,SHA1,DES-Four kinds of encryption algorithms implemented in C++. AES, RSA, SHA1, DES
  3. 所属分类:CA program

    • 发布日期:2017-04-30
    • 文件大小:22622
    • 提供者:lmi
  1. DES

    0下载:
  2. DES加密算法,C语言实现,内含测试文件-DES encryption algorithm, C language, containing the test file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-20
    • 文件大小:218112
    • 提供者:hxy
  1. DES加密解密代码

    0下载:
  2. des算法代码,明文密文加密解密,c编程实现程序(DES algorithm code, plaintext ciphertext encryption and decryption, C programming procedures)
  3. 所属分类:加密解密

  1. Des

    0下载:
  2. des密码算法,主要运用于密码学的des加密内容(Des cipher algorithm is mainly used in cryptography DES encryption content)
  3. 所属分类:

    • 发布日期:
    • 文件大小:1024
    • 提供者:滚滚1
  1. DES_Encryption

    0下载:
  2. PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey">密钥,且必须为8位。</param>
  3. 所属分类:加密解密

    • 发布日期:2018-01-06
    • 文件大小:14336
    • 提供者:平淡人
  1. DES_Algorithm_implementation

    0下载:
  2. 按照DES加密解密原理采用C语言实现,算法实现中涉及一些位操作,如设置指定位置的位状态,循环左移等位操作,它是算法实现的根基。(Implement DES algorithm with C according to its encryption and decryption principle, the algorithm involves a number of bit operations, such as setting the bit position of the specified
  3. 所属分类:加密解密

    • 发布日期:2018-01-10
    • 文件大小:5120
    • 提供者:Mingw
  1. DES

    0下载:
  2. 用C++语言写的DES加解密算法,只是命令行方式的加解密,没有涉及用户界面。(DES encryption and decryption algorithm written by C++ language)
  3. 所属分类:加密解密

    • 发布日期:2018-05-01
    • 文件大小:6623232
    • 提供者:hzrdark
  1. DES

    0下载:
  2. 使用C语言实现DES加密解密算法的实现,其中的文件是正确加密范例 讲解网页(Using C language to achieve DES encryption and decryption algorithm, the file is the correct encryption example. Explaining web pages: https://www.cnblogs.com/lixiaoxu/articles/7736917.html)
  3. 所属分类:加密解密

    • 发布日期:2018-05-03
    • 文件大小:3072
    • 提供者:AIRCode
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com