Anonyflow
Data anonymization service for encrypted field-level redaction, packet anonymization, and reversible deanonymization.
Helps with GDPR, CCPA, and HIPAA workflows by anonymizing strings or JSON packets before storage and recovering originals with a private key.
Sign in to connect Anonyflow
Sign in to connect an account and start using Anonyflow in your apps.
Example Use Cases
These are example ways Snow can use Anonyflow when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to anonymize a JSON data packet with support for partial anonymization. Use when you need to conceal specific fields in structured data. If keys array is empty, the complete data packet will be anonymized.
Tool to anonymize a string or array of string values. Use when you need to conceal sensitive text before storage or transmission. Example: `AnonymizeValue().execute(AnonymizeValueRequest(data=
Tool to deanonymize a JSON data packet using your private key. Use after receiving an anonymized packet to recover specific fields.
Tool to deanonymize one or more anonymized string values. Use when you need to recover the original plaintext values after encryption-based anonymization. Example: `DeanonymizeValue().execute(DeanonymizeValueRequest(data=
Tool to test the connection to the AnonyFlow API. Use when verifying that the AnonyFlow service is reachable and operational before performing anonymization tasks. Example: `TestConnection().execute(TestConnectionRequest())`