-1

I have been following the Delphi code in TPLockBox3 and PHP - AES Encrypt in Delphi, Decrypt in PHP,
but I cannot implement Sean's: "codecAES.UTF8Password := edtPassword.Text;" within his actEncryptExecute procedure as this class does not have this property.

Community
  • 1
  • 1

1 Answers1

1

Sean's answer is based on his new LockBox fork. You can find it under Google Code:

https://code.google.com/p/tplockbox/

If you check out this fork you will see that there is a UTF8Password property.