We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cb53a commit 5c1fa96Copy full SHA for 5c1fa96
src/modules/internet/index.ts
@@ -1293,8 +1293,8 @@ export class InternetModule {
1293
}
1294
1295
/**
1296
- * Generates a random password. Since the source of the randomness is not cryptographically secure,
1297
- * neither is this generator.
+ * Generates a random password-like string. Do not use this method for generating actual passwords for users.
+ * Since the source of the randomness is not cryptographically secure, neither is this generator.
1298
*
1299
* @param options An options object. Defaults to `{}`.
1300
* @param options.length The length of the password to generate. Defaults to `15`.
0 commit comments