Welcome to Fireapis
  • Welcome
  • The Basics
    • Basics
    • Environment
      • Creating an Environment
      • Configure Domain
    • Auth
    • Secrets
    • Tables
      • Creating Table
      • Testing Tables
      • Add a New Column
      • Table Properties
      • Endpoints
      • Data
      • Deleting a Column
      • Deleting a Table
    • Webhooks
    • Marketplace
    • Logics
      • Dynamic Data Source Selection
      • Testing Logics
      • Actions
        • External API Request
        • Query Builder
        • Data Transformation
        • Build Object
        • Build Conditions
        • Other Utilities
          • Token Generation
          • Token Decryption
          • Hashing
          • Validate Hash
          • Encrypt
          • Decrypt
        • Date Utilities
          • Find Difference Between Dates
          • Add/Subtract Dates
          • Format Date
          • Apply Timezone to Date
  • Next steps
    • What Next?
Powered by GitBook
On this page

Was this helpful?

  1. The Basics
  2. Logics
  3. Actions
  4. Other Utilities

Hashing

Secure your data by hashing it

PreviousToken DecryptionNextValidate Hash

Last updated 3 months ago

Was this helpful?

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.

In this action, you can configure the following:

Input Hashable Data

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

Hashing Action Config
Hash Action Result