password

package
v0.9.44 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2021 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPassword added in v0.8.80

type IPassword interface {
	VerifyPassword(password string, hash string) bool
	HashPassword(password string) (string, error)
}

type Manager added in v0.8.78

type Manager struct {
}

func (*Manager) HashPassword added in v0.8.78

func (p *Manager) HashPassword(password string) (string, error)

func (*Manager) VerifyPassword added in v0.8.78

func (p *Manager) VerifyPassword(password string, hash string) bool

Jump to

Keyboard shortcuts

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