Skip to content

Commit 80ea505

Browse files
committed
docs: change to enumerate cryptographically insecure types
1 parent 73d930e commit 80ea505

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

user_guide_src/source/helpers/text_helper.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ The following functions are available:
3030
Generates a random string based on the type and length you specify.
3131
Useful for creating passwords or generating random hashes.
3232

33-
.. warning:: Except for type **alpha**, **alnum**, **numeric**, **nozero**,
34-
and **crypto**, no cryptographically secure
35-
strings are generated. Therefore, it must not be used for cryptographic
36-
purposes or purposes that requires return values to be unguessable.
33+
.. warning:: For types: **basic**, **md5**, and **sha1**, generated strings
34+
are not cryptographically secure. Therefore, these types cannot be used
35+
for cryptographic purposes or purposes requiring unguessable return values.
3736

3837
The first parameter specifies the type of string, the second parameter
3938
specifies the length. The following choices are available:

0 commit comments

Comments
 (0)