上传者: jjpweb
|
上传时间: 2019-10-29 10:34:19
|
文件大小: 581KB
|
文件类型: 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编码串