package
1.0.7
Repository: https://github.com/atselvan/go-utils.git
Documentation: pkg.go.dev

# Functions

Base64Decode base64 decodes a string and returns it.
Base64Encode base64 encodes a string and returns it.
DecryptPassword decrypted the data provided.
EncryptPassword encrypts the data provided.
GetRandomPassword generates a random string of upper + lower case alphabets and digits which is 23 bits long and returns the string.
VerifyPassword checks if the password is strong.