StaticconfigureConfiguration options
StatictokenizeTokenize a value (replace with a pseudonym/token). Returns the same token for the same input (deterministic).
StaticdetokenizeDetokenize (reverse) a token to get the original value.
StaticexistsCheck if a token exists.
StaticremoveDelete a token (irreversible — useful for right to erasure).
StaticremoveDelete tokens for a specific original value.
StaticapplyWire hooks onto a model to auto-tokenize the specified field on write and auto-detokenize on read.
The model class
The field to pseudonymize
Configure the pseudonymization service.