Password Hash generator

The Password Hash generator creates test data by generating random passwords and encrypting them using hashing algorithms, such as 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 testing systems that handle user credentials or encrypt sensitive information.

Generator properties

The table provides key details about the data generator, including its short name, an example of generated data, supported data types, and country-specific data.

Short name Example of generated data Data type matching Country-specific data
Password Hash oGmrGsu2RXWJrm57P+0cEQ==,
QJwWNi09+RKgteG5zgF39g==,
j0PWXIcWymXlxhOj6I52kw==
character varying
character
text
Default (United States)

Matching rules

The generator can be assigned to a column that matches any of the following rules:

  • The column name starts with Password and ends with Hash, with any or no characters in between, regardless of the table name.
  • The column name is Password, regardless of the table name.

Configure additional settings

You can configure the following options:

  • Salt column – Select No salt or a password salt column.
  • Password column – Select Random password string or a password column.
  • Encryption type – Select MD5, SHA1, SHA256, SHA384, or SHA512.
  • Salt combining method – Specify whether to prepend or append the salt to the password.
  • Password text encoding – Select password text encoding options, such as UNICODE (default), UTF7, UTF8, UTF32, BigEndianUnicode, or ASCII.

Preview of the column data generated by the Password Hash generator

Password Hash generator