Query on encrypted data field

Hi there,

If a field of CDT is declared as EncryptedText, is it possible to perform query with that field (unencrypted text) as a filtering condition?

  Discussion posts and replies are publicly visible

Parents
  • The value is encrypted in the database and is only decrypted when displayed as the value in an EncryptedTextField or within a plug-in using the EncryptionService public API. Therefore, this does not seem possible from queryEntity, nor would you want to allow this functionality from a security perspective if the data is sensitive since people could go fishing for values.

Reply
  • The value is encrypted in the database and is only decrypted when displayed as the value in an EncryptedTextField or within a plug-in using the EncryptionService public API. Therefore, this does not seem possible from queryEntity, nor would you want to allow this functionality from a security perspective if the data is sensitive since people could go fishing for values.

Children