WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Aes encryption with c++

Aes encryption with c++

by newbie1234 :: Rate this Message:

| View in Thread

I want to encrypt my 128 bit string using AES encryption. example

128 bit string = "A#$RFDE%t^&jhy*i"

with 128 bit key = "CDF$#%Tgfvb^%&$C"

http://www.cryptopp.com/

Is here any help to encryption. I gone through crypto++ library. But
it seem tough to understand.

--
You received this message because you are subscribed to the "Crypto++ Users" Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscribe@....
More information about Crypto++ and this group is available at http://www.cryptopp.com.

 « Return to Thread: Aes encryption with c++