Encryption in SloopEngine Infrastructure

Storage Encryption

Each storage component in the SloopEngine's infrastructure has been encrypted at rest. It means encryption is done at the low-level block device. Even if an attacker or hacker gains access to the block device, he/she cannot read data as it is encrypted at the rest. So, whatever services/microservices run in SloopEngine's infrastructure, reads and writes only from encrypted storage.

Endpoint Encryption

All internet-facing network endpoints in SloopEngine's infrastructure has been secured with SSL/TLS encryption. It means each service/microservice network endpoint is encrypted, thus securing data in motion/transit. So, the incoming and outgoing network traffic is encrypted.