Client-side encryption # This feature is available in Acra Enterprise Edition only. As we describe in Acra in depth / Architecture, data encryption can happen in client application using AcraWriter SDK. AcraWriter SDK allows client application to encrypt data into AcraStructs/AcraBlocks and then send encrypted. It means that even if a client application doesn’t use TLS or works in a hostile environment, the data is still sent encrypted. Application can send it directly to the database omitt...