EDIT (Jun 5, 2025): Update the details about the book.
My first encounter with Crypto++ was at an old job. I remember struggling to find good material
aimed at novice users. I managed to complete my tasks by reading the official documentation, the
wiki (which is currently offline), and adapting the existing Crypto++ code in our codebase. However,
I missed having a quick, beginner-friendly tutorial that explained the basics of the library and
provided short examples of how to use its various algorithms.
To partially address this gap, I wrote a blog post
that outlined some Crypto++ usage guidelines and demonstrated them with a code sample. The post
garnered some interest, which inspired me to expand the idea into a book:

Read more…