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

搜索资源列表

  1. 001

    0下载:
  2. c# 调用已有的类实现 3DES AES两种加密算法,输入的文件为1.txt 10.txt。。。文件大小为 1k 10k 100k 1000k 10000k 输出加解密时间-C# call for two classes implement 3 des, AES encryption algorithm, the input file for 1. TXT 10. TXT... File size is 1 k, 10 k, 100 k, 1000 k, 10000 k output encry
  3. 所属分类:CA program

    • 发布日期:2017-11-19
    • 文件大小:28503040
    • 提供者:chenqun
  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. DESandMD5

    0下载:
  2. 基于MFC将DES与MD5两个算法集合在一起,可以实现加解密功能。-MFC-based algorithm to DES and MD5 two together, you can achieve encryption and decryption functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3453500
    • 提供者:徐爽
  1. des20130720

    0下载:
  2. DES加密、解密算法,思路清晰简洁,包括单位块加解密,解密文件、机密字段等。-DES encryption and decryption algorithms, ideas clear and concise, including unit block encryption and decryption, decrypt the file, confidentiality, and other fields.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:6079
    • 提供者:泡泡
  1. mixed-encrypt-system

    1下载:
  2. 本系统实现了一个基本的混合密码系统。它使用DES作为对称密钥算法,RSA作为公开密钥算法。本系统特点如下: 1:提供了俩个加密接口。混合加密,DES加密。 2:本系统的DES可以进行1次DES加密(标准DES加密)和3次DES加密。它会根据密钥长度,自动选择加密方案。当密钥长度在64位以内时它将使用标准DES加密,当密钥长度超过64位后,系统将设置第2密钥,并启用3次DES加密。其密钥长度可达112位,并且它还具有很强的扩展性,提供了3种加解密接口:文件接口,文件句柄接口(可以供其他加密
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5545671
    • 提供者:gu
  1. DESEncryptionDecrypt

    0下载:
  2. 编写的DES 对称加解密技术,可随时进行明文密文之间的转换,有需要的朋友可以下载测试!本人目的打算对后台数据库的敏感信息字段用该方法加密,然后用软件权限控制读取,这样即使直接SQL后台取数,也得不到明文数据。-Write DES symmetrical encryption technology, may at any time for conversion between plaintext cipher, friends in need can be download test! I pur
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:25444
    • 提供者:向建华
  1. encrypt

    0下载:
  2. 加解密软件工具。编译环境 vc6.0. mfc做的一个加解密软件.附带文件粉碎功能.加密算法有des,3des,aes.可选择.-Encryption and decryption software tool. Compilation environment vc6.0. Mfc do an encryption and decryption software with file shredding capabilities. Encryption algorithm des, 3des, ae
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4119113
    • 提供者:吴伟超
  1. Cryptography-and-Network-Security

    2下载:
  2. 用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。-With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.
  3. 所属分类:加密解密

    • 发布日期:2017-06-07
    • 文件大小:916422
    • 提供者:Peter
  1. Centralized-symmetric-key

    3下载:
  2. 完成集中式对称密钥的分配工作 说明:作为通讯的双方A和B,都已经分别和KDC拥有会话密钥Ka和Kb,但A、B之间事先没有保密通道,需要依赖KDC为它们的会话分配临时密钥Ks。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。 要求: (1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持); (2)通信内容为一文本文件(test-1.t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-10-19
    • 文件大小:4096
    • 提供者:丁元元
  1. 1008

    0下载:
  2. 3DES RSA 等综合加解密 算法示例-DES RSA ETC.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-29
    • 文件大小:11281074
    • 提供者:FrankWang
  1. HouDesTool

    0下载:
  2. Des对16进制的字符串进行加解密,支持3Des和MAC的计算-Des for hexadecimal string encryption, support 3 Des and MAC calculation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:20316
    • 提供者:华英
  1. Decode

    0下载:
  2. 几种常见的加解密源码,包括DES,BASE64,AES等,可以修改使用-Several common encryption source code, including DES, BASE64, AES, etc., can be modified to use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:38006
    • 提供者:wt
  1. DES1

    0下载:
  2. DES算法及DES对图片进行加密,DES加密算法,可用于加解密-DES algorithm and DES encryption on the picture, DES encryption algorithm, can be used for encryption and decryption
  3. 所属分类:CA program

    • 发布日期:2017-05-21
    • 文件大小:6232058
    • 提供者:韩小静
  1. DESJIAMI

    0下载:
  2. DES加密算法的java实现,可运行,自己写的。DES加密算法为对称加密算法,可以对数据进行加解密,会在控制台输出结果。-DES encryption algorithm to achieve the java, run, write your own. DES encryption algorithm is a symmetric encryption algorithm, data encryption and decryption, will result in the console o
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-13
    • 文件大小:1831
    • 提供者:kiko
  1. DES_ECB_Windows

    0下载:
  2. 基于Windows WinCrypt的DES ECB 模式加解密实现-Windows Platment, WinCrypt DES ECB mode encrypt and decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1370
    • 提供者:zhong
  1. des_sourcecode

    0下载:
  2. des 字符串加解密测试,可以直观显示,测试比较方便-des test little tool
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:4238
    • 提供者:cbnini
  1. DES_java

    0下载:
  2. java编写,运用des算法对文本文件进行加解密-java prepared using des algorithm to encrypt and decrypt text files
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-30
    • 文件大小:17328
    • 提供者:zhangli
  1. CPPDES-and-3DES

    0下载:
  2. 本资料实现了DES和3DES的数据加解密,其中包括.c文件及.h文件,本人亲自测试通过,有需要的朋友可以尽情的下载!-lskdjfo liek laidf laoid8owe
  3. 所属分类:CA program

    • 发布日期:2017-05-04
    • 文件大小:17694
    • 提供者:zf
  1. secure-util

    0下载:
  2. Base64编码摘要:对称(DES,3DES,AES,IDEA)/非对称(RSA,ELGamal)加解密,RSA/DSA数字签名,数字证书.-Abstract: symmetric (DES, 3DES, AES, IDEA)/asymmetric (RSA, ELGamal) encryption and decryption, RSA/DSA digital signature, digital certificate.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:11779
    • 提供者:段维波
« 1 2 ... 11 12 13 14 15 1617 »
搜珍网 www.dssz.com