699 views
0

Which of the following are the best practices for secure user authentication?

 
Construct queries with the password encrypted
Use PreparedStatements
Sanitize user input strings
Use java.util.Random
Shubham Haldkar Changed status to publish 18, October ,2022
0

Use PreparedStatements

 

Sanitize user input strings

Shubham Haldkar Changed status to publish 18, October ,2022
Shopping Basket