A secure transition of structured/unstructured data from on-premises to Google Cloud Platform while the data is protected via Format Preserving Encryption (FPE) or has been masked. Cloud Data Protector hides all sensitive information to maintain compliance while the migration takes place.
Cloud Data Protector is an extension of Google Cloud Platform’s DLP API with more enhanced features in a much easier to use form.
Open Source | Enterprise Features | |
---|---|---|
Redaction | ||
Replacement | ||
Masking | ||
Format Preserving Encryption | ||
Software-based Key generation | ||
Key Management in Google Cloud Platform | ||
Logging | ||
Enhanced Key Protection using nCipher, Thales , Utimaco and Futurex HSM | ||
24*7 Customer Support | ||
FIPS 140-2 Level 3 Compliant |
Cloud Data Protector works with the help of the Google Cloud Platform. The user will create a JSON file that would contain a path to the CSV file, which needs to be protected.
It will also include the name of a key inside GCP’s KMS that we will use for wrapping the user-generated key. Then you will pass the JSON as a parameter to the cloud data platform.
Let's talk