Ideas for generating random password strings?

Hello Jan,

Here is a small EasyMorph project that generates a random alphanumeric string of a specified length. It uses a PowerShell script to generate a string. That script can be easily modified to include special characters to the generated strings.

GenerateRandomString.morph (3.1 KB)

Also, you can try to use the following expressions to generate random strings:
hash(random())

1 Like