Security
Secure Decoding: Best Practices for File Privacy
Security guidance for account access, file retention controls, credential rotation, safe downloads, and deleting stored recovery files.
IonCube Decoder TeamFebruary 27, 20253 min read
Why Security Matters in Decoding
When you upload an encoded PHP file for decoding, you're trusting the service with potentially sensitive code — database credentials, API keys, business logic, and proprietary algorithms.
Our Security Architecture
Controlled Retention
- Uploaded and decoded files may be retained for account delivery and support
- The default account retention period is 14 days
- Users can delete stored input and output content from the dashboard before expiry
Encryption in Transit
- All connections use TLS 1.3
- HSTS headers prevent downgrade attacks
- Provider and decoder API credentials remain server-side
Access Control
- Each decoded file is tied to your account
- UUID-based file identifiers prevent enumeration
- Session-based authentication with automatic expiry
Best Practices for Users
GDPR Compliance
We are fully GDPR compliant:
- Data Export — Download all your data anytime
- Account Deletion — Permanently delete your account and all associated data
- Retention Controls — Remove stored recovery files from your dashboard when no longer needed
- Minimal Data Collection — We only collect what's necessary for the service
Cryptocurrency Payments for Privacy
We accept Stripe, PayPal, Bitcoin (BTC), and USDT. Stripe and PayPal process their own checkout credentials; the site stores transaction references and status needed for credits and receipts.