The Password Hash generator creates test data by generating random passwords and encrypting them using hashing algorithms like MD5, SHA1, SHA256, SHA384, or SHA512. It can optionally use salt to enhance security, making each hash unique even for identical passwords. This generator is helpful for securely testing systems that handle user credentials or encrypt sensitive information.
The table provides key details about the generator, including the short name, sample of the generated data, the supported data types, and whether it is specific to a particular country.
| Short name | Example of generated data | Data type matching | Country-specific |
|---|---|---|---|
| Password Hash | fill with a password encrypted with optional Salt using MD5, SHA1, SHA256, SHA384 or SHA512 | character varying character text |
Default |
The generator can be assigned to a column that matches any of the following rules:
The tool allows you to configure the following:
