Das
DEC (Delphi Encryption Compendium) ist glaube ich immer noch die ideale Anlaufstelle für Krypto mit Delphi.
Ansonsten versuche am besten das Zeug mit
DLL calls auf die native Windows Cryptography
API bzw. der Cryptography
API: Next Generation (CNG) umzusetzen:
https://msdn.microsoft.com/de-de/lib...(v=vs.85).aspx.
Es gibt nichts das unsicherer wäre also Krypto selber zu machen.