Documentation ¶
Overview ¶
* Copyright (c) 2021. App Nerds LLC. All rights reserved
* Copyright (c) 2021. App Nerds LLC. All rights reserved
* Copyright (c) 2021. App Nerds LLC. All rights reserved
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HashPassword ¶
HashPassword takes a password as a string and returns a hex encoded bcrypted representation.
func IsPasswordValid ¶
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 (hp HashedPasswordString) Hash() HashedPasswordString
func (HashedPasswordString) IsEmpty ¶
func (hp HashedPasswordString) IsEmpty() bool
func (HashedPasswordString) IsSameAsPlaintextPassword ¶
func (hp HashedPasswordString) IsSameAsPlaintextPassword(plaintextPassword string) bool
Click to show internal directories.
Click to hide internal directories.