pwgen

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2021 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

Package pwgen implements methods for generating secure passwords.

Index

Constants

This section is empty.

Variables

View Source
var Alpha = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")

Alpha is a-Z and A-Z

View Source
var Num = []rune("0123456789")

Num is 0-9

View Source
var Symbols = []rune("!#$%&'()*+,-./:;<=>?@[]^_`{|}~")

Symbols is all printable symbols

Functions

func RandSeq

func RandSeq(n int, runes []rune) string

RandSeq returns a random sequence of lenght n

Types

This section is empty.

Jump to

Keyboard shortcuts

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