We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1c13f6 + 2cbbda7 commit 8072c8dCopy full SHA for 8072c8d
1 file changed
user_guide_src/source/helpers/text_helper.rst
@@ -30,6 +30,10 @@ The following functions are available:
30
Generates a random string based on the type and length you specify.
31
Useful for creating passwords or generating random hashes.
32
33
+ .. warning:: Except for type **crypto**, no cryptographically secure
34
+ strings are generated. Therefore, it must not be used for cryptographic
35
+ purposes or purposes that requires return values to be unguessable.
36
+
37
The first parameter specifies the type of string, the second parameter
38
specifies the length. The following choices are available:
39
0 commit comments