Lockbox 2.3 migration

Hi,
we are currenly using lockbox 2.3 to store some data to ini files etc.
I'd like to get rid of that, cause it's not officially supported anymore.
One of classes we are using is

  TLb3DES = class(TLbSymmetricCipher)
  strict private
    FKey : TKey128;
....

Is there replacement in Cryptography Pack?
I don't know even if 3des is nowdays valid algoritm.

Hello,
Neither DES nor 3DES are supported in TMS CP.
You should use AES instead.
Regards,
bernard

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.