Categorygithub.com/hassieswift621/crand-go
modulepackage
1.1.0
Repository: https://github.com/hassieswift621/crand-go.git
Documentation: pkg.go.dev

# README

crand-go

PkgGoDev GitHub release (latest by date)

A wrapper around Go's crand/rand for generating crypto secure random strings

# Functions

String generates a crypto secure random string of length size using the default charset.
StringWithCharset generates a crypto secure random string of length size using the specified charset.

# Constants

No description provided by the author