Security & Privacy
API Key Safety
- Never expose your API key in client-side code
- Never commit API keys to version control
- Use environment variables or secret managers
- Rotate keys if you suspect a leak
Proxy Safety
- Use authenticated proxies (user:pass@host:port format)
- Rotate proxies regularly to avoid bans
- Never use your real IP for captcha solving
Data Handling
- HydroSolve does not store your site credentials
- Task parameters are processed and discarded
- Only the solved token is returned and stored temporarily
- Results auto-expire after 5 minutes