passwords

package
v4.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

* Copyright (c) 2020. App Nerds LLC. All rights reserved

* Copyright (c) 2020. App Nerds LLC. All rights reserved

* Copyright (c) 2020. App Nerds LLC. All rights reserved

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HashPassword

func HashPassword(password string) (string, error)

HashPassword takes a password as a string and returns a hex encoded bcrypted representation.

func IsPasswordValid

func IsPasswordValid(hashedPassword, plaintextPassword string) bool

IsPasswordValid takes a hashed password and a plaintext version and returns

Types

type HashedPasswordString

type HashedPasswordString string

HashedPasswordString is a type of string that represents a hashed password. This is often useful when dealing with passwords that must be stored in a database.

func (HashedPasswordString) Hash

func (HashedPasswordString) IsEmpty

func (hp HashedPasswordString) IsEmpty() bool

func (HashedPasswordString) IsSameAsPlaintextPassword

func (hp HashedPasswordString) IsSameAsPlaintextPassword(plaintextPassword string) bool

Jump to

Keyboard shortcuts

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