Skip to content
/ book Public
forked from crypto101/book

Crypto 101, the introductory book on cryptography.

License

Notifications You must be signed in to change notification settings

KTZgraph/book

 
 

Repository files navigation

Crypto 101: the book

https://travis-ci.com/crypto101/book.svg?branch=master

This is the source repository for Crypto 101, the introductory book about cryptography by lvh.

License

See the LICENSE file.

Translations

For now, crypto101 is only available in english, but you can help translate it into your own language.

Building

Run make book in the root directory of the repository to convert the source files into rendered versions of all supported formats.

Dependencies

Due to the high number of dependencies, using docker is highly recommanded:

docker build -t crypto101 docker/
docker run --rm -it -v "$(realpath .)":/repo -u "$(id -u)" crypto101 ./make-lang YOUR_LANGUAGE_CODE html latexpdf epub

YOUR_LANGUAGE_CODE must a valid sphinx language code, like en, fr, ko or zh_CN.

You can find the install procedure for the dependencies for ubuntu and fedora in their dedicated dockerfiles.

About

Crypto 101, the introductory book on cryptography.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 52.6%
  • TeX 40.2%
  • Shell 2.6%
  • CSS 2.3%
  • Makefile 2.3%