About transformers¶
Transformers in Greenmask are methods which are applied to obfuscate sensitive data. All Greenmask transformers are split into the following groups:
- Transformation engines — the type of generator used in transformers. Hash (deterministic) and random (randomization)
- Dynamic parameters — transformers that require an input of parameters and generate random data based on them.
- Standard transformers — transformers that require only an input of parameters.
- Advanced transformers — transformers that can be modified according to user's needs with the help of custom functions.
- Custom transformers — coming soon...