In secure form validation, ________ tokens are often used to verify the authenticity of the form submission.
- CSRF
- HMAC
- JWT
- MD5
Cross-Site Request Forgery (CSRF) tokens are used to prevent unauthorized form submissions by ensuring that the form is submitted from the legitimate source.
Loading...
Related Quiz
- For complex queries, Active Record Class allows method ________ to directly write parts of the SQL query.
- How does CodeIgniter's pagination library handle database queries for large datasets to improve efficiency?
- In CodeIgniter, how can you specify dependencies between different migrations?
- What is the role of $this->load->view() function in CodeIgniter?
- To prevent SQL injection, form inputs should be ________ before being used in database queries.