Which cryptographic algorithm is commonly used for hashing passwords in web applications?
- Bcrypt
- MD5
- SHA-1
- SHA-256
Bcrypt is commonly used for hashing passwords in web applications due to its computational intensity and resistance to brute-force attacks. It incorporates a salt to enhance security by ensuring unique hashes even for identical passwords.
Loading...
Related Quiz
- Explain the concept of prototypal inheritance in JavaScript.
- What is the purpose of VLANs (Virtual Local Area Networks) in network infrastructure?
- How does the V-Model improve upon the traditional waterfall model in terms of testing?
- You're designing a database schema for a social media platform. How would you structure the tables to efficiently handle user profiles and their relationships?
- What status code is returned by a RESTful API when a resource is successfully created?