Privacera Custom Encryptor
The Privacera Custom Encryptor is a Java library that integrates with the Privacera Encryption Gateway (PEG) to protect and unprotect data in your applications.
Unlike the File Encryption Utility (FEU), which reads input files and writes encrypted or decrypted output files, the Privacera Custom Encryptor is used in-process: you configure operations in action.properties, and the library reads that configuration and displays or prints the results to the output stream (console/logs) according to the specified actions.
Use this section for:
- Setting up and using the Privacera Custom Encryptor in your environment.
- Reference implementation patterns and configuration only.
- Next topic: Prerequisites for Privacera Custom Encryptor