Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itoffshore committed Aug 21, 2017
1 parent 5fa27ce commit 7703315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ____________________________________

* generate & optionally store in a file `SHA-512` password hashes.

* For the strongest possible hashes install `python-passlib` or `mkpasswd` from Debian (`debian-mkpasswd` in Arch / `mkpasswd` in Alpine) & configure the number of `ROUNDS` up to `999,999`. By default `ROUNDS` are `1,250,000` (compared to the `SHA-512` default implementation of `5000 ROUNDS`).
* For the strongest possible hashes install `python-passlib` or `mkpasswd` from Debian (`debian-mkpasswd` in Arch / `mkpasswd` in Alpine) & configure the number of `ROUNDS` up to `999,999,999`. By default `ROUNDS` are `1,250,000` (compared to the `SHA-512` default implementation of `5000 ROUNDS`).
```
exim_genpass: Generate SHA512 hashed passwords [ in /etc/exim/passwd ]
Expand Down

0 comments on commit 7703315

Please sign in to comment.