# Crypt 1

## Assignment

We have been given a text to decrypt it and find a password in order to pass this level.

## Analyze

If we take a close look at the text especially at the last word if we reading it from left to right. We can see that its reversed "Hello" and that could give us a hint of what the decryption method is.

## Findings

We can simply read text from right to left and at the end is written "pass:" and after that we got our password.


---

# 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://en4ex.gitbook.io/ctf-writeups/defend-the-web/crypt-1.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.
