[fpc-pascal] Is there an HMAC digest implementation that works with the FCL?

2010-12-26 Thread Frank Church
Is there an HMAC digest implementation that works with the FCL, ie with the code fpc\2.4.0\source\packages\hash? -- Frank Church === http://devblog.brahmancreations.com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org htt

[fpc-pascal] I need some help with using Rijndael encryption algorithm

2010-12-26 Thread Frank Church
I am using the Rijndael algorithm to encrypt some application settings, but it does not generate the type of variation in the encrypted output I expect. I am not quite sure if that is a flaw, just normal behaviour, or I am failing to set some additional parameters properly. Here is my current impl