Hashing
Secure your data by hashing it
Last updated
Was this helpful?
Secure your data by hashing it
Last updated
Was this helpful?
Hashing is a technique 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.
In this action, you can configure the following:
Specify the data to be hashed using the Dynamic Data Source Selector popup.