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
用C语言实现的128位AES加密算法,可以运行在JAVA的JNI 中
2012-10-29 00:00:00 65KB AES 加密 C语言
1
用C++实现的AES加密解密源代码,并且有详细的步骤讲解
2011-04-07 00:00:00 309KB C++ AES
1