Skip to main content

Data encryption at rest and in transit

Learn more about data encryption at rest and in transit

Ismail avatar
Written by Ismail
Updated over 4 years ago

Without any exceptions, all the data transmitted to or from the Zeplin travels over SSL/TLS 1.2.
​
Zeplin uses MongoDB as its main database, and encrypts your data with AES256-CBC (or 256-bit Advanced Encryption Standard in Cipher Block Chaining mode) via OpenSSL.

AES-256 uses a symmetric key; i.e. the same key to encrypt and decrypt text.

Did this answer your question?