aboutsummaryrefslogtreecommitdiffstats
path: root/makepass.zsh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Redid Go-versionDennis Eriksen2023-09-111-1/+1
| | | | | | Go-version now matches zsh in functionality also removed rogue whitespace from makepass.zsh
* Throw away $RANDOM numbers at the right placesDennis Eriksen2023-09-081-4/+13
| | | | | | | | | | | | | I got some suspiciously similar passwords and had to take a closer look to make sure we throw away $RANDOM at the right places. $RANDOM - from the zsh documentation: > The values of RANDOM form an intentionally-repeatable pseudo-random sequence; > subshells that reference RANDOM will result in identical pseudo-random values > unless the value of RANDOM is referenced or seeded in the parent shell in > between subshell invocations. I think it's fixed now.
* Redid the perl-versionDennis Eriksen2023-09-071-1/+1
| | | | and fixed a typo in zsh and readme
* More fixes!Dennis Eriksen2023-09-071-18/+15
| | | | | | | | | Things are popping up with the zsh-version as I'm rewriting the perl-version. - Rename help-function - I wanted zero-padding of PRINTLEN. Added it now. - Change the way we set first and last character in randstring.
* just reordering functionsDennis Eriksen2023-09-071-155/+155
|
* use the $MAX variableDennis Eriksen2023-09-071-5/+7
|
* WIP: Cleanup and standardization - Done?Dennis Eriksen2023-09-061-88/+148
| | | | | | | | I think I'm getting there with this round. `makepass.zsh` might not look pretty, but it is beginning to look like something that might be standardized on. Next step is to rewrite some of the other scripts to match the zsh one.
* WIP: Cleanup and standardization 2Dennis Eriksen2023-09-051-33/+51
| | | | | Further work on standardizing and cleaning up. Gotta break some eggs etc.
* WIP: Cleanup and standardizationDennis Eriksen2023-09-051-24/+53
| | | | | | I want all the scripts to work in roughly the same way, with roughly the same functions, doing roughly the same thing. That way the benchmark means more. And also, I might learn something.
* adding licenceDennis Eriksen2023-09-041-3/+3
|
* Split makepass out of idgattDennis Eriksen2023-09-011-0/+212
This will now be a separate repo