Do you get any error messages when debugging with VS2012?
Does the "crash" appear to be reported by Windows (like Access
violation) or by Crypto++ (illegal argument)?
My suspicion is that you read too far at some point in your code causing
the crash.

And please, please don't use plain std::strings to store sensitive data
in RAM, it may not get wiped. Please use Crypto++'s SecBlock (via
FixedSizeSecBlock and SecByteBlock).

BR

JPM

Am 08.11.2015 um 15:01 schrieb Atton Mathews:
> I recently trying to mess around with RSA on a few files to gain a
> better understanding of how it works. However for one reason or
> another after the first decryption cycle on my code it seems to crash.
> I am a little bit in the dark as to why this is the case. If it is
> relevant the program was built and linked using the VS2012 x64
> compiler which compiled without error.
> -- 
> -- 
> You received this message because you are subscribed to the "Crypto++
> Users" Google Group.
> To unsubscribe, send an email to
> cryptopp-users-unsubscr...@googlegroups.com.
> More information about Crypto++ and this group is available at
> http://www.cryptopp.com.
> ---
> 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
> <mailto:cryptopp-users+unsubscr...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to