2016-09-09 23:08 aesdes [permalink]
→ md5
I've added AES and DES. DES may be deprecated, and Triple-DES may be soon, in any way it's cryptographically superceded by other ciphers, but still in use by some systems. I should do some work extra and change array[0..7] of byte
into record l,r:cardinal; end;
or even int64
but I needed it only for something small and this works, so I'll leave it at that for now.