Documentation ¶ Overview ¶ Package random holds a few functions for working with random numbers Index ¶ func Password(bits int) (password string, err error) func String(n int) string 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. Requres password strength in bits. 64 is just about memorable 128 is secure func String ¶ func String(n int) string String create a random string for test purposes. Do not use these for passwords. Types ¶ This section is empty. Source Files ¶ View all Source files random.go Click to show internal directories. Click to hide internal directories.