登录
首页 » matlab » AES

AES

于 2021-04-19 发布 文件大小:711KB
0 219
下载积分: 1 下载次数: 680

代码说明:

  AES matlab源码, 分加密子模块实现, 与参考书一致, 参考价值高 (AES matlab source code, divided to sub-module for encryption, consistent with the reference books, reference high value)

文件列表:

AES





...\add_round_key.m
...\AES.pdf
...\aes_demo.asv
...\aes_demo.m
...\aes_init.m
...\aff_trans.m
...\cipher.asv
...\cipher.m
...\cycle.m
...\disp_hex.m
...\find_inverse.m
...\inv_cipher.m
...\inv_shift_rows.m
...\key_expansion.m
...\lena256.jpg
...\mix_columns.m
...\poly_mat_gen.m
...\poly_mult.m
...\rcon_gen.m
...\rot_word.m
...\shift_rows.m
...\sub_bytes.m
...\s_box_gen.m
...\s_box_inversion.m
...\test1.jpg
...\zyw.jpg
...\zyw_AES.jpg
...\zyw_des_cai.jpg

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • do encryption components from other places to download overnight.
    一个C#做的加密组件,从别的地方下载过来的。-do encryption components from other places to download overnight.
    2022-09-29 04:45:03下载
    积分:1
  • 1. This program will all possible symbols in English and in the definition of th...
    1.本程序将所有可能出现的英文和符号定义在ASCII表中的“000--255”中的256个常用字符 2.在实现2的基础上,实现控制台对英文文本文件(注意明文和密文都以文件形式存在)的加解密 形式:cipher 源文件名 目的文件名 密钥 E/D(标示加解密)说明:对于加密来说,源文件名就是明文,对于解密来说,源文件名就是密文-1. This program will all possible symbols in English and in the definition of the ASCII table, "000-- 2 55 "of 256 commonly used characters in two. in achieving two on the basis of Console achieve the English text files (and expressly close attention to the text of a document form) encryption forms : cipher source document file names Key E/D (marked increase declassified) Note : For encryption, source file name is expressly for declassification, the source file name is ciphertext
    2022-05-25 21:59:44下载
    积分:1
  • AES_CMAC
    通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )
    2021-03-11 19:09:25下载
    积分:1
  • twocrypt(2c)是一个 PoC工具,用于超狂妄者。它把两个文件成一个。不同的口令可以用于译不同的变量。输出不能从单个文件中识别出来,并且这个工
    twocrypt(2c)是一个 PoC工具,用于超狂妄者。它把两个文件加密成一个。不同的口令可以用于解译不同的变量。输出不能从单个加密文件中识别出来,并且这个工具使用一种合法的算法,这种算法本身并不意味着要隐藏任何信息。-twocrypt (2c) is a PoC tool, uses in the ultra arrogance. It encrypts two documents. The different password may use in the solution to translate the different variable. The output cannot from individually encrypt in the document to distinguish, and this tool uses one legitimate algorithm, this algorithm itself certainly did not mean must hide any information.
    2022-11-27 16:40:03下载
    积分:1
  • CCITT并行CRC 16
    CCITT Parallel CRC 16-bit
    2022-04-21 00:41:49下载
    积分:1
  • RSAc语言实现
    说明:  RSA算法加密解密实验(可直接动手操作,对话框显示加密结果(RSA algorithm encryption decryption experiment)
    2020-06-18 10:20:02下载
    积分:1
  • 一个自动条形码打印程序
    一个自动条形码打印程序-an automatic barcode printing program
    2023-04-01 01:55:03下载
    积分:1
  • Internet上的PIK算法源程序
    Internet上的PIK加密算法源程序-on the Internet PIK encryption algorithm source code
    2022-12-04 09:35:02下载
    积分:1
  • 基于Miracl大数运算库实现SM2算法
    说明:  基于Miracl大数运算库实现SM2算法,包含加密和签名算法,纯C语言实现,包含Miracl库手册。提供了Linux平台下的Makefile文件,可直接运行。Windows平台需要重新建立项目工程。(SM2 algorithm based on miracl large arithmetic library, including encryption and signature algorithm, pure c language implementation, including miracl library manual. The makefile file under linux platform is provided, which can run directly. windows platform need to re-establish project engineering.)
    2020-07-04 13:00:02下载
    积分:1
  • 发展-使用公钥和 SYMMETRICKEY 的安全通信
    加密是将数据到一种形式,称为密文不能轻易的转换理解 byunauthorized 人。解密是加密的 databack 转换其原始形式,以便它可以被理解的过程。使用的加密/解密航宇老作为沟通的艺术。在战时,可以采用一组密码,通常 incorrectlycalled 的"代码",为了不让敌人从获得的传输内容。(从技术上讲,代码是代表没有保持秘密的意图信号的一种手段 ; 例子是莫尔斯电码 andASCII)。简单密码包括字母数字,字母在字母表中,therotation 和"争先恐后"的 voicesignals 通过反演的单边带频率的替代。更复杂的密码 workaccording 到复杂的计算机算法,重新排列数据 bitsin 数字信号。为了方便地恢复的加密信号的内容,则需要正确的解密密钥。"撤消"工作的 encryptionalgorithm 算法是关键。另外,一台计算机可用于尝试在"破"的密码。越复杂的加密算法,它变得对不能进入关键的通信进行监听的降解。加密/解密是无线通信中的 especiallyimportant。这是因为无线电路 areeasier"挖掘"硬连线的同行相比。然而,加密/解密是一个好主意,当进行任何种类的 sensitivetransaction,例如信用咭购买在线或在组织中的不同部门之间的陪伴着秘密的讨论。Strongerthe 密码 — — 那就是,难未经授权的人把它打破 — — 越好,一般。然而,作为加密/decryptionincreases 的力量,如此的成本。近几年来,在所谓的强加密的争议 hasarisen。这是指那收敛牢不可破没有解密密钥密码。虽然大多数公司及其客户认为它作为保守秘密和尽量减少欺诈的手段,作为一个潜在的手段,通过 whichterrorists 的一些政府认为强加密可能会逃避当局。解密密钥将存储在 asupposedly 安全的地方,仅由当局,使用只有支持捉拿法院命令使用。这项计划的反对者辩称罪犯可以砍进密钥托管数据库并非法获取、 偷窃,或改变钥匙。3.1EXISTING 系统在现有的系统中,加密密钥是发送文档。关键是与文档一起发送,如果任何用户都可以使用该密钥查看 encrypteddocument。这意
    2022-09-01 12:40:03下载
    积分:1
  • 696518资源总数
  • 105901会员总数
  • 40今日下载