Encryption and Signing
Encryption and Signing nodes provide cryptographic operations within flows, including encrypting and decrypting values, hashing, JWT generation and verification, and secure key generation.
| Node | Description |
|---|---|
| Encrypt Values | Encrypts one or more values using a configured algorithm |
| Decrypt Values | Decrypts one or more values using a configured algorithm |
| Hash Values | Generates a hash for one or more input values |
| JWT - Generator | Creates a JSON Web Token (JWT) |
| JWT - Verifier | Validates an incoming JWT |
| Generate Secure Key | Creates encryption keys using a password |
| Recrypt User Credentials | Re-encrypts user credentials using a new encryption key |