For enhanced security, Linux passwords are not stored in plain text but are _________ before storing.
- Hashed
- Encrypted
- Compressed
- Obfuscated
For enhanced security, Linux passwords are not stored in plain text but are hashed before storing. Hashing is a one-way process that converts the password into a fixed-length string of characters. This makes it difficult for attackers to reverse the process and obtain the original password.
Loading...
Related Quiz
- You've been tasked with setting up static IP configurations for multiple interfaces on a Linux server. In which directory and/or file would you primarily focus your configuration efforts?
- Which protocol is primarily used by SSH for secure remote access?
- LXC provides a similar containerization service as Docker, but it is more focused on providing a full ________ environment.
- To monitor I/O statistics and disk activity in real-time, you would use the ________ command in Linux.
- Which service in Linux is responsible for resolving domain names to IP addresses?