The safety of data is very important to Odoo; they design their systems and procedures to guarantee it. There are various security aspects taken care of, and they are as below.
- SSL: All web connections to client instances are protected with 256-bit SSL encryption HTTPS with a 2048-bit modulus SSL certificate, and running behind Grade A SSL stacks. All Odoo's certificate chains are using SHA-2 already.
- Reliable platform: Servers with full hardware guarantee, redundant data storage, network and electrical supplies.
- Passwords: Customer passwords are protected with industry-standard PBKDF2+SHA512 encryption, salted + stretched for thousands of rounds.
- Safe system: Servers run recent Linux distribution with up-to-date security patches, with firewall and intrusion countermeasures.
- Isolation: Client data is stored in dedicated databases, there is no sharing of data between clients, and no access possible from one database to another.