aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use the $MAX variableDennis Eriksen2023-09-071-5/+7
|
* WIP: Cleanup and standardization - Done?Dennis Eriksen2023-09-062-109/+238
| | | | | | | | 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.
* fixing some shellcheck-errors and some tiny cleanup on sh- and bash-versionsDennis Eriksen2023-09-052-15/+18
|
* adding golang-versionDennis Eriksen2023-09-055-16/+227
|
* adding licenceDennis Eriksen2023-09-045-17/+43
|
* improving readability a tiny bitDennis Eriksen2023-09-041-2/+4
|
* adding readmeDennis Eriksen2023-09-041-0/+107
|
* adding perl-scriptDennis Eriksen2023-09-011-0/+141
|
* Split makepass out of idgattDennis Eriksen2023-09-014-0/+0
| | | | This will now be a separate repo
* Removed external dependencies from makepassDennis Eriksen2023-01-032-68/+119
| | | | Script now only uses zsh, and is over 700% faster. w00p
* added helptext and some environmentalsDennis Eriksen2022-12-301-9/+83
|
* a bit more work on makepass.zsh and makepass.shDennis Eriksen2022-12-202-87/+86
|
* forgot to change an instance of head -cDennis Eriksen2022-12-202-5/+5
| | | | also, RANDOM is reserved in ksh. Use var with other name.
* head -c is not portable.. tail -c is. and head -nDennis Eriksen2022-12-192-12/+12
|
* adding a zsh and a posix sh implementation of makepass.Dennis Eriksen2022-12-194-59/+258
|
* makepass wasn't working on bsd (bsd-version of head didn't take -c as anDennis Eriksen2022-08-191-4/+4
| | | | argument), so here's an updated version that runs on openbsd
* we no longer use github!Dennis Eriksen2019-02-101-1/+1
|
* passwords with special characters should always start and end with normal ↵Dennis Eriksen2018-06-191-1/+6
| | | | characters
* lets not print a header if we dont have a wordlistDennis Eriksen2018-06-181-2/+3
|
* adding some columnsDennis Eriksen2018-06-181-4/+11
|
* testing out a passphrase-generating makepassDennis Eriksen2018-06-181-0/+8
|
* no more quotes in passwordsDennis Eriksen2018-05-231-1/+1
|
* switching to bash, since zsh did not preserve PATH correctly in the subshell ↵Dennis Eriksen2018-05-201-2/+2
| | | | executing shuf
* Adding a license.Dennis Eriksen2018-05-141-0/+16
| | | | | I'm going with GPLv2 simply because I'm planning on stealing a few bits from GRML :)
* moving around stuffDennis Eriksen2018-05-141-0/+0
|
* moving scripts out, and updating for stowDennis Eriksen2018-05-101-0/+22