We take security extremely seriously: The lead developers have well known experience in the field of computer security. We have a reputation to maintain, we are not naive regarding the risks and we understand that the future viability of the service depends on its security.
We've never been hacked: Since TurnKey's was founded in 2008 none of our systems have ever been hacked, and not for lack of trying.
We're in the same boat: We use the Hub internally for all our cloud deployments and rely on it to keep our data secure.
Security audits: The Hub is continually being audited for security vulnerabilities with careful manual code inspection and a gauntlet of automatic security auditing tools.
SSL encryption: All communications with the Hub is encrypted with the highest grade commercial encryption.
High-level language: The Hub is implemented in Python, a high-level language which prevents low-level security vulnerabilities (e.g., issues with out-of-bound pointers).
High-level application framework: The Hub is built on top of the Django Python web application framework and leverages its robust input validation mechanisms to prevent a range of common attack techniques (e.g., SQL injection, XSS, XSRF).
Isolation: The Hub has been configured to run in isolation from the rest of our network infrastructure, in order to increase resistance to attack.