I've quickly compiled it under VS 2015 Debug x64 (using the RC6) and
couldn't reproduce any crash. RC5 crashes because we "broke" the RNG
interface.
Which version of Crypto++ did you use? 5.6.1? 5.6.2 (current stable)?
5.6.3rc5? 5.6.3rc6? 5.6.3rc1? ...

BR

JPM

Am 09.11.2015 um 05:18 schrieb Atton Mathews:
> It's compiled under command line rather than IDE.
>
> On Monday, 9 November 2015 06:28:59 UTC+10:30, jean-pierre.muench wrote:
>
>     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
>>     [email protected] <javascript:>.
>>     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 [email protected] <javascript:>.
>>     For more options, visit https://groups.google.com/d/optout
>>     <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
> [email protected].
> 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 [email protected]
> <mailto:[email protected]>.
> 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 [email protected].
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to