| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Go-version now matches zsh in functionality
also removed rogue whitespace from makepass.zsh
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
and fixed a typo in zsh and readme
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Further work on standardizing and cleaning up. Gotta break some eggs
etc.
|
|
|
|
|
|
| |
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.
|
| |
|
|
This will now be a separate repo
|