Skip to content

Commit 4490a9e

Browse files
authored
docs(internet): password doesn't create crypto-secure PWs (#1961)
1 parent 5f3df23 commit 4490a9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/internet/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,8 @@ export class InternetModule {
12931293
}
12941294

12951295
/**
1296-
* Generates a random password.
1296+
* Generates a random password-like string. Do not use this method for generating actual passwords for users.
1297+
* Since the source of the randomness is not cryptographically secure, neither is this generator.
12971298
*
12981299
* @param options An options object. Defaults to `{}`.
12991300
* @param options.length The length of the password to generate. Defaults to `15`.

0 commit comments

Comments
 (0)