encryptutils

package
v0.0.0-...-1f0604f Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBase64Encryptor

func NewBase64Encryptor() *base64Encryptor

func NewBcryptEncryptor

func NewBcryptEncryptor(cost int) *bcryptEncryptor

Types

type Base64Encryptor

type Base64Encryptor interface {
	EncodeURL(src string) string
	EncodeStd(src string) string
	DecodeURL(s string) (string, error)
	DecodeStd(s string) (string, error)
}

type BcryptEncryptor

type BcryptEncryptor interface {
	Hash(password string) (string, error)
	Check(password, hash string) bool
}

Jump to

Keyboard shortcuts

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