random: update Password docs

This commit is contained in:
Nick Craig-Wood 2024-03-12 09:30:47 +00:00
parent b7783f75a4
commit ac441a1d7d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func String(n int) string {
// Password creates a crypto strong password which is just about
// memorable. The password is composed of printable ASCII characters
// from the base64 alphabet.
// from the URL encoding base64 alphabet (A-Za-z0-9_-).
//
// Requires password strength in bits.
// 64 is just about memorable