Interacting with the Privicore engine is straightforward, thanks to its REST API interface. Privicore offers three flexible deployment options to suit your needs:
- SaaS Solution: Fully hosted and managed by Privicore.
- Privately Hosted: Installed and hosted by Privicore on your behalf.
- Self-Hosted: Deployed within your own network for complete control.
Before starting, gather essential connection details, such as the API URL and credentials, to ensure a smooth setup.
The basic implementation steps include:
- Registering Your Application Profile: Establish your application within Privicore.
- Authenticating the Application Profile: Securely connect using authorization tokens.
- Data Tokenization: Convert sensitive data into secure tokens for both text/field and file data:
- Text/Field Data: Send your data to Privicore for encryption and secure storage, receiving a “data token” for retrieval.
- File Data: Stream files to Privicore, supporting large file sizes, with a “data token” returned for future access.
Using these “data tokens,” you can easily retrieve both text and file data from the Privicore engine as needed, ensuring secure and efficient data management.