From 2cbbda730b2946606db265ae95554d35902d2a9a Mon Sep 17 00:00:00 2001 From: kenjis Date: Sat, 4 Mar 2023 21:14:47 +0900 Subject: [PATCH] docs: add warning --- user_guide_src/source/helpers/text_helper.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user_guide_src/source/helpers/text_helper.rst b/user_guide_src/source/helpers/text_helper.rst index cb745b24c8..17c2358d33 100755 --- a/user_guide_src/source/helpers/text_helper.rst +++ b/user_guide_src/source/helpers/text_helper.rst @@ -30,6 +30,10 @@ The following functions are available: Generates a random string based on the type and length you specify. Useful for creating passwords or generating random hashes. + .. warning:: Except for type **crypto**, no cryptographically secure + strings are generated. Therefore, it must not be used for cryptographic + purposes or purposes that requires return values to be unguessable. + The first parameter specifies the type of string, the second parameter specifies the length. The following choices are available: