Documentation ¶
Overview ¶
Package crypt provides the method to create a secret
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RegexpAlphanumeric = regexp.MustCompile("[^a-zA-Z0-9]+")
RegexpAlphanumeric is a regex pattern for alphabetic/numeric characters only
Functions ¶
func CreateSecret ¶
CreateSecret generates a secret that can be used for encryption
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.