Any c++ linux library for AES?

Is there any good Linux library for AES? One that could decrypt and encrypt with a password? Thanks.
Have you tried Crypto++?
http://www.cryptopp.com/
(They have a lot of other crypto stuff crammed into that library, too.)

There's some examples of encrypting/decrypting with AES here:
http://www.cryptopp.com/wiki/Advanced_Encryption_Standard
Thanks! Thats exactly the kind of thing I wanted!
Topic archived. No new replies allowed.