Go to app
Academy
What's new?
Tray UAC
Developer
Connectors
Templates
Help Center
Back
Crypto Helpers
Overview
Operations (sample payloads)
Operations
Crypto Helpers Operations
Latest version:
4.3
Changelog
Cipher IV
Use crypto Cipher IV to encrypt or decrypt data. This will return a base64 encoded cipher and a utf-8 encoded decipher.
Hash
Hash a text in a specified format.
Hmac
Hmac a text in a specified format.
Private encrypt
Encrypt a value using a private RSA key.
Public decrypt
Decrypt a value using a public RSA key.
Sign
Sign a string using a private key.
Verify
Verify the given signature for data using the given key and algorithm.
Verify JWT signature
Verify JWT signature using a public key.
Previous
Operations (sample payloads)