Yes, I see it was updated now. I seem to be having a hard time though. Are 
there any examples that show 1) encrypting non-string data (BYTE*), and 2) 
encrypting using a password?

Thanks,

On Friday, April 23, 2021 at 1:44:17 PM UTC-6 Jeffrey Walton wrote:

> > So, I'm seeing if I can compile the examples given at 
> https://cryptopp.com/wiki/Advanced_Encryption_Standard. Unfortunately, 
> those examples don't show any include statements. I included cryptlib.h but 
> still have many symbols undefined.
>
> Refresh your browser. The example was just updated.
>
> > Is there a master include file I can include so that I can compile that 
> code?
>
> Typically you include cryptlib.h for the various interfaces. Then you
> include specific headers, like rijndael.h for AES, modes.h for a mode
> like CBC, hex.h for hex encoding, filters.h for
> StreamTransformationFilter.
>
> Jeff
>

-- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cryptopp-users/b13fd0c6-7760-41f6-870c-122885b5deb5n%40googlegroups.com.

Reply via email to