Random String Generator
Stuff You Need to Know
This component generates a random string for use in multiple applications. Used to generate a seed, for example.
How to Configure
Component-specific settings:
Use the following table for reference:
Standard settings:
- length (field) - This field is optional. How long should the random string be? Default is 64 if not specified.
- chars (field) - This field is optional. Which characters are allowed in the string? Default is hex if not specified.
Use the following table for reference:
Include in field | Allowable characters |
---|---|
hex | The string generated will be a hex string. Cannot be used in conjunction with other options in this table. |
ORRRR enter a combination of the following: | |
a | Lowercase letters (abcdefghijklmnopqrstuvwxyz) |
A | Uppercase letters (ABCDEFGHIJKLMNOPQRSTUVWXYZ) |
# | Digits (0123456789) |
! | Special Characters (!@#$%^&*()_+-={}[]:";\'<>?,./|\) |
Standard settings:
Click here to view information on standard settings.
What Happens Next
This instance will generate a random string based on the parameters you defined.