> For the complete documentation index, see [llms.txt](https://wiki.stojanow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.stojanow.com/cryptography.md).

# Cryptography

## Links

* [Awesome Cryptography](https://github.com/sobolevn/awesome-cryptography) a curated list of cryptography resources and links.
* [Awesome Crypto Papers](https://github.com/pFarb/awesome-crypto-papers) a curated list of cryptography papers, articles, tutorials and howtos.
* [Cryptography I](https://www.coursera.org/learn/crypto) and [Cryptography II](https://www.coursera.org/learn/crypto2) by Dan Boneh
* [Gambling with Secrets](https://www.youtube.com/playlist?list=PLB4D701646DAF0817) and [Public Key Cryptography](https://www.youtube.com/playlist?list=PLbg3ZX2pWlgLoapF5VvM_8h5OR-XW9pbr) by Art of the Problem
* [Introduction to Cryptography](https://www.youtube.com/channel/UC1usFRN4LCMcfIV7UjHNuQg/videos) by Christof Paar
* [Crypto 101](https://www.crypto101.io) is an introductory course on cryptography.
* [the cryptopals crypto challenges](https://cryptopals.com)
* [r/crypto wiki](https://old.reddit.com/r/crypto/wiki/index)
* [Practical Cryptography With Go](https://leanpub.com/gocrypto/read) by Kyle Isom


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.stojanow.com/cryptography.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
