# Crypto: Templed

## Templed

for this challenge we have the following description:

"I found the following message in a temple, I had the sensation that they were hiding something. Could you help me discover what it was?"

and we have a file to download

after downloading the file and decompressing, we have the image called "Scroll":

[![image](https://user-images.githubusercontent.com/53917092/94723678-85ea4080-032f-11eb-9de4-4f6b9109de49.png)](https://user-images.githubusercontent.com/53917092/94723678-85ea4080-032f-11eb-9de4-4f6b9109de49.png)

searching about "temple language" we find it

[![image](https://user-images.githubusercontent.com/53917092/94726116-2857f300-0333-11eb-8115-7f4f62825a69.png)](https://user-images.githubusercontent.com/53917092/94726116-2857f300-0333-11eb-8115-7f4f62825a69.png)

[![image](https://user-images.githubusercontent.com/53917092/94726165-39a0ff80-0333-11eb-8587-109599c833fd.png)](https://user-images.githubusercontent.com/53917092/94726165-39a0ff80-0333-11eb-8587-109599c833fd.png)

so using this image, we can easily decrypt our challenge and we have

72 84 66 123 77 48 78 107 115 95 107 78 51 119 33 12 125

to get the flag, convert this text from decimal to ASCII;


---

# 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://blog.verni.lol/hack-the-box-write-ups/challenges/crypto-templed.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.
