encryption

package
v0.0.0-...-ef65ee7 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BcryptPasswordEncryptor

type BcryptPasswordEncryptor struct{}

func (*BcryptPasswordEncryptor) EncryptPassword

func (b *BcryptPasswordEncryptor) EncryptPassword(password string) (string, error)

type PasswordEncryptor

type PasswordEncryptor interface {
	EncryptPassword(password string) (string, error)
}

Jump to

Keyboard shortcuts

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