Crypto 101 – Introductory course on cryptography
61–70 of 74 posts
Re: Crypto 101 – Introductory course on cryptography
#62Cool, thanks! BTW why is EPUB mentioned but not available?
(I'm the author.) Because it's not a priority for me and I never got the org -> epub generation flow working correctly. In particular, the book has a lot of illustrations, and getting illustrations right across a ton of ebook readers is quite complicated. To wit: they all support different formats and to get it more or less compatible you have to guess what the approx DPI is for most of those devices and then rasteri…
> what the approx DPI is for most of those devices and then rasterize the vector imagery
As far as I know you can use SVG illustrations in EPUB.
Alternatively you probably could rasterize to a redundant resolution and rely on the viewer app to downscale the pictures to fit the page width.
Re: Crypto 101 – Introductory course on cryptography
#63Earlier quoted context omitted.
I recall you saying that "Cryptography Engineering" was much better than AC somewhere. Do you recommend Serious Cryptography over that?
Both books have their strengths. If I had to pick one, it'd be Serious Cryptography, since it's much more up-to-date than Cryptography Engineering is.
Re: Crypto 101 – Introductory course on cryptography
#64Earlier quoted context omitted.
Hi lvh, Do you intend to complete this book at some indeterminate point in the future? Is there anything that any of us can do to help make it happen?
I'm not sure what "complete" would entail :) For example: would a description of Noise be in scope? I think so but I'm not sure. People come up with new cool stuff that's useful to median developers on the regular (say, NMR) that feels like it ought to be added/updated. So I think it's forever a WIP and that's OK since I'm not really printing the book?
Yessss! Utterly selfishly: things like 'Noise Protocol Matrix' or 'Nonce misuse resistance 101' are actually closer to your target than XOR diagrams that people can already find on wikipedia.
Re: Crypto 101 – Introductory course on cryptography
#65Earlier quoted context omitted.
It seems that the downloadable pdf doesn't have a couple of tweaks that have landed in master ( https://github.com/crypto101/book ). Any plans to generate a slightly updated version ? PS: Thanks for your work ! Watched your talk and it was a nice quick primer. Glad you turned it into a book with more detail.
Sure, I should get around to that :-) Really I'd like to make a docker image or similarly repeatable environment that can do builds -- right now it's way too tied to my own environment. Also: I'm not sure org-mode -> TeX was a great idea.
Re: Crypto 101 – Introductory course on cryptography
#66Re: Crypto 101 – Introductory course on cryptography
#67Earlier quoted context omitted.
Sure, I should get around to that :-) Really I'd like to make a docker image or similarly repeatable environment that can do builds -- right now it's way too tied to my own environment. Also: I'm not sure org-mode -> TeX was a great idea.
I use www.leanpub.com for this and love them. They make publishing trivial, give you all the freedom and only take a small cut.
Re: Crypto 101 – Introductory course on cryptography
#68Earlier quoted context omitted.
I'm not sure what "complete" would entail :) For example: would a description of Noise be in scope? I think so but I'm not sure. People come up with new cool stuff that's useful to median developers on the regular (say, NMR) that feels like it ought to be added/updated. So I think it's forever a WIP and that's OK since I'm not really printing the book?
would a description of Noise be in scope? Yessss! Utterly selfishly: things like 'Noise Protocol Matrix' or 'Nonce misuse resistance 101' are actually closer to your target than XOR diagrams that people can already find on wikipedia.
Re: Crypto 101 – Introductory course on cryptography
#69Earlier quoted context omitted.
(I'm the author.) Because it's not a priority for me and I never got the org -> epub generation flow working correctly. In particular, the book has a lot of illustrations, and getting illustrations right across a ton of ebook readers is quite complicated. To wit: they all support different formats and to get it more or less compatible you have to guess what the approx DPI is for most of those devices and then rasteri…
I see. > what the approx DPI is for most of those devices and then rasterize the vector imagery As far as I know you can use SVG illustrations in EPUB. Alternatively you probably could rasterize to a redundant resolution and rely on the viewer app to downscale the pictures to fit the page width.
Re: Crypto 101 – Introductory course on cryptography
#70Oh interesting. I recently got "Applied Cryptography" in one of the nostarchpress sales. I expected it to be turbo technical and way outside my league but popped it open on a whim one day. So far it's incredibly accessible, does anyone have thoughts on that versus this course? Worth taking the course after I finish Applied cryptography?
Applied Cryptography is terrible. https://sockpuppet.org/blog/2013/07/22/applied-practical-cry... No Starch's "Serious Cryptography", the JP Aumasson book, is strong.