password

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EncryptionService

type EncryptionService interface {
	EncodePassword(plainText string) (string, error)
	DecodePassword(cipheredText string) (string, error)
}

func NewEncryptionService

func NewEncryptionService(logger *zap.Logger, key string) EncryptionService

Jump to

Keyboard shortcuts

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