Live data from Hacker News

A Graduate Course in Applied Cryptography [pdf]

crypto.stanford.edu

11–20 of 24 posts

Re: A Graduate Course in Applied Cryptography [pdf]

#13

This looks great! Anyone know if there is a more ebook-friendly version?

I have two answers, the best one and the immediate one. The best course is to reach out to the authors and see if they will publish the LaTeX that it was used to produce that PDF (or, of course, see if LaTeX is epub aware or such).

The immediate answer to your question is that I only just now tried pdf2htmlEX (https://coolwanglu.github.io/pdf2htmlEX/) and was stunned how good it was. If you are on OSX, one can "brew install pdf2htmlex" your way to happiness. Don't get me wrong: exporting to HTML is a long way from "ebook-friendly" but I feel it is close to the spirit of your question.

Please report back if they authors do agree, as I'm sure you're not the only one interested.

Re: A Graduate Course in Applied Cryptography [pdf]

#14
This is awesome!

But it's 400 pages and part II and III are not present :|

Also I find the structure kind of odd. I is symmetric, II asymmetric and III protocols. Where do you put lattices, ZKP, lattices, FHE...

Another thing that bugged me: in the Integrity chapter they talk about MAC. Whereas they should talk about hashes, MAC provide integrity + authentication.

This is a common misconception that integrity is enough to protect against a MITM, whereas no you also need authentication. I'm sure this could lead to people just using a hash to secure their data in transit.

Re: A Graduate Course in Applied Cryptography [pdf]

#16
post #13

This looks great! Anyone know if there is a more ebook-friendly version?

I have two answers, the best one and the immediate one. The best course is to reach out to the authors and see if they will publish the LaTeX that it was used to produce that PDF (or, of course, see if LaTeX is epub aware or such). The immediate answer to your question is that I only just now tried pdf2htmlEX ( https://coolwanglu.github.io/pdf2htmlEX/ ) and was stunned how good it was. If you are on OSX, one can "bre…

for that kind of pdf I'm sure it works fine, for more complex pdf I'm not sure...

Re: A Graduate Course in Applied Cryptography [pdf]

#18
post #14

This is awesome! But it's 400 pages and part II and III are not present :| Also I find the structure kind of odd. I is symmetric, II asymmetric and III protocols. Where do you put lattices, ZKP, lattices, FHE... Another thing that bugged me: in the Integrity chapter they talk about MAC. Whereas they should talk about hashes, MAC provide integrity + authentication. This is a common misconception that integrity is enou…

The only lattice methods that come to mind are asymmetric (subset sum and NTRU). What symmetric latticr methods are there?

Re: A Graduate Course in Applied Cryptography [pdf]

#19
post #14

This is awesome! But it's 400 pages and part II and III are not present :| Also I find the structure kind of odd. I is symmetric, II asymmetric and III protocols. Where do you put lattices, ZKP, lattices, FHE... Another thing that bugged me: in the Integrity chapter they talk about MAC. Whereas they should talk about hashes, MAC provide integrity + authentication. This is a common misconception that integrity is enou…

From the Preface:

  The current draft only contains part I. Parts II and III are forthcoming.
Post reply on HN