All Projects → crypto101 → Book

crypto101 / Book

Licence: other
Crypto 101, the introductory book on cryptography.

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects
shell
77523 projects
CSS
56736 projects
Makefile
30231 projects

Crypto 101: the book

https://github.com/crypto101/book/actions/workflows/ci.yml/badge.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 recommended:

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].