Skip to main content

About the Cryptography activity package

important

The Cryptography activity package has been made open-source. Feel free to collaborate on our Github repositories.

The Cryptography activity package is created to meet the needs of the modern enterprise space. With the focus on security and General Data Protection Regulations, an activity package that can provide encryption services is a must.

Thus, this package enables users to encrypt and decrypt sensitive data by using state of the art encryption protocols.

We offer the tools necessary to build automation projects that encrypt and decrypt plain text or files, by using algorithms such as:

  • AES (Deprecated)
  • AES-GCM
  • DES (Deprecated)
  • RC2 (Non-FIPS) (Deprecated)
  • Rijndael (Non-FIPS) (Deprecated)
  • TripleDES

You can also hash text and files by using algorithms such as:

  • MD5
  • RIPEMD160
  • SHA1
  • SHA256
  • SHA384
  • SHA512

Data can also be hashed with a key with algorithms such as:

  • HMACMD5
  • HMACRIPEMD160
  • HMACSHA1
  • HMACSHA256
  • HMACSHA384
  • HMACSHA512
  • MACTripleDES