t3l3machus / psudohash

Generates millions of keyword-based password mutations in seconds.
MIT License
1.12k stars 145 forks source link

Feature - Random Alphanumeric Password Generation #10

Open eli-johnson-04 opened 8 months ago

eli-johnson-04 commented 8 months ago

Feature Request from @kali64amd - Added flags to generate a single random alphanumeric, uppercase alphanumeric, upper- and lowercase alphanumeric, and solely numeric password, with an optional flag for including special characters. The alphanumeric passwords default to length 12 and the numeric defaults to 9, although any number >= 1 can be included as an optional argument with the commands. The script defaults to keyword-based generation and the new commands will not interfere with using keywords in the case that both are included.

t3l3machus commented 8 months ago

@eli-johnson-04 hey, I'll check it out! Did you close it because you found bugs or anything? I'll get back to you but i need some time

eli-johnson-04 commented 8 months ago

@eli-johnson-04 hey, I'll check it out! Did you close it because you found bugs or anything? I'll get back to you but i need some time

Hey! I had to contribute to an open-source project for a class, and I wasn’t 100% sure of what I was doing. I put in all due effort for the feature though!