Create a new scenario.
Add the Generate Random String module to your scenario.
Fill in the fields as follows:
Length: Choose the desired length of the generated string.
Chars: Choose the desired set of characters from which the string will be generated.
Run the scenario.
Check the generated string in the Run History.
You need to generate a secure password composed of random characters.
Create a new scenario.
Add the Generate Random String module to your scenario.
Fill in the fields as follows:
Length: 16
Chars: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()
Run the scenario.
Check the generated string in the Run History.