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

搜索资源列表

  1. AES

    0下载:
  2. aes encryption algorithm, can be use to encrypt resources
  3. 所属分类:Game Engine

    • 发布日期:2017-04-08
    • 文件大小:5769
    • 提供者:deviant
  1. AES

    0下载:
  2. AES加密算法的加密解密C++语言实现,简单的小数据实现,希望对需要的人有用-AES encryption algorithm encryption and decryption C++ language, simple little data, and the hope is useful for those who need it
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:209484
    • 提供者:南瓜
  1. AES

    0下载:
  2. AES加密的matlab代码,经过验证可以实现AES加密的整个算法过程,很值得大家来学习-AES encryption matlab code that can be achieved through validated AES encryption algorithm whole process, it is worth learning! ! !
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3998
    • 提供者:zhangwei
  1. AES

    0下载:
  2. AES美国标准加密 算法设计 matlab实现源代码-American Standard AES encryption algorithm matlab source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:575042
    • 提供者:庞隔
  1. aes

    0下载:
  2. AES加密算法,一种对称加密算法,实现加密-Aes encryption algorithm, encryption
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:3055
    • 提供者:韩小静
  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
    • 文件大小:10253790
    • 提供者:剑姬
  1. Hash-Algorithm-Identifier-master

    0下载:
  2. 加密算法检测,包含md5 SHA DES AES-Encryption algorithm to detect
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-29
    • 文件大小:12358
    • 提供者:2331
  1. AES

    2下载:
  2. AES算法加密C语言完整程序 可实现AES128位 加密 解密-AES encryption algorithm for the complete program
  3. 所属分类:CA program

    • 发布日期:2016-07-08
    • 文件大小:4096
    • 提供者:张三丰
  1. AES

    0下载:
  2. AES加密算法的JAVA实现,可以实现对文字、文件的加密解密功能。-AES encryption algorithm JAVA implementation can be achieved on the text, file encryption and decryption functions.
  3. 所属分类:Java Develop

  1. AES.Simple

    0下载:
  2. AES算法加密解密的简单演示,包括原始数据,加密过程,加密后密文,解密过程,解密后报文。-AES encryption algorithm decryption simple demonstration, including the original data, the encryption process, encrypted ciphertext, decryption, packet after decryption.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-04
    • 文件大小:193903
    • 提供者:小左
  1. aes

    0下载:
  2. AES加密算法,实现任意长度文件加密与解密,有例程,可直接用于文件或字符串,数组加解密。-AES encryption algorithm, the realization of arbitrary length of file encryption and decryption, there are routines, can be used directly in the file or string, the array encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:8962
    • 提供者:安民
  1. AES

    0下载:
  2. 本代码主要是完成AES加解密算法的实现。-This code is mainly to complete the implementation of the AES encryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-05
    • 文件大小:4534
    • 提供者:王王
  1. aes-128_pipelined_encryption

    1下载:
  2. AES 加密算法 基于流水线设计 成熟IP core-AES encryption algorithm based on pipeline design mature IP core
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-15
    • 文件大小:520192
    • 提供者:慕容若枫
  1. AES-128 encryption algorithm

    2下载:
  2. 用matlab编写的加密算法。输入128bit 明文,采用AES-128算法可以的得到128bit的密文输出。每一轮的加密结果都有显示。(Above is the AES(Advanced Encryption Standard)-128 algorithm written by matlab. By inputing the contexts and encryption key, you will get each round key and encryption result)
  3. 所属分类:加密解密

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:QQ小冰
  1. AES

    0下载:
  2. 可以实现任意文件的加密解密。高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院(NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。(Enc
  3. 所属分类:加密解密

    • 发布日期:2017-12-23
    • 文件大小:538624
    • 提供者:Sky_Vico
  1. aes_class

    0下载:
  2. 通过aes加密算法实现对数据的数据加密和数据解密。(Data encryption and data decryption are realized by AES encryption algorithm)
  3. 所属分类:数学计算

    • 发布日期:2017-12-28
    • 文件大小:132096
    • 提供者:茶叶蛋111
  1. aesencryption

    0下载:
  2. aes encryption algorithm mtlab
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:12288
    • 提供者:maulin
  1. aes

    0下载:
  2. AES加解密算法的C语言实现。高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院(NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。(C
  3. 所属分类:加密解密

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:spound
  1. AES

    0下载:
  2. 实现AES加密解密,AES是一种对称加密算法。(Realize AES encryption and decryption, AES is a symmetric encryption algorithm.)
  3. 所属分类:加密解密

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:杨小手
  1. AES

    0下载:
  2. encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2018-01-08
    • 文件大小:24576
    • 提供者:rodz
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 30 »
搜珍网 www.dssz.com