DevToys-app / DevToys

A Swiss Army knife for developers.
https://devtoys.app/
MIT License
26.13k stars 1.39k forks source link

Random String Generator #210

Open lkinsella opened 2 years ago

lkinsella commented 2 years ago

What's the Problem?

It would be nice to have a random string generator, currently I use this a lot:

http://www.unit-conversion.info/texttools/random-string-generator/

However integrating it into this tool would be great.

Solution/Idea

Under Generators new Random String section with Allowed Characters, Length and how many you want to generate. Maybe also option for casing.

Priorities

Capability Priority
Random String Generation Must
Length Must
Allowed Characters Must
Number of Strings Should
Character Casing Could

DevToys Version

No response

Comments

No response

jwfxpr commented 2 years ago

If this were implemented in such a way as to be usable by other tools, it would be useful for populating fields for, eg, password salt as discussed at #179. Since we will generate random strings in other tools anyway, seems reasonable to make this a tool of its own.

boast commented 2 years ago

See also https://passwordsgenerator.net/ for a nice online implementation. It has a "do NOT send across the Internet" Option, however an integration into DevToys would be nice.