password

package
v0.6.5 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Lowercase    = 1 << iota // 1 (0b0001) pour les minuscules
	Uppercase                // 2 (0b0010) pour les majuscules
	Digits                   // 4 (0b0100) pour les chiffres
	SpecialChars             // 8 (0b1000) pour les caractères spéciaux

	All = Lowercase | Uppercase | Digits | SpecialChars
)

Variables

This section is empty.

Functions

func GeneratePassword

func GeneratePassword(length int, charsetOptions int) (password string, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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