Re: [cryptopp-users] Abridged summary of cryptopp-users@googlegroups.com - 1 update in 1 topic

2021-07-22 Thread Paul Jorgensen
Nope, seems like you should be good .. On Thu, Jul 22, 2021, 20:01 wrote: > cryptopp-users@googlegroups.com > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/cryptopp-users/topics> > Google > Groups > <https://groups.google.com/forum/?

Re: Digest for cryptopp-users@googlegroups.com - 4 updates in 2 topics

2017-10-10 Thread Giuseppe Zagari
Thanks for the reply! I tried the master as well from github but got errors. Tomorrow I will send the logs. Please, let me know if I have to set some params in order to compile in win32 with xe5 c++ builder. Thank you in advance Il 08/ott/2017 02:07, ha scritto: > cryptopp-us

Re: Digest for cryptopp-users@googlegroups.com - 1 update in 1 topic

2017-01-03 Thread Michael Richards
I've been having an issue where decrypted data is left in RAM once I'm done with it. I've traced the problem to decrypting the data to a std::string. So I've started to move all my code over to use SecByteBlock. - I wasn't able to figure out how to create a sink that put the encrypted data so I pa

Re: Abridged summary of cryptopp-users@googlegroups.com - 2 Messages in 2 Topics

2012-08-12 Thread Paul Jorgensen
it works. one thing is that you may have to select release, build, and then reselect debug if using debug library. you also have to set the library in import libs etc. and you may have to build the crypt lib also. lots of docs on code project.com On Aug 10, 2012 9:04 PM, wrote: > Today's Topic

Re: Digest for cryptopp-users@googlegroups.com - 1 Message in 1 Topic

2012-06-29 Thread Walter Villalba
The cryptlib*.lib *file is the static library, and you create it yourself using the crypto++ source code. The you statically link your own code against this library in order to use the crypto++ features (of course, the other option is to use the DLL). This tutorial, although oudated, it's very