sindresorhus/Actions

Create string of random characters with length from a seed

Closed this issue · 1 comments

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.

This already exists. See the “Generate Random Text” action.