activities
latest
false
- Overview
- Cryptography
- Release notes
- About the Cryptography activity package
- Project compatibility
- Database
- Java
- Python
- WebAPI
About the Cryptography activity package
Developer Activities
Last updated Oct 22, 2024
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