CRYPTO functions overview

Overview of the Crypto functions available in RPA.

Help CentreFunctions & Formulas

Description

This article provides an overview of the Crypto functions available in RPA. Crypto functions provide encryption, decryption, hashing, HMAC, and Base64 encoding capabilities for securing data within your automation processes.


Key concepts

  • Fernet – symmetric encryption using AES-128-CBC with HMAC-SHA256 for authentication
  • AES – Advanced Encryption Standard, available in 128-bit and 256-bit key sizes
  • Hashing – one-way function that produces a fixed-size digest (SHA-256, SHA-512, MD5, etc.)
  • HMAC – Hash-based Message Authentication Code for verifying data integrity and authenticity
  • Base64 – encoding scheme for representing binary data as ASCII text

Available Crypto Functions

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.