Graphical View of Processes
This conceptual graphic with annotation shows the general process of Privacera Encryption. This same process is also illustrated in Architecture Graphic and Flow.
- An endpoint is called to encrypt raw data.
- The scheme policy protecting access to encryption functions is checked.
- The encryption scheme encrypts the data according to its associated format, algorithm, and scope.
- The data is encrypted.
- An endpoint is called to decrypt the encrypted data.
- The scheme policy protecting access to encryption functions is checked.
- The same encryption scheme that encrypted the data is used to decrypt according to the encryption scheme's format, algorithm, and scope.
- The presentation scheme obfuscates the decrypted data for presentation to the user.