Hallo Hagen,
vielen Dank für Deine so ausführliche Hilfe!
Ich werde das jetzt mal implementieren und Dir nochmal Feedback geben.
Danke nochmal!
Edit: Ich habe Probleme
Zitat:
[Error] uBlowfish.pas(14): Undeclared identifier: 'TDECCipherMode'
[Error] uBlowfish.pas(16): Undeclared identifier: 'TDECFormat'
[Error] uBlowfish.pas(16): Undeclared identifier: 'TFormat_MIME64'
[Error] uBlowfish.pas(52): There is no overloaded version of 'Init' that can be called with these arguments
Als uses habe ich eingebunden:
uses DECCipher, DECUtil, DECRandom, DECHash;
Fehlt da was?