hashed

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultEncryptionPrefix = "ENCRYPTED;MC;AES256;BASE64;"
)

Variables

This section is empty.

Functions

func Decrypt

func Decrypt(cipherText, secret, encryptionPrefix string) (string, error)

Decrypt performs decryption and return plan text

func Encrypt

func Encrypt(plainText, secret, encryptionPrefix string) (string, error)

Encrypt perform encryption on the plain text

func GenerateHash

func GenerateHash(password string) (string, error)

GenerateHash returns hashed string of the password

func IsValidPassword

func IsValidPassword(hashed, password string) bool

IsValidPassword verifies with the hashed string

Types

This section is empty.

Jump to

Keyboard shortcuts

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