Create string of random characters with length from a seed
Closed this issue · 1 comments
aquahonoredhi commented
Description
This action would have 2 inputs: Seed and Length. It would output a string of random characters from a seed and give it a certain length.
This could be used as a way to generate a key for the Encrypt actions, so you could have a password that is not restricted to a set length.
sindresorhus commented
This already exists. See the “Generate Random Text” action.