android使用AES加密和解密文件
2019-12-21 18:57:29 21.05MB AES加密
1
使用HLS完成AES-128部分运算通路的设计,21个周期可以完成128个bit的加密。 附上可综合的纯RTL Code以及C++代码。 可通过我的优化选项来学习如何优化HLS工具生产的代码。
2019-12-21 18:55:38 11.97MB AES加密 HLS RTL
1
没有积分了,暂时收点积分,回头可以开源,见谅,1G的文件加密耗时8秒左右.
2019-12-21 18:54:36 15.23MB AES 加密
1
Image watermarking encryption technology is to convert text information into corresponding binary information and write it into BMP pictures. For example, if the binary code of a text is 01001001, then 0, 1, 0, 0 and 1 are written into eight pixels of BMP pictures respectively, so as to achieve the function of hiding information. Finally, information can be restored by specific programs.
2019-12-21 18:54:13 13KB aes
1
可以加密文件或文本,已编写成类,可以很方便的放入自己的程序中,如编译成dll应用范围更大(web asp php java vb vc excel word等都可以方便调用)。
2019-12-21 18:50:44 30KB AES 加密 算法 VB
1
从Linux内核移植而来的AES算法,应用于VC中实现加密BMP图片,算法的效率很快
1
介绍AES 算法的原理以及基于FPGA 的高速实现。结合算法和FPGA 的特 点,采用查表法优化处理了字节代换运算、列混合运算。同时,为了提高系统工作速度,在设计中应用了内外结合的流水线技术,并应用Altera 公司的开发工具及芯片进行实际开发。
2019-12-21 18:49:38 251KB AES  FPGA 查表法 流水线技术
1
delphi调用原型: Function AESCBC(kb:integer;resStr:PChar;inKey:PChar;initVector:PChar;error:Pchar):PChar; cdecl; external 'AES.dll'; kb:128,192,256, resStr:源字符串 inKey:密匙 initVector:初始向量 返回值为base64编码串
2019-10-29 10:34:19 581KB AES CBC DLL
1
这是我做项目时写的一个dll,压缩包里有到处函数,根据压缩包里的说明,即可以很方便的为你的工程添加AEs加密功能,欢迎大家下载研究。
2019-10-29 10:31:25 159KB 加密,安全,dll
1
微信小程序AES加密解密相关(也可支持DES加密解密)
2017-01-05 00:00:00 32KB AES DES
1