Discover Packages
github.com/abruno06/myvault
crypto
package
Version:
v0.5.3
Opens a new window with list of versions in this module.
Published: Nov 16, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Jump to ...
Documentation
Index
Constants
Variables
Functions
Checkpassword(password, lowercase, uppercase, digit, special, specialList)
RandomPassword(lengh, lowercase, uppercase, digit, special, specialList)
Types
Source Files
Documentation
Documentation
¶
Constants
func Checkpassword(password string, lowercase, uppercase, digit, special bool, specialList string) bool
func RandomPassword(lengh int, lowercase, uppercase, digit, special bool, specialList string) string
func Checkpassword(password string , lowercase, uppercase, digit, special bool , specialList string ) bool
validate if the password is meeting the complexity requirements
func RandomPassword(lengh int , lowercase, uppercase, digit, special bool , specialList string ) string
build a password generator function that will generate a password based on the given length and complexity attributes
the password will be returned as string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.