The link below takes you to an instructor's resource page for the book. It contains some sample course outlines and information on how to obtain some useful instructor supplements. Instructor Resource Page
The link below brings you to a text file (created with Notepad) that contains the strings of ciphertexts that appear in Exercises and Exercises for the Reader in the first five chapters. From this file, readers can copy and paste ciphertext passages directly into the platform-independent applets (below) or into any other cryptographic programs.Ciphertexts
A very nice set of platform-independent applets has been created by Eric Flior for some of the core programs of Chapters 1-6. The applets were created with java. They should be helpful for readers by allowing them to do deeper investigations and examples without the distraction of lengthy hand computations. Some of the exercises of Chapter 5 should only be done with the applets from that chapter (or using the MATLAB/Octave/FreeMat programs that appear further down this page; readers with stronger computer backgrounds may instead write their own programs using the computer implementation suggestions that appear at the end of each chapter). Below is a brief list of the programs that are included for the corresponding chapters.
The chapter names below are links to the corresponding applet pages.
Below are links to download individual programs for an assortment of algorithms and computer exercises from the book. The programs are written in MATLAB, which is a very user-friendly language, and many comments are included. (NOTE: In MATLAB, comments appear after "%" symbols since anything appearing in a line after this symbol is ignored by MATLAB.) More information on how these programs operate and how corresponding programs can be written in any computing platform can be learned by looking at the computer implementation material appearing at the end of each chapter.
Some programs below give references to the computer exercises to which they correspond.
The cryptography programs below are set up to run on either MATLAB or the two free MATLAB clones Octave and FreeMat. Any program that has a single link "MATLAB/Octave/FreeMat" can be used
with either platform (and this is the case for most of the programs). In a few cases some small changes were needed to make the MATLAB program run on Octave and/or FreeMat,
and for such programs there are separate links "MATLAB" and "Octave/FreeMat" for the corresponding programs. When using Octave/FreeMat, a few programs require
some auxilliary programs to run; there are only five of these, and a zipped folder containing them all can by downloaded using this link:
Auxilliary Programs for Octave/FreeMat
The cryptography programs can either be individually downloaded from the inventory list below, or more simply, the following two links will allow you to download
a zip file of the entire folder/file configuration for either MATLAB users or FreeMat Users.
Download Entire MATLAB Cryptography Program Suite
Download Entire Octave Cryptography Program Suite
Download Entire FreeMat Cryptography Program Suite
To view individual files below, left click your mouse to view the file in your internet browser window.
To download the file in its original format, right click on the link and select a "save" or "save target" option.
Even if you have never used MATLAB/Octave/FreeMat before; these cryptography programs are easy to use. For information on how to obtain MATLAB or FreeMat and
how to set up these programs for use, refer to the following
MATLAB/Octave/FreeMat information page
The following link will allow you to download a text file that contains sample uses of all of the programs.
Brief Users Manual: Program Input/Output Demos