Quiz: Securing Express Apps
Evaluate your knowledge of securing Express applications using JWT, middleware, validation, and other best practices.
Technical Quiz
1.
Why is it important to use a salt when hashing passwords?
A.
To make the hashed password shorter
B.
To reduce the complexity of the hashing algorithm
C.
To ensure that identical passwords have different hashes
D.
To allow the password to be decrypted later
1 / 17
...