pwh

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Config

func Config(publicSalt string, cost int)

func Hash

func Hash(word string, salt string) string

func Match

func Match(word string, salt string, hash string) bool

Types

type PWHasher

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

func New

func New(publicSalt string, cost int) (pwh *PWHasher)

func (*PWHasher) Config

func (pwh *PWHasher) Config(publicSalt string, cost int)

func (*PWHasher) Hash

func (pwh *PWHasher) Hash(word string, salt string) string

func (*PWHasher) Match

func (pwh *PWHasher) Match(word string, salt string, hash string) bool

Jump to

Keyboard shortcuts

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