package
2.2.1+incompatible
Repository: https://github.com/goharbor/harbor.git
Documentation: pkg.go.dev

# Functions

Instance ..
NewAESEncryptor returns an instance of an AESEncryptor.
NewFileKeyProvider returns an instance of FileKeyProvider path: where the key should be read from.

# Structs

AESEncryptor uses AES to encrypt or decrypt string.
FileKeyProvider reads key from file.

# Interfaces

Encryptor encrypts or decrypts a strings.
KeyProvider provides the key used to encrypt and decrypt attrs.