1. 首页
  2. 编程语言
  3. Delphi
  4. AES加密CBC模式DLL

AES加密CBC模式DLL

上传者: 2019-05-13 09:14:09上传 DLL文件 580.5KB 热度 62次
delphi调用原型:FunctionAESCBC(kb:integer;resStr:PChar;inKey:PChar;initVector:PChar;error:Pchar):PChar;cdecl;external'AES.dll';kb:128,192,256,resStr:源字符串inKey:密匙initVector:初始向量返回值为base64编码串
用户评论
码姐姐匿名网友 2019-05-13 09:14:09

报错 first chance exception at $574C3A7A. Exception class $C0000005 with message 'access violation at 0x574c3a7a: write of address 0x005ce768'

码姐姐匿名网友 2019-05-13 09:14:09

调用报错了

码姐姐匿名网友 2019-05-13 09:14:09

可以用可以用