KeyStore Encrypt

Kalipso - Form - Actions - Actions Description - Group Code - KeyStore Encrypt

Encrypts a string with device user KeyStore.

Action available for the following operating systems:

Parameters

  • Value - The string to encrypt

  • Target - Select a Variable or Control

This action is used to encrypt small strings, like passwords, credentials or other sensitive data, not large data values.

For large data values, use EncryptSymmetric action, and you can use this action to encrypt the password used in EncryptSymmetric.

Values encrypted with this action, are encrypted using the users KeyStore on the device, so they can only be decrypted on the same device with the same user account.

For iOS, Android and Win10, only the same App can be used to decrypt these values when used by the same user on the same device where it was encrypted.

Last updated