Last Updated: April 16, 2026
At Digital Refactor, security is our top priority. We implement industry-standard security practices to protect your data, code, and confidential information.
All data transmitted between your browser and our servers is encrypted with industry-standard TLS 1.2+ encryption.
Passwords are hashed using bcrypt with randomized salts. No plain-text passwords are stored.
All database queries use prepared statements with parameterized queries, preventing SQL injection attacks.
Database users have minimal required privileges. Admin and client accounts are segmented.
Role-based access control ensures users can only access their own data and authorized features.
.htaccess rules prevent direct browser access to sensitive files (config.php, db.php, credentials).
Directory listing is disabled, preventing users from browsing folder structures.
Server files are configured with appropriate permissions, limiting unauthorized access.
Session cookies are httpOnly, secure, and samesite-strict to prevent CSRF and XSS attacks.
All passwords are hashed with bcrypt, ensuring users' original passwords are never stored.
Sessions expire after 1 hour of inactivity, requiring re-authentication.
All user inputs are validated and sanitized to prevent injection attacks.
Cross-Origin Resource Sharing is properly configured to prevent unauthorized API access.
Errors are logged but not displayed to users, preventing information disclosure.
Your source code is treated with the highest level of confidentiality:
If you discover a security vulnerability, please report it responsibly to:
Email: security@digitalrefactor.xyz
Please include:
For security questions or concerns, contact us at security@digitalrefactor.xyz