# 암호 기초

- [공개키 암호가 무엇인가요?](https://academy.dcentwallet.com/ko/cryptography-basic/what-is-public-key-cryptography.md)
- [전자 서명이 무엇인가요?](https://academy.dcentwallet.com/ko/cryptography-basic/what-is-a-digital-signature.md)
- [해시 함수는 무엇인가요? (1)](https://academy.dcentwallet.com/ko/cryptography-basic/what-is-a-hash-function-1.md)
- [해시 함수는 무엇인가요? (2)](https://academy.dcentwallet.com/ko/cryptography-basic/what-is-a-hash-function-2.md)
- [암호 안전성](https://academy.dcentwallet.com/ko/cryptography-basic/security-of-cryptography.md)


---

# Agent Instructions: 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://academy.dcentwallet.com/ko/cryptography-basic.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.
