The key pair is stored in DB encrypted format using AES 256.</p> <p>Login process: We use user’s password from login form for decrypting user’s original private key.</p> <p>Encryption data: We get opened data from devices using encrypted https protocol. We immediately start encryption process of the data on the server in the RAM without storing on server`s disks. We encrypted data using RSA using user’s public encryption key. The encrypted data is saved to our servers.</p> <p>Decryption: