cryptopp icon indicating copy to clipboard operation
cryptopp copied to clipboard

free C++ class library of cryptographic schemes

Results 55 cryptopp issues
Sort by recently updated
recently updated
newest added

This fix [issue#1249](https://github.com/weidai11/cryptopp/issues/1249)

Thank you so much for many years of hard work and devotion. This isn’t really an issue but a question. Unfortunately the Google group is down. I am working with...

In the current form, Crypto++ will compile the library with optimal settings for the current build machine. However in many cases (as mine) we need to compile a generic version...

I`m seeing compiler warnings since the latest VS 2022 update (17.8.0) on Windows 11 with the latest cryptopp 8.9 `17:30:31:685 1>X:\cryptopp\integer.cpp(3061,12): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related...

Added the possibility of using Microsoft's default RNG provider, removes the need to acquire a provider (which solves the problem of not having an available provider and also saves resources)

Hello. At `https://www.cryptopp.com/wiki/RDRAND_and_RDSEED`: Links tied to - _Documentation_ | `http://www.cryptopp.com/docs/ref/class_rdrand.html` - _Intel's RDRAND is designed to never underflow_ | `https://lists.randombit.net/pipermail/cryptography/2016-June/007702.html` - _RDRAND.zip_ | `https://www.cryptopp.com/w/images/manual/RDRAND.zip` became obsolete. Links tied to -...

I am running Crypto++ (master branch) on Xcode (14.3.1) with an iOS (16.6) app. I am attempting to isolate an issue where Crypto++'s gunzip is not inflating a properly formatted...

Allow to build `cryptopp` for macOS Catalyst, macOS Catalyst requires a specific target architecture. Examples building for x86_64 and arm64 outputs ``` Using positional arg, MACOS_CPU=x86_64 Using positional arg, MACOS_CATALYST=1...

Crypto++ 8.9.0 was released on October 1, 2023. As part of the release process, we bump version numbers for semantic versioning per https://www.cryptopp.com/wiki/Release_Versioning#Increment. Crypto++ has a `CRYPTOPP_VERSION` macro, but it...

[RSAPrivKeys.zip](https://github.com/weidai11/cryptopp/files/10176002/RSAPrivKeys.zip) When importing RSA private key files as attached, Crypto++ seems to support structures containing the OID for "rsaEncryption" (1 2 840 113549 1 1 1) only. Whenever a private...