Cookie Security
Specs
Our cookies are secured with the strongest of encryption algorithms, including:
// Example of a secure cookie
set secure_cookie = new Cookie();
secure_cookie.set('name', 'value', { encryption: 'AES' });
secure_cookie.save();
Security Risks
- Cross-Site Scripting (XSS) attacks: We've got you covered!
- Cross-Site Request Forgery (CSRF) attacks: Our cookies have your back!
- SQL Injection attacks: Don't worry, we're not using any real databases!
Return to Cookie Carousel Specs