AES加密算法的加密解密C++语言实现,简单的小数据实现,希望对需要的人有用
2022-09-23 17:01:18 205KB aes_c语言
用于计算AES CBC算法的(解密)程序,key长度128bit 看到很多朋友说我之前的算法只有加密的,那是因为之前我这边只需要做加密就OK,解密交给三位机来做的。 现在我把解密的算法也提交上来了. 省的大家操心了,让天下的罪都归老衲吧,阿弥陀佛。。。
2022-09-23 14:54:17 12KB AES CBC 128bit C语言
1
aes VHDL code which has the detals of the encryption code in the VHDL language
2022-09-22 13:00:37 7KB aes_vhdl the_code
AES加密算法,是一个不错的加密源码,采用VC++编写
2022-09-20 15:01:41 332KB aes_加密 aes加密算法 aes_源码 aes源码
AES 查找器 在运行进程内存中查找 AES 密钥的实用程序。适用于 128、192 和 256 位密钥。 Usage: aes-finder { -1 } [-p pid | -n process-name | -f file] [/output/folder] 用法 要搜索 id = 123 的进程中的键,请执行以下操作: aes-finder.exe -p 123 要在名称为 chrome.exe 的任何进程中搜索键,请执行以下操作: aes-finder.exe -n chrome.exe 现在您可以看到在您最喜欢的应用程序中使用了哪种 AES 密钥!
2022-09-19 09:09:06 684KB aesfinder
1
Cisco Wireless Controllers and Lightweight Access Points, Cisco Wireless Release 8.5.164.0 Cisco 2500 Series Wireless Controllers Release 8.5 Software.In order to use 8.4 or higher code, you must upgrade the 2504 Wireless Lan Controllers to FUS version 1.9 or higher, this must be done before installing the new AireOS version.
2022-09-02 19:04:47 180.98MB CT2504 CT2500 Cisco
1
Supplementary AP Bundle Images for Cisco 2504 Series WLC Release 8.5. This bundle is mandatory to support AP802,AP803,AP1530, AP1550 , AP1570 and AP1600. Cisco Wireless Controllers and Lightweight Access Points, Cisco Wireless Release 8.5.164.0 Cisco 2500 Series Wireless Controllers Release 8.5 Software.In order to use 8.4 or higher code, you must upgrade the 2504 Wireless Lan Controllers to FUS version 1.9 or higher, this must be done before installing the new AireOS version.
2022-09-02 19:04:46 69.69MB CT2500 CT2504 Cisco
1
NULL 博文链接:https://mft.iteye.com/blog/2343765
2022-08-30 11:24:22 66KB 源码 工具
1
aws-lambda-aes 用于 AES 加密/解密的 Lambda 函数 注意:此函数主要用于测试。 使用 lfm,您可以通过以下方式部署此功能: $ lfm deploy gh:willyg302/aws-lambda-aes 用法 aws-lambda-aes 接受具有以下属性的自定义事件: enc : 一个布尔值,如果你想加密则为真,否则为假 message : 要加密或解密的消息 pass : 用作密钥的密码 opts :包含密码选项的可选对象 length :密钥长度来使用的一个128 , 192 ,或256 mode :支持的模式有cbc 、 cfb 、 cfb1 、 cfb8 、 ctr 、 ecb 、 gcm和ofb encoding : 是否编码为base64或hex 默认情况下,aws-lambda-aes 使用aes-256-ecb到/从base64
2022-08-29 08:29:38 5KB JavaScript
1