CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - aes加密/解密算法

搜索资源列表

  1. AES

    0下载:
  2. 加密算法,关于AES的加解密,基于Window VisualC
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:43560
    • 提供者:gx.chen
  1. c语言的AES加解密算法

    4下载:
  2. aes加解密算法C语言实现,纯C语言实现,不调用任何标准C外的函数库,分为加密和解密两个c源文件,由于是纯C语言实现,适合于移植到其他操作系统,如LINUX等,
  3. 所属分类:Windows编程

  1. CSharp[AESEncryptDecrypt]

    0下载:
  2. C#编写的文件加密解密程序,使用AES加密算法,速度快,安全,不限制要输入的密钥长度,可以选择是否更改加密后文件的后缀名,界面美观-C# documents prepared by encryption and decryption procedures, the use of AES encryption algorithm, fast, safe, no restrictions on the importation of key length, you can choose whether
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:86614
    • 提供者:卓然
  1. AES

    0下载:
  2. AES加密解密算法,AES 算法是基于置换和代替的。置换是数据的重新排列,而代替是用一个单元数据替换另一个。AES 使用了几种不同的技术来实现置换和替换。为了阐明这些技术,让我们用 Figure 1 所示的数据讨论一个具体的 AES 加密例子。-AES encryption and decryption algorithm, AES algorithm is based on the replacement and substitute. Replacement is to rearrange
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:14517
    • 提供者:杨梅
  1. file_encryption

    0下载:
  2. AES分组加密算法做的文件加解密演示, 采用多线程流水线方式对文件进行 读->加密/解密->写 操作.-AES block cipher algorithm for encryption and decryption so the paper presentations, the use of multi-threaded pipelined read on paper-> encryption/decryption-> write operation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:18544
    • 提供者:周可
  1. Aes

    0下载:
  2. 用vc实现的aes加密和解密算法。有住示,便于阅读和理解。-Vc achieved using des encryption and decryption algorithm. There are live show, easy to read and understand.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3792
    • 提供者:陈平
  1. aes

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密-AES is an encryption of information using the security code standards. It supports 128-bit, 192 bit and 256-bit ke
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:211031
    • 提供者:图派克
  1. AES_mimaxue

    0下载:
  2. 再来一个密码学课程设计 AES加解密算法 字符串 文件加密解密 功能更强大-Again a cryptography course design AES encryption and decryption algorithm is a string more powerful file encryption and decryption
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:97569
    • 提供者:lijun
  1. invaes

    0下载:
  2. aes高级加密标准算法解密的实现,从文本in.dat读入密文,从文本word.dat读入密钥,输出明文至文本out.dat-Advanced Encryption Standard algorithm aes decryption implementation, read from the text in.dat ciphertext, the key read from the text word.dat output explicitly to the text out.dat
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2536
    • 提供者:Mengxianyu
  1. AES

    1下载:
  2. AES加密算法,测试通过,128位秘钥,加密和解密都有-AES encryption algorithm, the test is passed, the 128-bit secret key encryption and decryption have
  3. 所属分类:Button control

    • 发布日期:2017-11-17
    • 文件大小:5288101
    • 提供者:dingpeng
  1. AES

    0下载:
  2. VC++实现AES加密解密算法的类文件,可以直接使用-VC realize the AES encryption algorithm
  3. 所属分类:Communication

    • 发布日期:2017-11-26
    • 文件大小:3126
    • 提供者:shijianxin
  1. AES-Encrypt

    0下载:
  2. AES加密算法实现AES加密、解密,可以帮助需要程序需要加密的程序员-AES encryption algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:25966
    • 提供者:doudou
  1. AES

    0下载:
  2. AES 加密和解密算法 用C++ 编写完成-AES encryption and decryption
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3116
    • 提供者:Kanra
  1. Lab2

    0下载:
  2. 信息安全试验,对称加密解密算法——aes和des,C++加openssl语言实现,编译环境是visual studio2010-Information security test, symmetric encryption and des, aes decryption algorithm, c++ with openssl language implementation, compile environment is visual studio2010
  3. 所属分类:CSharp

    • 发布日期:2017-05-29
    • 文件大小:12254099
    • 提供者:
  1. AES

    0下载:
  2. AES加密算法实现,带界面,支持文件的加密解密-AES encryption code
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:24782848
    • 提供者:申笑晨
  1. AES-master

    0下载:
  2. AES加密解密算法在matlab上的实现,运行无错误,可直接在matlab上进行演示。-AES matlab
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:113509
    • 提供者:申笑晨
  1. ArduinoAES256-master

    0下载:
  2. 具有256位密钥的AES加密解密算法在matlab上的实现与应用-AES code
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:10250
    • 提供者:申笑晨
  1. AES加密算法(java实现)

    0下载:
  2. 简单的密码加密和解密,相对简单,新手使用,有些许不足,谨慎下载,(Simple encryption and decryption of the password, relatively simple, the new use of the novice, some is not enough, carefully downloaded,)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:70557696
    • 提供者:xmcnzxjck
  1. AES

    0下载:
  2. 基于VS2010实现了AES128加密和解密算法(encryption and decryption program for AES128 algorithm.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:3323904
    • 提供者:yacobimax
  1. DES_AES_For_ASP_VBScript

    0下载:
  2. asp版AES加密解密源代码,模式:ECB/CBC 默认:ECB 填充:PKCS5/NONE/ZERO 默认:PKCS5 编码:GK2312/UTF-8(Function: implementation of DES standard encryption algorithm with VBscr ipt)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:21504
    • 提供者:第期
« 12 »
搜珍网 www.dssz.com