登录 注册
当前位置:主页 > 资源下载 > 36 > DLL实现的AES加密CBC模式

DLL实现的AES加密CBC模式

  • 更新:2024-09-18 21:06:38
  • 大小:581KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Delphi - 后端
  • 格式: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编码串