0
votes
XTEA (TEA) Delphi implementation available for download
From Zero To One
– I have updated the XTEA algorithm implementation and made it available for download. The algorithm works on array of bytes or on streams. You also have support functions that help you encrypt / decrypt strings. The interface is shown bellow. // XTEA encryption and decryption function function XTeaEncryptBytes(const Data, Key: TBytes): TBytes; function XTeaDecryptBytes(const Data, Key: TBytes): TBytes; procedure XTeaEncryptStream(const InStream, OutStream: TStream; const Key: TBytes); procedure XTeaDecryptStream(const InStream, OutStream: TStream; ...
Statistics
|
Visits by Source |
User Actions |




