pii

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decrypt

func Decrypt(value string, key []byte) (string, error)

func Encrypt

func Encrypt(value string, key []byte) (string, error)

func Hash

func Hash(normalized string) string

func Normalize

func Normalize(value string) string

Types

type ProcessResult

type ProcessResult struct {
	Normalized string
	Hash       string
	Encrypted  string
}

func Process

func Process(value string, key []byte) (ProcessResult, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL