Link to home
Start Free TrialLog in
Avatar of seclore
seclore

asked on

AES 512 Bit Encryption Library

I am looking for any commercial or non-commercial encryption libraries that support AES with 512 bit key length. Is anyone aware of such libraries ? We need libraries as native Win32 DLLs as well as Java libraries.

Does anyone has experience in using AES with key length longer than 256 bit ?
Avatar of jkr
jkr
Flag of Germany image

I'd suggest taking a look at Crypto++ (http://www.cryptopp.com/) - it is a great library for all cryptographic purposes. I'm mostly using it for RSA at the moment, but also used it for AES, though that's a while ago.
Avatar of seclore
seclore

ASKER

This library does not support key length longer than 256 bit. That does not meet my requirements.
ASKER CERTIFIED SOLUTION
Avatar of Rich Rumble
Rich Rumble
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial