The process of converting a user's password into a hashed format for storage is known as _______.
- Decryption
- Encryption
- Hashing
- Salting
The process of converting a user's password into a hashed format for storage is known as Hashing. Hashing ensures password security by transforming the password into an irreversible format.
Loading...
Related Quiz
- How does the CSS z-index property work?
- Which CSS property is commonly used to improve rendering performance by minimizing layout recalculations?
- The use of appropriate _______ can significantly impact query optimization.
- In JavaScript, the console.log() method is commonly used for _______.
- You're designing a new database system for a social media platform that requires high availability and scalability. Would you choose SQL or NoSQL, and why?