package
0.4.1
Repository: https://github.com/thinkgos/x.git
Documentation: pkg.go.dev

# Functions

Generate a random password.
IsComplexEnough return True if password meets complexity settings.
SetupComplexity setup complexity with values value can set lower,upper,digit,spec default use lower, upper and digit to generate a random password, and not meets complexity.

# Variables

ErrCompareFailed compare failed.

# Structs

BCrypt bcrypt password encryption.
SCrypt scrypt password encryption.
Simple simple password encryption.

# Interfaces

Crypt crypt interface.