# What is the difference between encryption and steganography?

Encryption is a process of converting data into a format that is unreadable to anyone except those who have the necessary key to decode it. Steganography is a process of hiding a file, message, image, or video within another file, message, image, or video. The main difference between the two is that encryption is used to secure data by making it unreadable, while steganography hides the data in plain sight, making it difficult to detect.


---

# 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://wiki.songer.pro/interviewing/security-domains-and-technical-aptitude/cryptographic-protections/cryptography/what-is-the-difference-between-encryption-and-steganography.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.
