How secure is the Jabord Platform? Where is my information Hosted?
Jabord takes security very seriously:
- Jabord is SSL enabled site with 256-bit encryption
- Our data is served using REST Web services. Each service request is validated against a valid JWT token
- Cross-origin resource sharing (CORS) is implemented that allows the resources to be served from the same domain
- Sensitive data like password are encrypted and stored in the Database
- All types of files are stored in S3 which is not accessible without an AWS token
- For accessing all the digital data, URL is generated dynamically and that URL is accessed with particular user authentication key and security key. Now, these URLs are valid for 7 days
- SQL Service can be accessed only from our server
- XPath restriction is added so that other crawler can’t crawl in our site except for some basic pages
- OAuth 2 authentication is implemented to access our API other than Jabord
- Two-step authentication is implemented for enhanced security during signing in
Jabord is hosted in AWS (Amazon Web Services)
Updated on: 10/05/2022
Thank you!