# Hashing

#### Hashing

Hashing is a technique used to secure your data by converting plain text into a unique hashed representation that cannot be directly reverted to its original form.

This method is commonly used for storing passwords, as it is not a good practice to store plain text passwords. Instead, passwords are hashed and stored in the database.\
While hashed text cannot be reversed, you can validate a password by comparing it with the hashed text.&#x20;

In this action, you can configure the following:

#### Input Hashable Data

Specify the data to be hashed using the **Dynamic Data Source Selector** popup.

<figure><img src="/files/p9Z4JZBcEpH5vqLC3HDs" alt=""><figcaption><p>Hashing Action Config</p></figcaption></figure>

<figure><img src="/files/q7AsPHDB7Em7fboCGEER" alt=""><figcaption><p>Hash Action Result</p></figcaption></figure>


---

# 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://docs.fireapis.com/the-basics/logics/actions/other-utilities/hashing.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.
