I need to use HMACSHA256-Encryption on a Windows CE device.
I tried to use BouncyCastle / cfAES (in combination with OpenNETCF), but I can't get them to work.
BouncyCastle: I always get the error "Missing method exception: " regard macUtilities.GetMac-method.
cfAES: There's a whole bunch of error messages... "Type or namespace 'HashAlgorithm' not found" and so on...
What's the best practice to use cfAES or BouncyCastle on .NET Compact Framework? Where are the pitfalls? What are the requirements for cfAES (which version of OpenNETCF)?