Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Cryptography in C and C++ Review by David Harris
practical guide to software implementation of cryptography
This book offers a practical and relatively easy to read description of implementing cryptography algorithms, especially RSA, in software. Most books in the field are highly mathematical. This book covers all of the necessary mathematics, but also explains how to efficiently implement the mathematics in C. It covers many of the real-life issues in building security software. As a researcher in the field, I found the book very helpful.