# Security Measures

PrimeXBT is committed to provide the highest level of security to its platform users. Extensive cyber-security framework is implemented in order to ensure that strict measures and practices are in place to protect customer assets against any eventualities and threats. We conduct periodical stress tests and security audits to ensure compliance with the strictest security standards.

We use the following security tools and measures:

* [2FA](/help-center/security/2fa.md) (provided by Google Auth.) to ensure account security and prevent any unauthorized access to user’s account.
* Encrypted SSL (https) to encrypt and secure our website’s traffic.
* All passwords are cryptographically hashed (using bcrypt with a cost factor of 12) while all other sensitive data is encrypted.
* Cloudflare to mitigate potential distributed denial-of-service (“DDoS”) attacks.
* Regular tests and check-ups by our technical team.
* On-going and IT security assessments are executed to keep up to date with new potential vulnerabilities.

Our environment is hosted on Amazon Web Services (“AWS”). AWS has a proven track record for physical security and internal controls.\\


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://primexbt.gitbook.io/help-center/security/security-measures.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
