Skip to content

Commit 5c1fa96

Browse files
committed
Further clarify password generation limitations
1 parent 45cb53a commit 5c1fa96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/internet/index.ts

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

12951295
/**
1296-
* Generates a random password. Since the source of the randomness is not cryptographically secure,
1297-
* neither is this generator.
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.
12981298
*
12991299
* @param options An options object. Defaults to `{}`.
13001300
* @param options.length The length of the password to generate. Defaults to `15`.

0 commit comments

Comments
 (0)