사용법 -1. 아래 3개 Git 소스를 다운로드 받기 - https://github.com/Xor-el/CryptoLib4Pascal - https://github.com/Xor-el/HashLib4Pascal - https://github.com/Xor-el/SimpleBaseLib4Pascal 2.
각 소스에 Package 프로젝트(dpk)를 열어 Complie 진행 3. 각 패키지에 있던 모든 라이브버리 경로를 델파이 IDE에 적용 샘플 소스 function TForm1.EncryptAES(const Key, IV: TBytes; const PlainText: string; out CryptBase64Text: string): Boolean; var Cipher: IBufferedCipher; KeyParametersWithIV: IParametersWithIV; Buf: TBytes; CryptBytes: TBytes; begin try Cipher := TCipherUtil...
#
AES
#
AES256
#
CBC
#
Delphi
#
복호화
#
암호화
원문 링크 : [Delphi] AES256 CBC 암호화/복호화 사용하기