« Return to Thread: Aes encryption with c++

Re: Aes encryption with c++

by Walter Villalba :: Rate this Message:

| View in Thread

A quick Google search leads to this:

http://www.cryptopp.com/wiki/Advanced_Encryption_Standard
http://www.cryptopp.com/fom-serve/cache/79.html
http://groups.google.com/group/cryptopp-users/browse_thread/thread/51235d71058a401c

Hope that helps.


On Mar 9, 3:27 am, newbie1234 <harish.mandow...@...> wrote:

> 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++