CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 CA认证 搜索资源 - DES算法加密解密

搜索资源列表

  1. edes

    0下载:
  2. DES加密方法,为实现des算法加密解密的过程-DES encryption methods to achieve des algorithm encryption and decryption process
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:798
    • 提供者:Jeong Wee
  1. des_example

    0下载:
  2. 这是一个DES加密解密算法 用C++实现 用密钥对已知的明文进行加密-This is a DES encryption and decryption algorithm in C + + using key pairs known expressly encryption
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:11909
    • 提供者:karoe
  1. TEA

    0下载:
  2. 本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位). 该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统 的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。 本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。 密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption program is based on the famous TEA
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:2229
    • 提供者:YCLIU
  1. DES

    0下载:
  2. 标准数据加密算法DES算法,可以加/解密数据和文件。-DES Data Encryption Standard algorithm, you can encrypt/decrypt data and files.
  3. 所属分类:CA program

    • 发布日期:2017-05-13
    • 文件大小:3311593
    • 提供者:范五东
  1. code

    0下载:
  2. 采用DES算法,实现字符串和文本文档加密解密,对算法进行强度测试-The use of DES algorithm, the realization of the string and the text document encryption and decryption of the algorithm testing
  3. 所属分类:CA program

    • 发布日期:2017-04-10
    • 文件大小:1522264
    • 提供者:zhouwei
  1. DESTest

    0下载:
  2. DES加密解密,了解掌握加密解密算法的基本知识-DES encryption and decryption, learn to master the basics of encryption and decryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-05-15
    • 文件大小:3640752
    • 提供者:小小陆
  1. des

    0下载:
  2. 包括des算法轮密钥生成,以及加密,解密。-des encryption and decryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:3138
    • 提供者:陈飞峰
  1. gerki

    0下载:
  2. des加密解密 算法的应用 功能:实现des加密过程中从56位的K密钥产生16个48位Ki子密钥-des encryption and decryption algorithms application functions: des encryption from the 56 K-16 48-bit key generation sub-key Ki
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:833
    • 提供者:张力
  1. DES-encryption-and-decryption-

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

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

    0下载:
  2. DES加解密算法。文本输出输入,对文本进行加密和解密。-DES encryption and decryption algorithms. Text output and input, the text is encrypted and decrypted.
  3. 所属分类:CA program

    • 发布日期:2017-11-24
    • 文件大小:40867
    • 提供者:cyq
  1. des

    0下载:
  2. DES数据加密算法,是一种对称密码体系,能够实现对数据的加密和解密-DES data encryption algorithm is a symmetric cryptographic system, it is possible to realize the data encryption and decryption
  3. 所属分类:CA program

    • 发布日期:2017-11-26
    • 文件大小:1544
    • 提供者:于海燕
  1. des

    0下载:
  2. 加密解密中的DES算法的实现,vc版本,有需要就下-Implementation of the DES algorithm encryption decryption vc version, there is a need on the next
  3. 所属分类:CA program

    • 发布日期:2017-11-30
    • 文件大小:6895
    • 提供者:黄伟平
  1. c200-xdcodefans.net

    0下载:
  2. VC/C++源码,加密解密,加密,解密,DES   200多个常见的VC++加密算法代码,像DES、ASN、hex、rsa等等算法,你可以先下载保存在电脑上,以后或许能用到,加密也是常用的一种程序数据处理方式,实用性比较大。-VC/C++ source code, encryption and decryption, encryption, decryption, DES A program data processing over 200 common VC++ encryption
  3. 所属分类:CA program

    • 发布日期:2017-11-06
    • 文件大小:419965
    • 提供者:dengchao
  1. des-algorithm

    0下载:
  2. 用C++实现 des加密解密算法,加密过程中程序会自动生成cipher.txt文件,解密过程会自动生成result.tet文件,在对比明文信息即可,运行程序,程序会自动为你计算运行程序所耗时-Des encryption and decryption algorithm in C++ the encryption process program automatically generate cipher.txt file decryption process automatically gene
  3. 所属分类:CA program

    • 发布日期:2017-11-09
    • 文件大小:2944424
    • 提供者:李中原
  1. digitally-signed

    0下载:
  2. 数字签名算法,使用RSA非对称密码算法,应该是非对称加密算法。DES是一种对称加密算法,不能做为数字签名的算法。对称加密算法由于加密和解密都是使用同一个密钥,所以无法保证密钥的完全保密(至少加密解密的两个人知道),也就不能唯一的确定加密者的身份。-Digital Signature Algorithm, using RSA asymmetric cryptographic algorithm should be non-symmetric encryption algorithm. DES is
  3. 所属分类:CA program

    • 发布日期:2017-11-17
    • 文件大小:7277
    • 提供者:haiyuanchen
  1. DES

    0下载:
  2. 密码算法DES加密解密算法 C++语言实现-The cryptographic algorithms DES encryption and decryption algorithms C++ language
  3. 所属分类:CA program

    • 发布日期:2017-11-26
    • 文件大小:3664
    • 提供者:纪小狐
  1. DES

    1下载:
  2. 可以用于多位二进制数加密解密的DES算法,在main函数中给出了使用范例,使用者可以比较并且了解到DES的雪崩效应。-Can be used for a number of binary encryption and decryption of DES algorithm, using the example given in the main function, the user can compare and understand the avalanche effect of DES.
  3. 所属分类:CA program

    • 发布日期:2017-11-09
    • 文件大小:139822
    • 提供者:子木
  1. DES

    0下载:
  2. 是DES加密解密算法过程中的各部分算法,可供刚开始学习DES加密算法的人参考一下-The DES encryption and decryption algorithm in each part of the algorithm, available just beginning to learn the DES encryption algorithm reference
  3. 所属分类:CA program

    • 发布日期:2017-11-24
    • 文件大小:11996
    • 提供者:张祺文
  1. DES

    0下载:
  2. DES算法,执行一轮DES加密解密过程。-DES algorithm, one round of DES encryption and decryption process.
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:3536
    • 提供者:liuping
  1. zlS_DESCBC

    0下载:
  2. 基础MFC的DES算法,解密与加密同步。-Based MFC DES algorithm, decryption and encryption synchronization.
  3. 所属分类:CA program

    • 发布日期:2017-05-14
    • 文件大小:3292036
    • 提供者:刘慧娇
« 12 »
搜珍网 www.dssz.com