The InterSystems IRIS has excellent support for encryption, decryption and hashing operations. Inside the class %SYSTEM.Encryption (https://docs.intersystems.com/iris20212/csp/documatic/%25CSP.Documatic…) there are class methods for the main algorithms on the market.
IRIS Algorithms and Encrypt/Decrypt types
As you can see, the operations are based on keys and include 3 options:
- Symmetric Keys: the parts running encrypt and decrypt operations share the same secret key.

.png)

.png)
.png)
.png)
.png)



