Importing data into fields that are platform encrypted results in "Error while creating cipher for encryption context.: no thrown error" during transformIssue When importing data into an Encrypted field via transform, the following error can be seen: "Error while creating cipher for encryption context.: no thrown error"CauseThis is an expected behavior since the transform runs as system and system user does not have the necessary encryption context.ResolutionFirst Import data as clear textthen enable encryption context and run (as a user having the encryption context) a script to encrypt the data in batches. -- OR -- Use other imports like easy import or web services import NOTE: To make REST calls work with encryption: On POST to insert/update values then the URL parameter to use is sysparm_input_display_value=true On GET request to retrieve values decrypted, it is sysparm_display_value=true