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

搜索资源列表

  1. test-of-3DES

    0下载:
  2. 3DES算法可实现对于明文的3轮DES加解密-The algorithm of 3DES
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:857566
    • 提供者:赖健
  1. 3DES

    0下载:
  2. VC6 3des code 实例 欢迎交流加密解密-VC6 3des code examples welcome exchanges encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:13214
    • 提供者:周应
  1. 3DES

    0下载:
  2. 这是先使用广泛的3DES算法,能够对数据进行加密解密-This is the first widely used 3DES algorithm to encrypt and decrypt the data .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:2985
    • 提供者:余斌
  1. crypto

    0下载:
  2. 3DES(即Triple DES)是DES向AES过渡的加密算法,它使用3条64位的密钥对数据进行三次加密-3DES (that is Triple DES) DES is a transition to the AES encryption algorithm, which uses three 64-bit key encrypting data three times
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:36332
    • 提供者:温旭祎
  1. 3des_C_source

    0下载:
  2. 3des加密C语言版源代码,需要的同学可参考-failed to translate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:2798
    • 提供者:kevin
  1. Alg

    0下载:
  2. 基于openssl的RSA密钥对生成、RSA运算、3DES运算实现,并编写了测试程序。-openssl RSA and 3DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2555481
    • 提供者:123
  1. 3DES-Simple

    0下载:
  2. Triple DES(3DES) Data Encryption Standart Code How to use 3DES cryptology
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:469090
    • 提供者:Tayfun
  1. 3des_matlab

    0下载:
  2. matlab 实现的3DES 和 DES 加解密算法,3DES目前还未被破解。-matlab implementation of 3DES and DES encryption and decryption algorithm, 3DES has yet to be cracked.
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:5130
    • 提供者:李阳
  1. 3des

    0下载:
  2. 这是基于c语言写的3des加密算法。和openssl 的算法一样。。看看下载吧-3des encryption algorithm is written in c language . And openssl algorithm . . Look at the download it
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:16631
    • 提供者:李先生
  1. 3des

    0下载:
  2. 3DES 3DES(即Triple DES)是DES向AES过渡的加密算法,它利用3条64位的密钥对数据举行三次加密。是DES的一个更平安的变形。它以DES为大约模块,穿越组合分组措施设计出分组加密算法。比起当时的DES,3DES更为平安。-In cryptography, Triple DES is the common name for the Triple Data Encryption Algorithm (TDEA or Triple DEA) block cipher, w
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:10120
    • 提供者:shinji
  1. 3des

    0下载:
  2. 3DES is a encryption algorithm ,this algorithm has run successfully.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-29
    • 文件大小:11386492
    • 提供者:andy
  1. 3des-aes-vc

    0下载:
  2. 3des aes vc 代码,用vc实现3es aes加密解密算法。-3des aes vc code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:130107
    • 提供者:jonny
  1. 3des

    0下载:
  2. 3des加密解密示例,不用多说了,用过的都知道。-3des encryption and decryption example, Needless to say, used to know.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:22679
    • 提供者:王伟
  1. crypto-dll-5.1-des-3des

    0下载:
  2. DES/3DES/RSA/MAC 加解密,注释详细-DES/3DES/RSA/MAC encryption and decryption detailed comment
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:982157
    • 提供者:张岩
  1. des

    0下载:
  2. DES,3DES算法,C51源码,DES算法是金融上常用的加密算法-DES ENCODE C51
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3284
    • 提供者:hongjinzhi
  1. 3DES-PBOC-MAC

    0下载:
  2. 程序实现了3DES、DES加解密,PBOC的DES、3DES的MAC。 首先输入16进制的ASC码。将每个ASC转为4位二进制。然后DES运算。最后将每4位二进制结果转化为一个ASC输出。 -Program implements 3DES, DES encryption and decryption, the PBOC' s DES, 3DES the MAC. First, enter the ASC hexadecimal code. Each ASC to four bina
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:6304
    • 提供者:zxh
  1. 3DES

    0下载:
  2. 3DES(或称为Triple DES)是三重数据加密算法(TDEA,Triple Data Encryption Algorithm)块密码的通称。 3DES的c++实现-Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as the Advanced Encryption Standard Rijndael encryption, AES encryption
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:642863
    • 提供者:李行
  1. 3DES

    0下载:
  2. DES及3DES算法源程序,标准C实现,可用于unix/linux/windows平台。-DES and 3DES algorithm source code, the standard C implementation, can be used for unix/linux/windows platform.
  3. 所属分类:CA program

    • 发布日期:2016-01-26
    • 文件大小:232448
    • 提供者:echo
  1. 3DES

    0下载:
  2. 3DES算法的加密和3DES算法的解码简单演示-3DES algorithm to encrypt and decode simple demonstration
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:174876
    • 提供者:沃金
  1. des-3des

    0下载:
  2. des与3des加密解密程序,非常好用,大家可以试试,从网上下载下来的-des and 3des encryption and decryption procedures, very easy to use, we can try, downloaded from the Internet
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:4919
    • 提供者:liulai
« 1 2 3 4 5 6 78 9 10 11 12 ... 24 »
搜珍网 www.dssz.com