Versions in this module Expand all Collapse all v0 v0.1.2 Oct 28, 2021 v0.1.1 Sep 30, 2021 Changes in this version + func AES(args ...interface{}) (ret string, err error) + func AESCTR(args ...interface{}) (ret string, err error) + func Abbreviate(args ...interface{}) (ret string, err error) + func Age(args ...interface{}) (ret string, err error) + func Base64(args ...interface{}) (ret string, err error) + func Birthday(args ...interface{}) (ret string, err error) + func CRC32(args ...interface{}) (ret string, err error) + func Caesar(args ...interface{}) (ret string, err error) + func Char2Const(args ...interface{}) (ret string, err error) + func Const(args ...interface{}) (ret string, err error) + func CreditCard(args ...interface{}) (ret string, err error) + func DES(args ...interface{}) (ret string, err error) + func DateFormat(args ...interface{}) (ret string, err error) + func DateRound(args ...interface{}) (ret string, err error) + func Domain(args ...interface{}) (ret string, err error) + func ECC(args ...interface{}) (ret string, err error) + func FF1(args ...interface{}) (ret string, err error) + func FF3(args ...interface{}) (ret string, err error) + func Fake(args ...interface{}) (ret string, err error) + func GenerateEncryptCipher() error + func HMAC(args ...interface{}) (ret string, err error) + func IP(args ...interface{}) (ret string, err error) + func InitFaker(seed int64) error + func InitMangle() error + func InitMaskCorpus(seed int64) error + func InitShuffle(seed int64) error + func Initialism(args ...interface{}) (ret string, err error) + func LaplaceDPFloat64(args ...interface{}) (ret string, err error) + func LaplaceDPInt64(args ...interface{}) (ret string, err error) + func LicensePlate(args ...interface{}) (ret string, err error) + func LoopMoveLeft(args ...interface{}) (ret string, err error) + func LoopMoveRight(args ...interface{}) (ret string, err error) + func MD5(args ...interface{}) (ret string, err error) + func Mail(args ...interface{}) (ret string, err error) + func Mangle(args ...interface{}) (ret string, err error) + func Morse(args ...interface{}) (ret string, err error) + func Number2Const(args ...interface{}) (ret string, err error) + func NumberFloor(args ...interface{}) (ret string, err error) + func Numeronym(args ...interface{}) (ret string, err error) + func OrganizationCode(args ...interface{}) (ret string, err error) + func ParseCipherConfig(file string) error + func ParseMaskConfig(file string) (maskConfig, error) + func Password(args ...interface{}) (ret string, err error) + func PersonalID(args ...interface{}) (ret string, err error) + func Phone(args ...interface{}) (ret string, err error) + func PrintCipher() + func RSA(args ...interface{}) (ret string, err error) + func RegexpRandomReplace(args ...interface{}) (ret string, err error) + func RegexpReplace(args ...interface{}) (ret string, err error) + func Replace(args ...interface{}) (ret string, err error) + func ReserveInner(args ...interface{}) (ret string, err error) + func ReserveLeft(args ...interface{}) (ret string, err error) + func ReserveMargin(args ...interface{}) (ret string, err error) + func ReserveOuter(args ...interface{}) (ret string, err error) + func ReserveRight(args ...interface{}) (ret string, err error) + func Reverse(args ...interface{}) (ret string, err error) + func Rot(args ...interface{}) (ret string, err error) + func SHA1(args ...interface{}) (ret string, err error) + func SHA2(args ...interface{}) (ret string, err error) + func SM2(args ...interface{}) (ret string, err error) + func SM3(args ...interface{}) (ret string, err error) + func SM4(args ...interface{}) (ret string, err error) + func Salary(args ...interface{}) (ret string, err error) + func Shuffle(args ...interface{}) (ret string, err error) + func ShuffleLeft(args ...interface{}) (ret string, err error) + func ShuffleRight(args ...interface{}) (ret string, err error) + func Smoke(args ...interface{}) (ret string, err error) + func SmokeCharLeft(args ...interface{}) (ret string, err error) + func SmokeCharRight(args ...interface{}) (ret string, err error) + func SmokeInner(args ...interface{}) (ret string, err error) + func SmokeLeft(args ...interface{}) (ret string, err error) + func SmokeMargin(args ...interface{}) (ret string, err error) + func SmokeOuter(args ...interface{}) (ret string, err error) + func SmokeRight(args ...interface{}) (ret string, err error) + func TDEA(args ...interface{}) (ret string, err error) + func ToLower(args ...interface{}) (ret string, err error) + func ToUpper(args ...interface{}) (ret string, err error) + func TruncateLeft(args ...interface{}) (ret string, err error) + func TruncateRight(args ...interface{}) (ret string, err error) + func USCC(args ...interface{}) (ret string, err error) + func Username(args ...interface{}) (ret string, err error) + type EncryptCipher struct + AESCTRIV []byte + AESCTRKey []byte + AESIV []byte + AESKey []byte + DESIV []byte + DESKey []byte + FFKey []byte + FFTweak []byte + PrivateKeyECC []byte + PrivateKeyRSA []byte + PrivateKeySM2 *sm2.PrivateKey + PublicKeyECC []byte + PublicKeyRSA []byte + SM3Hash hash.Hash + SM4IV []byte + SM4Key []byte + TDEAIV []byte + TDEAKey []byte + type EncryptCipherString struct + AESCTRIV string + AESCTRKey string + AESIV string + AESKey string + DESIV string + DESKey string + FFKey string + FFTweak string + PrivateKeyECC string + PrivateKeyRSA string + PrivateKeySM2 string + PublicKeyECC string + PublicKeyRSA string + SM4IV string + SM4Key string + TDEAIV string + TDEAKey string + type MangleConfig struct + Corpus mangleCorpus + Secret string + type MaskFunc func(args ...interface{}) (ret string, err error) + type MaskStruct struct + Config maskConfig + func NewMaskStruct(file string) (*MaskStruct, error) + func (m *MaskStruct) Mask(name string, value interface{}) (ret string, err error) + func (m *MaskStruct) MaskRow(header []common.HeaderColumn, row []string) (ret []string, err error)