From 3539f44234ebcf7a13d14216561442ea36c66354 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 3 Feb 2020 13:25:34 +0530 Subject: [PATCH] Adds Chapter list --- README.md | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9fa7f51..7ab5e10 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,33 @@ The script also takes care of putting in the right bookmarks for all the chapter Go read the book from the source at +## Chapters + +This list might be out of date, see the upstream source for actual list, and `urls.txt` for the one that the script uses. + +- Preface +- Chapter 1: What is Security Engineering? (August 30) +- Chapter 2: Who is the Opponent? (May 17) +- Chapter 3: Psychology and Usability (May 31) +- Chapter 4: Protocols (June 6) +- Chapter 5: Cryptography (July 26) +- Chapter 6: Access Control (August 29) +- Chapter 7: Distributed Systems (July 26) +- Chapter 8: Economics (June 29) +- Chapter 9: Multilevel Security (September 16) +- Chapter 10: Boundaries (October 4) +- Chapter 11: Inference Control (January 7) +- Chapter 12: Banking and Bookkeeping (February 2) +- Chapter 13: Physical Protection (October 12) +- Chapter 14: Monitoring and Metering (December 18) +- Chapter 15: Nuclear Command and Control (August 29) +- Chapter 16: Security Printing and Seals (November 13) +- Chapter 17: Biometrics (December 18) +- Chapter 18: Physical Tamper Resistance (November 13) +- Chapter 19: Side Channels (December 6) +- Chapter 26: Surveillance or Privacy? (May 17) +- Bibliography + ## How to generate the book? Run `./generate.sh`. You will need `pdftk`, and `wget` installed. @@ -32,11 +59,10 @@ it to `pdf` yet again. Do this if the cover URL changes. Requires `imagemagick` Buy the second editions from: -- [Amazon.com](http://www.amazon.com/exec/obidos/ASIN/0470068523/rossandersshomep) -- [Wiley](http://he-cda.wiley.com/WileyCDA/HigherEdTitle/productCd-0470068523.html) -- [Amazon.co.uk](http://www.amazon.co.uk/exec/obidos/ASIN/0470068523/rossandersshomep) -- [Kindle Version](http://www.amazon.co.uk/gp/product/B004BDOZI0/ref=as_li_tf_tl?ie=UTF8&tag=rossanderssho-21&linkCode=as2&camp=1634&creative=6738&creativeASIN=B004BDOZI0) - +- [Amazon.com](http://www.amazon.com/exec/obidos/ASIN/0470068523/rossandersshomep) +- [Wiley](http://he-cda.wiley.com/WileyCDA/HigherEdTitle/productCd-0470068523.html) +- [Amazon.co.uk](http://www.amazon.co.uk/exec/obidos/ASIN/0470068523/rossandersshomep) +- [Kindle Version](http://www.amazon.co.uk/gp/product/B004BDOZI0/ref=as_li_tf_tl?ie=UTF8&tag=rossanderssho-21&linkCode=as2&camp=1634&creative=6738&creativeASIN=B004BDOZI0) A combined official signed PDF of the first edition is available at @@ -46,4 +72,4 @@ The list of URLs is maintained at `urls.txt` and might need to be updated. File ## License -The little code in this repo is under MIT. \ No newline at end of file +The little code in this repo is under MIT.