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

Validate Hash

Verify the validity of hashed text.

PreviousHashingNextEncrypt

Last updated 2 months ago

Was this helpful?

This action validates hashed text against a given input to check its validity. As mentioned earlier, hashed text cannot be reversed to its original form. However, you can confirm whether the given input matches the hashed text.

In this action, you can configure the following:

Hash input

Set up the data source for the hashed text. You can provide it as static text or dynamically using the Dynamic Data Source Selector popup.

Validate input

Set up the data source for the input text that needs to be validated against the hashed text. This can also be provided as static text or dynamically using the Dynamic Data Source Selector popup.

Validating Hash Action Configuration
Validate Hash Action Results