DevToys-app / DevToysMac

DevToys For mac
MIT License
9.2k stars 354 forks source link

[Enhancement] Add random string generator #26

Open SimonKocurek opened 2 years ago

SimonKocurek commented 2 years ago

Feature would be useful for generating passwords. Example implementation: https://www.random.org/strings/

ObuchiYuki commented 2 years ago

@SimonKocurek Thank you for your issue!!!

That's interesting. But I think this feature would be somewhat difficult to implement due to security concerns. For example, I can't be responsible for the possibility of this tool generating weak passwords. The site you showed uses "atmospheric noise" for generation, which is hard to predict. I think it would be difficult to mimic this in DevToys for mac.

glamorous commented 2 years ago

You can call it random string instead of password generator. If you need to create temporary password, a random string with numbers and special characters and a decent length is more than enough. It's the responsibility of the user to create a string that matches his expectations.

VadimMuhtarov commented 1 year ago

This future would be very cool. I often use it for testing purposes if I need to check some field with length requirements.

veler commented 3 weeks ago

Hi,

DevToysMac is now archived and deprecated. We just released DevToys 2.0 for Windows, Mac and Linux. This issue may or may have not been addressed in the new version. If the issue persist, we encourage to open a new issue on https://github.com/DevToys-app/DevToys or https://github.com/DevToys-app/DevToys.Tools

See more information about DevToys 2.0 here: https://devtoys.app/blog/announcing-devtoys-2.0-preview