password

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: May 10, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Salt string
}

type DefaultPasswordHandler

type DefaultPasswordHandler struct {
	// contains filtered or unexported fields
}

func (*DefaultPasswordHandler) Check

func (d *DefaultPasswordHandler) Check(pwdHash, input string) bool

func (*DefaultPasswordHandler) Hash

func (d *DefaultPasswordHandler) Hash(pwd string) string

type PasswordHandler

type PasswordHandler interface {
	Check(pwdHash, input string) bool
	Hash(pwd string) string
}

func NewDefaultPasswordHandler

func NewDefaultPasswordHandler(viper *viper.Viper) (PasswordHandler, error)

Jump to

Keyboard shortcuts

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