Data Security
How we protect your data.
Last updated: February 2026
Data Security
EasyBook takes data security seriously. This page explains how we protect your data and what measures are in place.
Encryption
Data in Transit
- TLS/SSL encryption for all connections
- HTTPS required for all pages
- Secure API communications
Data at Rest
- Strong encryption for sensitive data at rest
- Encrypted database backups
- Third-party connection credentials encrypted
Password Security
- Industry-standard one-way hashing for passwords
- Passwords never stored in plain text
- Secure password reset flow
Database Security
We protect against database attacks through:
- Parameterized queries to prevent injection attacks
- Input validation
- Secure data access layer with strict separation
XSS Protection
Cross-site scripting prevention includes:
- Output encoding
- Content Security Policy
- Input sanitization
CORS Configuration
Cross-Origin Resource Sharing is configured to:
- Only allow trusted domains
- Prevent unauthorized API access
- Block cross-site attacks
Infrastructure Security
- Regular security audits
- Monitoring and alerts
- DDoS protection
- Regular updates and patches