Encryption Types
Kapsul offers several encryption types to ensure that your files are secured according to your specific needs. Below is a detailed explanation of the available encryption levels:
Level | Method | Description |
---|---|---|
-1 |
No Encryption |
The file(s) will not be encrypted at all. This option provides no security for the stored data and should only be used when encryption is not needed. |
0 |
Network-Level Encryption |
The file(s) will be encrypted using a key common for the entire network, offering basic security across the network. |
1 |
Developer-Level Encryption |
The file(s) will be encrypted with a key common for developers, protected at the developer level to ensure only authorized developers can access the data. |
2 |
End-User Level Encryption |
The file(s) will be encrypted with a key common for end-users, protected at the end-user level. Developers cannot access these files without end-user permission. |
3 |
CustomKey Encryption |
The file(s) will be encrypted with the key provided by the app owner during app creation, maintaining app-specific encryption control. |
4 |
End-to-End Encryption |
The file(s) will be end-to-end encrypted, meaning encryption and decryption occur only on the client-side, ensuring maximum data privacy. |