❔ Better way to do this random password generation program
This program generates a random password then removes duplicates and excludes some chars. I need suggestion on how to make it more efficient
2 Replies
duplication removal actually just hurts your entropy value
and you shouldn't need to "remove similar", that should be done automatically by not including those values in your possible generated ones 🙂
I'm also not sure why these are generic, they don't seem to actually take advantage of being generic at all
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.