mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 06:06:27 +08:00
random: update Password docs
This commit is contained in:
parent
29ed17d19c
commit
8a18c29835
|
@ -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…
Reference in New Issue
Block a user