forked from TrueCloudLab/rclone
random: update Password docs
This commit is contained in:
parent
29ed17d19c
commit
8a18c29835
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ func String(n int) string {
|
||||||
|
|
||||||
// Password creates a crypto strong password which is just about
|
// Password creates a crypto strong password which is just about
|
||||||
// memorable. The password is composed of printable ASCII characters
|
// 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.
|
// Requires password strength in bits.
|
||||||
// 64 is just about memorable
|
// 64 is just about memorable
|
||||||
|
|
Loading…
Add table
Reference in a new issue