> For the complete documentation index, see [llms.txt](https://easonwang.gitbook.io/crypto/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easonwang.gitbook.io/crypto/readme.md).

# Introduction

目前主要的加密演算法包含以下，本書內容會介紹主流的加密演算法原理與實作。

![](/files/-M0u4_Bj0sAokUvhnisF)

更詳細內容可參考作者於 2018 出版之電子書（密碼學介紹章節）

<https://books.google.com.tw/books/about/%E5%AF%A6%E6%88%B0%E5%8D%80%E5%A1%8A%E9%8F%88%E6%8A%80%E8%A1%93\\_%E5%8A%A0%E5%AF%86%E8%B2%A8%E5%B9%A3%E8%88%87%E5%AF%86.html?id=NjdhDwAAQBAJ\\&redir\\_esc=y>


---

# 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://easonwang.gitbook.io/crypto/readme.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.
