Updated documentation and copyright

This commit is contained in:
Ariela Wenner 2020-06-26 14:54:57 -03:00
parent fa1a4ed9a1
commit af9ddd8664
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@ Additionally, the `-b <token>` option specifies a prefix to append to the beggin
By default, each iteration changes only one character of the key. The `-w` option tells `eliana` to change the whole key every iteration. Taking CHICKEN's pseudo random number generator algorithm into consideration, though, this option might be completely unnecessary. See [this](https://en.wikipedia.org/wiki/Well_equidistributed_long-period_linear) for more information.
Finally, `-s <seed>` will let you specify a seed for the PRNG. Otherwise, the current millisecond since machine startup is used.
Finally, `-s <seed>` will let you specify a seed for the PRNG. Otherwise, random bytes from an available entropy source are used.
By itself, `eliana` is not very useful. You need to pipe its output to a program that can read, say, a dictionary, from standard input.
# License
© Ariela Wenner - 2019
© Ariela Wenner - 2020
Code is licenced under the GNU GPL version 3 or newer. See [COPYING](COPYING.md) for details.