Documentation
¶
Index ¶
- func FPEValue(text string, location types.Location, key string, tweak string, isDecrypt bool) (string, error)
- func HashValue(text string, location types.Location) (string, error)
- func MaskValue(text string, location types.Location, replaceWith string, charsToReplace int32, ...) (string, error)
- func RedactValue(text string, location types.Location, newValue string) (string, error)
- func ReplaceValue(text string, location types.Location, newValue string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FPEValue ¶
func FPEValue(text string, location types.Location, key string, tweak string, isDecrypt bool) (string, error)
FPEValue encrypt/decrypt value with FF1 algorithm
func MaskValue ¶
func MaskValue(text string, location types.Location, replaceWith string, charsToReplace int32, fromEnd bool) (string, error)
MaskValue ...
func RedactValue ¶
RedactValue ...
Types ¶
This section is empty.
Source Files
¶
- common.go
- fpe_config.go
- hash_config.go
- mask_config.go
- redact_config.go
- replace_config.go
Click to show internal directories.
Click to hide internal directories.