Appearance
Cryptography
Cryptography is an app that allows you to perform cryptographic operations, such as calculating checksums to create signatures or HMACs. For example, it can be used to create JSON Web Tokens (JWT).
Cryptography is a built-in integration that works out of the box and doesn't need to communicate with any other external services to run.
Actions:
- Create Signature: Creates a digital signature using the specified algorithm, secret key, and message.
- Create HMAC: Creates a Hash-based Message Authentication Code (HMAC) using the specified algorithm, secret key, and message.