package
0.0.0-20240917120716-8843776e9f3a
Repository: https://github.com/cossacklabs/acra.git
Documentation: pkg.go.dev
# Functions
NewMasker return new Masker.
NewMaskingDataEncryptor return new DataEncryptor.
NewProcessor return new Processor for decryption masked data.
# Structs
DataEncryptor performs partial encryption of plaintext in the cell.
Processor implements DataProcessor interface and unmask matched data.
# Interfaces
DataManipulator interface for component which do something with data and return changed.
KeyStore interface with required methods from keystore for masking.
Masker interface for masking/unmasking data.