搜索资源列表

  1. AES-MATLAB

    0下载:
  2. AES MATLAB implementation, for 128,192 and 256 bytes
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:12288
    • 提供者:ikarigeorge
  1. CBC-AES

    0下载:
  2. CBC-AES MATLAB implementation for 128,192 and 256 bits
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:26624
    • 提供者:ikarigeorge
  1. Encrypted-PLCPSolution

    0下载:
  2. 在电力线通信上实现AES-128加密功能-Encrypted Data Communication Using Cypress PLC Solution
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:2200576
    • 提供者:于涛
  1. FPGA--AES-algorithm

    0下载:
  2. 本文介绍了AES 数据加密结构, 以及相关的有限域的知识及简单运算, 提出了一种用FPGA 高速实现AES 算法的方案, 该方 案设计的加密模块支持AES 标准的三种密钥长度: 128,192,256, 支持ECB, CBC, CTR 三种工作模式, 即支持feedback 和non- feedback 两种模式, 最后给出了本设计的性能指标-This article describes the AES data encrypt
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-09
    • 文件大小:240640
    • 提供者:李仁杰
  1. AES-256bits

    0下载:
  2. AES加密解密算法,支持128,192,256变长密钥-AES encryption and decryption algorithms, support 128,192,256 variable-length keys
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:37888
    • 提供者:Wang Tong
  1. mm

    1下载:
  2. 一个AES加解密工具,可以用指定的密码字符串加解密任意大小的文件。密钥长度128位,工作模式为CBC。算法比较原始,速度不快。另有演示AES加密过程的选项。程序为字符界面,支持命令行参数。开发环境为Code::Blocks 10.05(gcc 4.4.3)。此为某大密码学课程设计,仅供学习交流使用。-An Win32 console file encryption/decryption tool using the AES-128 CB
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:188416
    • 提供者:钱畅
  1. Decodificador

    0下载:
  2. Decodificador de codigos criptografacom em AES 128-bits
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:PC
  1. AES-Jeffrey-zhu

    0下载:
  2. Visual c++ 下使用C语言开发的AES分组加密算法,ECB模式,分组长度128bit,密钥长度可变,128或256bit。-Developed using C language Visual c++ AES block encryption algorithm, ECB mode, packet length 128bit key variable length, 128 or 256bit.
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:149504
    • 提供者:yanan
  1. AES-OFB

    0下载:
  2. Visual c++ 下使用C语言开发的基于AES分组加密算法的流加密算法,OFB模式,分组长度128bit,密钥长度可变,128或256bit,可实现以字节为单位的流加密。-Using C language development in Visual c++ block encryption algorithm AES-based stream encryption algorithm, OFB mode, packet length
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:3058688
    • 提供者:yanan
  1. Aes

    0下载:
  2. 128位AES加/解密函数Enciphering/Deciphering;CBC工作模式下的AES加/解密函数CBCEncrypt/CBCDecrypt。本密码算法的实现不仅是经典AES算法的实现,还采用动态S盒技术对其作出了改进,使其安全性更高,改进之处参考了《AES算法的S盒分析及改进探讨》一文。-128-bit AES encryption/decryption the function Enciphering/Decipheri
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:1172480
    • 提供者:fang
  1. AES

    0下载:
  2. 一个用JAVA实现的AES算法示例,采用ECB模式,128位密钥-AES algorithm is an example of a JAVA ECB mode, a 128-bit key
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:ludygg
  1. aes

    0下载:
  2. AES算法的实现,C语言编程完成加密和解密的过程,明文与密钥长度均为128位。-Realization of the AES algorithm, C language programming to complete the encryption and decryption process, the plaintext and the key length is 128.
  3. 所属分类:CA认证

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:张培凤
  1. AES-Rijndael

    0下载:
  2. 实现了AES加解密算法的Rijndael算法。密钥长度支持128、192和256比特,明文分组支持128、192和256长度,密钥和明文长度可两两组合。-Realize the AES encrypting. The Key includes 128bit, 192bit and 256bit. And so is the message. They can be combined with each other.
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:lipoon
  1. AES

    0下载:
  2. 经典的AES加密解密软件,用VS2010 C#开发的,功能简单,只能加密解密128位,即32个16进制的字符。有显示扩展密钥的功能。源码。-The classic AES encryption and decryption software using VS2010 C# development, function, and only 128-bit encryption and decryption, 32 hexadecimal c
  3. 所属分类:C#编程

    • 发布日期:2024-05-09
    • 文件大小:114688
    • 提供者:hcx
  1. AES

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

    • 发布日期:2024-05-09
    • 文件大小:5287936
    • 提供者:dingpeng
  1. AES

    0下载:
  2. 通过测试,可以实现16,128,256三种方式的加密算法,来增加加密强度-Encryption algorithm, can be achieved by testing 16,128,256 three ways to increase the encryption strength
  3. 所属分类:易语言编程

    • 发布日期:2024-05-09
    • 文件大小:18432
    • 提供者:雨辰
  1. AES

    0下载:
  2. AES加密,此文件中为128位密钥,在vc6.0上实现,其中还包括AES的执行流程的flash-This file as a 128-bit key, vc6.0 on AES encryption, which also include the the AES execution of processes flash
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:888832
    • 提供者:123456
  1. aes_cmac

    0下载:
  2. Linux AES-128-CMAC with TLen 16 for IEEE 802.11w BIP .
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:lebangban
  1. aes256

    0下载:
  2. AES 128 bit encryption and decryption with LCD Interface
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:204800
    • 提供者:Nilesh
  1. AES_128

    0下载:
  2. AES 128 bit with various device interface on FPGA
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:17408
    • 提供者:vishwanath
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »

源码中国 www.ymcn.org