文件名称:AES加密CBC模式DLL
文件大小:581KB
文件格式:DLL
更新时间:2018-12-21 11:21:56
AES CBC DLL
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编码串