random

package
v1.59.1 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2022 License: MIT Imports: 5 Imported by: 31

Documentation

Overview

Package random holds a few functions for working with random numbers

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Password

func Password(bits int) (password string, err error)

Password creates a crypto strong password which is just about memorable. The password is composed of printable ASCII characters from the base64 alphabet.

Requires password strength in bits. 64 is just about memorable 128 is secure

func Seed added in v1.53.3

func Seed() error

Seed the global math/rand with crypto strong data

This doesn't make it OK to use math/rand in crypto sensitive environments - don't do that! However it does help to mitigate the problem if that happens accidentally. This would have helped with CVE-2020-28924 - #4783

func String

func String(n int) string

String create a random string for test purposes.

Do not use these for passwords.

func StringFn added in v1.56.0

func StringFn(n int, randIntn func(n int) int) string

StringFn create a random string for test purposes using the random number generator function passed in.

Do not use these for passwords.

Types

This section is empty.

Jump to

Keyboard shortcuts

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