Search found 2 matches

by e3anderp
Tue Nov 15, 2011 8:31 am
Forum: AES Crypt
Topic: What algorithm for HMAC?
Replies: 2
Views: 4270

Re: What algorithm for HMAC?

OK, thanks for the info - I'll have a look att the Linux implementation.

I'm going to use C# and .NET for my Windows app, hopefully the HMACSHA256 class does the same thing as the Aescrypt HMAC implementation. (http://msdn.microsoft.com/en-us/library ... ha256.aspx)
by e3anderp
Mon Nov 14, 2011 7:34 pm
Forum: AES Crypt
Topic: What algorithm for HMAC?
Replies: 2
Views: 4270

What algorithm for HMAC?

Hi, I am planning to implement a small tool that will encrypt large numbers of files and I find the AES file format used in AESCrypt suitable for my needs - I see no reason to reinvent the wheel there. Anyway, all is clear to me except one thing, the HMAC. In another thread here on the forum there i...