How to hash passwords on Linux
Passwords should never be stored as plain text. Whether we are talking about a web application or an operating system, they should always be in hash form (on Linux, for example, hashed passwords are stored in the /etc/shadow file). Hashing is the process through which, by the use of some complex algorithms, a password is turned into a different string.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.