Crypto++ Library is copyrighted as a compilation and (as of version 5.6.2) licensed under the Boost Software License 1.0, while the individual
files in the compilation are all public domain.
The current version of Crypto++ supports the following compilers:
VS2003 - VS2015
GCC 3.2 - 7.0
Clang 2.9 - 4.0
Intel C++ Compiler 11 - 17.0
Solaris Studio 12.1 - 12.5
Xcode 3.0 - 7.3
C++ Builder 2010 (for version 5.6.4)
For detailed build status and notes on various compiler/OS/CPU combinations as well
as information about compiling earlier versions of Crypto++, please see this wiki entry.
The downloads for the most recent Crypto++ 5.6 libraries are below. If you need
older downloads, from Crypto++ 5.5 to Crypto++ 2.3, then visit the Downloads page. The Downloads page
provides checksums for all releases hosted on the website.
Remember to use the "-a" auto-convert text files option when unzipping on a
Unix machine. After downloading, please read the Readme.txt included in the zip
archive for build instructions and other important notes.
While You Are Downloading
Take a look at the related links page. It
includes links to crypto libraries for other languages, products that use Crypto++,
etc.
View these Crypto++ class hierarchy charts to see
how Crypto++ is organized. Note that these charts only include a small number of
actual algorithms as examples.
The following versions of Crypto++ have been validated by NIST and CSE for FIPS 140-2 level 1 conformance. Because
only compiled executable code can receive FIPS validation, these versions are listed
separately from the other source-code-only downloads. These download packages include
the validated binary object, header files, API reference, and FIPS related
documentation. Source code is also included for debugging purposes. (You cannot compile
Crypto++ yourself and claim FIPS 140-2 conformance on the resulting module, unless the
it goes through the validation process again.)
Because these packages contain compiled executable code, they have been signed with
a PGP public key which is included inside the package. You can verify the PGP key's
fingerprint by following the certificate link and obtaining a copy of the Crypto++
Library Security Policy from NIST's web site. The fingerprint is given in the Security
Policy.
The source code and its planned changes are available at the following
locations.
The Crypto++ GitHub repository
allows you to view the latest (unreleased) Crypto++ source code via the Linux kernel's git beginning around June
2015. Its also serves as an incubator to nuture and grow the library.
The Roadmap on the wiki provides the general direction
the library is heading. It includes planned features and releases, and even some
wishlist items.
Contributions of all types are welcomed. Contributions include the following.
Bug finding and fixes
Features and enhancements
Test scripts and test cases
Branch and release testing
Documentation and updates
If you think you have found a bug in the library, then you should discuss it on the
Users mailing list.
Discussing it will help bring the issue to the attention of folks who can help resolve
the issue. If you want to contribute a bug fix to the library, then make a Pull Request
or make a Diff available somewhere. Also see Bug Reports
on the wiki.
Features and enhancements are welcomend additions to the library. This category
tends to be time consuming because algorithms and their test cases need to be reviewed
and merged. Please be mindful of the test cases, and attempt to procure them from an
independent source.
The library cherishes test scripts and test cases. They ensure the library is fit
and they help uncover issues with the library before users experience them. If you have
some time, then write some test cases, especially the ones that are intended to break
things.
Branch and release testing is your chance to ensure Master (and planned merges)
meets your expectations and perform as expected. If you have a few spare cycles, then
please test Master on your favorite platform. We need more testing on MinGW, Windows
Phone, Windows Store, Solaris 10 (and below), and modern iOS and OS X (including TV and
Watch builds).
Documentation and updates includes both the inline source code annotations using
Doxygen, and the online information provided in the wiki. The wiki is more verbose and
usually provides more contextual information than the API reference. Besides testing,
documentation is one of the highest returns on investment.
If you are interested in paid support for Crypto++ or consulting on a Crypto++
related project, then please see this list of companies and
individuals providing services on the wiki. This listing is a free service for the
Crypto++ community, and anyone may sign up to be listed by creating an account on the wiki.