CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - AES解密

搜索资源列表

  1. CS2003081aes

    0下载:
  2. 非常经典的AES加密算法接口及演示程序 ,可作课程设计使用 (* 介绍 *) AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:52.75kb
    • 提供者:林靖然
  1. CryptoAPI

    0下载:
  2. 利用CryptoAPI实现AES加密解密程序设计-AES encryption and decryption using CryptoAPI Implementation Program
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:167.91kb
    • 提供者:wxl
  1. intro-openssl

    0下载:
  2. 实现对文档的加密解密功能,能方便的完成此项任务-Implementation of document encryption and decryption functions, to facilitate the completion of the mission
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:8.71kb
    • 提供者:xuezhong
  1. 3.8

    0下载:
  2. 加密解密技巧,DES,AES, RAS等算法。Java代码可以在EDI中运行实现。-This is a documentation for encryption and decryption.
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:16.41kb
    • 提供者:Alice
  1. siganature

    0下载:
  2. 椭圆曲线签名 AES加密和解密 产生、获取、验证数字证书-ecc siganature
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:5.23kb
    • 提供者:hu
  1. TestAESCipher

    0下载:
  2. 这是一个关于AES加密和解密的算法实现。-This is about the AES encryption and decryption the algorithm.
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:227.21kb
    • 提供者:wz
  1. AES-encryption-and-decryption

    0下载:
  2. 用c语言实现AES算法的加密与解密功能,方便大家理解对称密钥和非对称密钥-C language AES algorithm for encryption and decryption functions, to facilitate understanding of the symmetric key and asymmetric key
  3. 所属分类:software engineering

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

    0下载:
  2. AES解密及加密任意长度字符串或文件. 经过两个星期的奋战,终于在前人能解密16字节字符串的基础上解密任意长度字符串,并将其封装为类,以后的调用直接引用该类即可,在封装的过程中可真是磕磕碰碰出现诸多问题,不算大,但却真的不容易找到其中的解决的方法。该方法是自己在前人的基础上辛辛苦苦弄出来的,共享出来,对某些人来说可能是垃圾,但对某些人可能还是有一些帮助吧-AES decryption and encryption of arbitrary length strings or files. Aft
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:11.32kb
    • 提供者:jescy
  1. AES

    0下载:
  2. AES算法C源码(加解密),简单测试了一下,可以用,领解压文件里有两个解密加密rar的算法,感兴趣的可以看下。-AES algorithm C source code (encryption and decryption), a simple test that can be used, there are two collar-extracting file to decrypt the encrypted rar algorithms, interested can look.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:82.69kb
    • 提供者:原小木
  1. CUDA-AES

    0下载:
  2. 基于CUDA的AES快速加密解密文档,系统介绍饿AES算法的设计与优化-CUDA-based AES encryption and decryption of documents quickly, the system introduced hungry AES algorithm design and optimization
  3. 所属分类:Software Testing

    • 发布日期:2017-05-12
    • 文件大小:2.63mb
    • 提供者:张猛
  1. aes

    0下载:
  2. aes的加解密功能模块实现,是可以用的,主要是开通会员-aes encryption and decryption function module, can be used mainly open membership
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3.08kb
    • 提供者:asd
  1. aes

    0下载:
  2. 基于qt的aes加密算法,进行通信过程的信息加密,包含具体位循环、密钥加密、解密过程-Based on the qt aes encryption algorithm to encrypt information communication process, including the specific bit cyclic, key encryption, decryption process
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:9.78mb
    • 提供者:剑姬
  1. crypt_tool

    0下载:
  2. 加/解密测试助手,空闲时间弄出的一个小软件,把平时项目上用到的加\解密算法整合,方便测试,现打包分享。 目前支持的加\解密算法有:AES,DES,RC,BLOWFISH,TWOFISH,CAMELLIA,KEELOQ,XTEA 还不支持:mdx,sha,rsa等,将在后面陆续增加。 如在使用过程中,软件出现各种BUG,可联系反馈,将在空闲时间里修改。-Encryption/decryption test assistant, came up with a little free time sof
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:744.99kb
    • 提供者:黄山
  1. ASE加密解密

    0下载:
  2. C#AES加密解密,256位AES加密和有密码的AES加密(C#AES encryption and decryption, 256 bit AES encryption and cipher AES encryption)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-19
    • 文件大小:1kb
    • 提供者:hlfanan
搜珍网 www.dssz.com