Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add better RNG for Linux | Nicholas Tay | 2021-12-02 | 1 | -3/+19 |
| | |||||
* | Fix VLA for password chars | Nicholas Tay | 2021-12-01 | 1 | -1/+2 |
| | | | | | | I wasn't very clued in on how this works, and I thought it'd initialise properly, but clearly not. Need to include space for the null terminator and explicitly set it. | ||||
* | Add config file, refactor classes to be cleaner with macros | Nicholas Tay | 2021-12-01 | 1 | -20/+8 |
| | |||||
* | Missing string.h import | Nicholas Tay | 2021-12-01 | 1 | -0/+1 |
| | |||||
* | Take a single argument as a grammar | Nicholas Tay | 2021-12-01 | 1 | -1/+6 |
| | |||||
* | Take in triplet/specials/numbers arguments | Nicholas Tay | 2021-12-01 | 1 | -2/+32 |
| | |||||
* | Adjust seeding and compiler errors | Nicholas Tay | 2021-11-30 | 1 | -9/+6 |
| | |||||
* | Initial passgen with no customisable grammar | Nicholas Tay | 2021-11-30 | 1 | -0/+66 |