This repository has been archived by the owner on Feb 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update password generation in hardening-linux-server
The algorithm used to generate passwords was based on the date function This function is a unreliable source for passsword-generation as the out- put is predictable. We have replaced the function with one that is based on /dev/urandom. This leds to better and more secure passwords.
- Loading branch information
Maximilian Hertstein
committed
Aug 7, 2020
1 parent
0f9649f
commit 25cb197
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters