Shipping costs will be calculated based on this address throughout the site.
Select your country
Americas
Argentina
Brazil
Canada
Chile
Colombia
Costa Rica
Dominican Republic
Ecuador
El Salvador
Mexico
Peru
U.S.A.
Uruguay
Europe
Austria
Belgium
Croatia
Czech Republic
Denmark
Finland
France
Germany
Greece
Hungary
Ireland
Italy
Latvia
Malta
Netherlands
Norway
Poland
Portugal
Serbia
Slovakia
Slovenia
Spain
Sweden
Switzerland
United Kingdom
Rest of the world


Practical Cryptography. From Classical Ciphers to Post-Quantum Standards
Miguel Vargas Martin (Author) · Independently published · Paperback
Practical Cryptography: From Classical Ciphers to Post-Quantum Standards is a hands-on introduction to modern cryptography designed for students, developers, and security practitioners who want to understand how cryptographic systems work in practice.
Rather than focusing solely on theory, this book emphasizes implementation and experimentation. Readers learn by writing and analyzing real programs in Python and Java, exploring both classical cryptographic ideas and the modern algorithms that protect today's digital systems.
The book begins with historical and classical ciphers that introduce the fundamental ideas behind encryption and code breaking. It then develops the mathematical foundations needed for modern cryptography, including modular arithmetic and number-theoretic algorithms. Building on this foundation, readers explore symmetric cryptography, hash functions, public-key systems such as RSA, and the practical use of digital signatures.
The final chapters introduce post-quantum cryptography, including lattice-based schemes such as ML-KEM (Kyber) and ML-DSA (Dilithium), which are part of the emerging standards designed to remain secure in the presence of quantum computers.
Throughout the book, numerous programming examples and exercises allow readers to experiment with cryptographic algorithms, measure their performance, and observe both their strengths and potential pitfalls.
Topics covered include:
Classical ciphers and cryptanalysis
Modular arithmetic and number theory for cryptography
Symmetric encryption and modes of operation
Hash functions and message authentication
RSA encryption and digital signatures
Implementation pitfalls and security considerations
Post-quantum cryptography and modern standards
All source code used in the book is freely available in the accompanying GitHub repository, making it easy for readers to reproduce experiments and extend the examples.
This book is suitable for undergraduate and graduate courses in cryptography, as well as for programmers and security professionals who want a practical introduction to the algorithms that secure modern communication.
Do you have a question about the book? Login to be able to add your own question.

