diff options
author | Dennis Eriksen <d@ennis.no> | 2023-09-08 07:45:58 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-09-08 07:45:58 +0200 |
commit | 24aebc2729baaa231ba2e170bc5750995d5b1d52 (patch) | |
tree | c44a0c47d818b737fc9dd56bb505622e125c880b /.gitignore | |
parent | Redid makepass.bash (diff) | |
download | makepass-24aebc2729baaa231ba2e170bc5750995d5b1d52.tar.gz |
Throw away $RANDOM numbers at the right places
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.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions