sindresorhus / Actions

⚙️ Supercharge your shortcuts
https://sindresorhus.com/actions
2.65k stars 115 forks source link

Create string of random characters with length from a seed #261

Closed aquahonoredhi closed 3 months ago

aquahonoredhi commented 3 months ago

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 3 months ago

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