Open Nanaleafy opened 4 months ago
another idea would be to use something like rockyou.txt randomly pick and have a function to randomally change some characters
another idea would be to use something like rockyou.txt randomly pick and have a function to randomally change some characters
Already on it, implementing it in rust
Mega!
@CybrZone The "issue" has been addressed with the most recent merge - @Nanaleafy Thank you for your contribution!
Nyaaa, I want to help too.
The function "generate_random_password" will always generate a password that is eight characters long. This is really easy to detect, filter or block.
This little thingy will generate a "strong" password with a length of 8 - maximal length (20 as default) characters:
Or with the random module, for a less "strong" password, but better performance: