Skip to main content
Apress
Book cover

Cryptography in C and C++

  • Book
  • © 2001

Overview

  • First book on the market to cover Rijndael, a new data encryption standard

  • Gives explanations of the ideas behind the algorithms, yet avoids complicated mathematics

  • Extensive appendices with practical information

This is a preview of subscription content, log in via an institution to check access.

Access this book

eBook USD 34.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Other ways to access

Licence this eBook for your library

Institutional subscriptions

Table of contents (19 chapters)

  1. Arithmetic and Number Theory in C

  2. Arithmetic in C++ with the Class LINT

Keywords

About this book

Cryptography in C and C++ mainly focuses on the practical aspects involved in implementing public key cryptography methods, such as the RSA algorithm that was released from patent protection. It also gives both a technical overview and an implementation of the Rijndael algorithm that was selected as the Advanced Encryption Standard by the U.S. government. Author Michael Welschenbach avoids complexities by explaining cryptography and its mathematical basis in terms a programmer can easily understand.

This book offers a comprehensive yet relentlessly practical overview of the fundamentals of modern cryptography. It contains a wide-ranging library of code in C and C++, including the RSA algorithm, completed by an extensive Test Suite that proves that the code works correctly. Readers will learn, step by step, how to implement a platform-independent library for the all-important multiprecision arithmetic used in modern cryptography. This is followed by an implementation of the cryptographic algorithms themselves.

The CD-ROM includes all the programs presented in the book, x86 assembler programs for basic arithmetical operations, implementations of the new Rijndael Advanced Encryption Standard algorithm in both C and C++, and more.

About the author

Michael Welschenbach works for SRC Security Research & Consulting GmbH in Bonn, Germany. He graduated with a master's degree in mathematics from the University of Cologne, and has extensive experience in both pure and applied cryptological research. Currently, his favorite programming languages are C and C++. When not working, he enjoys spending time with his wife and two sons, programming, reading, and playing music.

Bibliographic Information

  • Book Title: Cryptography in C and C++

  • Authors: Michael Welschenbach

  • DOI: https://doi.org/10.1007/978-1-4302-1157-0

  • Publisher: Apress Berkeley, CA

  • eBook Packages: Springer Book Archive

  • Copyright Information: Michael Welschenbach 2001

  • eBook ISBN: 978-1-4302-1157-0Published: 19 March 2001

  • Edition Number: 1

  • Number of Pages: XIX, 432

  • Additional Information: Original German edition published by Springer-Verlag, 1998

  • Topics: Software Engineering/Programming and Operating Systems

Publish with us