-
AES标准加密
128位(或192或256bit该代码以128为例)的密钥长度和分组长度,数据分组(输入的明文),先进行逐比特异或(AddRoundKey)
运算。然后通过循环十次非线性代换(SubBytes)、行变换(ShiftRows)、列变换(MixColumns)、逐比特异或【最后一轮不进行列变换】
的过程,输出128位(或192或256bit)数据即是密文。这就是加密过程。之后进行之前的逆过程,即可得到明文,此为解密过程。
- 2022-07-09 23:35:31下载
- 积分:1
-
将密钥添加到文件尾部的例子
将密钥添加到文件尾部的例子- Increases the key to the document rear part example
- 2022-03-13 10:49:16下载
- 积分:1
-
用来脱被upx加过壳的文件,包括被upxfix等修改过的文件,适用于几乎所有版本(不过特低的好像有些问题:( ) 欢迎指正!msn:phoenix8088@ho...
用来脱被upx加过壳的文件,包括被upxfix等修改过的文件,适用于几乎所有版本(不过特低的好像有些问题:( ) 欢迎指正!msn:phoenix8088@hotmail.com-UPX from being used to shell the documents have been added, including such upxfix revised document, applicable to almost all versions (particularly low, however it seems there are some problems: () please correct me! Msn: phoenix8088@hotmail.com
- 2022-08-08 04:58:30下载
- 积分:1
-
简单的加密源程序
简单的加密源程序-simple encryption source
- 2022-08-15 11:23:47下载
- 积分:1
-
实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文。...
实现维吉尼亚密码,用键盘接收明文和密钥,屏幕打印密文。-The achievement of Virginia password, use the keyboard to receive explicit and key, screen printing ciphertext.
- 2022-07-22 15:50:38下载
- 积分:1
-
RSA文件加密算法实现,特别好,请大家试用
RSA文件加密算法实现,特别好,请大家试用-RSA File encryption algorithm, are particularly good, please try
- 2022-02-11 12:35:43下载
- 积分:1
-
java写的base64加解码算法
java写的base64加解码算法-Base64 code/decode algorithm written in Java
- 2023-01-28 11:55:03下载
- 积分:1
-
自毁程序
鉴于单纯设置一个计数器易被查出,通过修改使其不起作用。我们设计的程序可以通过数据文件,软件执行前通过关键字找到计数基数,然后计算和判别,如果在合理范围,则设定新的关键字,将计数基数放在新关键字指定的位置,并执行子程序 则启动自毁程序。
- 2022-12-11 09:25:03下载
- 积分:1
-
通用de
Universal De-embedding Procedure
- 2022-07-09 01:16:25下载
- 积分:1
-
DES/Triple DES IP Cores
Motivation
- A simple DES core
- Fast and Small Version
- Open Source
Compatibility
I believe that the core complies to NIST-800-17. However, there has been no formal third party verification. The official NIST specification can be downloaded here: 800-17.pdf. For the Triple DES, the NIST reference is located here:
- 2022-02-24 11:06:34下载
- 积分:1