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

Encrypt

Secure your data by encrypting it.

PreviousValidate HashNextDecrypt

Last updated 2 months ago

Was this helpful?

Encryption is the process of securing your data using a secret key. The secret key is required to access the encrypted data.

In this action, you can configure the following:

Encryption Input:

Set up the data to be encrypted. You can provide this data as a static value or dynamically using the Dynamic Data Source Selector popup.

Encryption key:

Set up the secret key for encryption. This key will be used to both encrypt and decrypt the data. You can provide the key as a static value or dynamically using the Dynamic Data Source Selector popup.

Encrypt Action Configuration
Encrypt Action Result