SDKs
The simplest way to encrypt data is with HSM Cloud by using one of our client-side or server-side SDKs. Each SDK includes an encrypt()
and decrypt()
function, which accepts a String
or an Object
. You can also pass a Buffer
for file encryption. Try it out by encrypting a name in the input field below
If you need to use that encrypted data, it can be processed in a Function, or shared with third-party APIs using Outbound Relays.
To ensure that plaintext sensitive data never touches your infrastructure in plaintext, consider using Tokenize for encryption.