PDA

View Full Version : Randomized Encryption Wrapper



wswartzendruber
27th July 2009, 15:26
I'm wondering if something like this doesn't already exist for Qt4:

1. Random key generation; generated keys are stored in an encrypted header.
2. HMAC support.
3. Works on arbitrary streams of unknown length.
4. Usable with arbitrary symmetric, hash, and HMAC algorithms.
5. Supports arbitrary metadata of any type.

This would likely be based off QCA.

I'm new to Qt4 and have already written the following for .NET. I would like to port my project if it doesn't already exist for this framework.