hash_passwords

package
v0.0.0-...-830a97e Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PaswordHasher

type PaswordHasher interface {
	// DoHash hash given password string
	DoHash(pswd string) (pswdHash string)

	// CheckHash compare matching with given password and hash
	CheckHash(pswd, hash string) (result bool)
}

PaswordHasher implements password hashing algorithms interface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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