Encryption
Encryption makes information unreadable to anyone unauthorized: an algorithm uses a key to turn the data into ciphertext that is worthless without the matching key. It protects data both in transit (e.g., online banking over HTTPS HTTPS is the encrypted version of the web protocol HTTP. The "S" stands for "Secure" and means the connection to the website is protected with TLS. More in the glossary → ) and at rest A REST API is the most common style for building web APIs: it uses web addresses (URLs) and standard HTTP methods to request and send data, usually in JSON format. More in the glossary → (e.g., in the cloud "The cloud" refers to services and storage that run not on your device but on external servers on the internet. You can access them from anywhere. More in the glossary → or a password manager). Today's standard is AES-256 AES-256 is a globally recognized encryption standard considered practically unbreakable. VPNs, password managers, and cloud services use it to protect your data. More in the glossary → , considered practically unbreakable. There are two types: symmetric (one shared key) and asymmetric (a public and a private key). Encryption is the technical foundation of almost every security product.
Want to compare your options?
A quick look at the top picks from the comparison.
| Product | Rating | Servers | Devices | Visit |
|---|---|---|---|---|
![]() | 4.8 | 9,400+ / 118 countries | 10 | View |
![]() | 4.7 | 105 countries | 10–14 | View |
![]() | 4.6 | 3,200+ / 100 countries | Unlimited | View |
Articles that cover it
- Cloud Storage What is the best cloud storage plan in Australia? What is the best cloud storage plan in Australia? Honest picks by need, what offshore data storage means for Australians, and how to compare plans. Read article
- Cloud Storage What is the best cloud storage for a small business? What is the best cloud storage for a small business? The criteria that matter — team folders, versioning, encryption, real backup — and honest picks. Read article
- Cloud Storage How do I access cloud storage on my phone? How to access cloud storage on your phone: set up the app on iPhone, iPad or Android, back up photos automatically and deal with a full quota. Read article
- Cloud Storage Is Proton Drive better than Google Drive? Is Proton Drive better than Google Drive? For privacy, clearly yes; for collaboration and free space, no. An honest comparison of both models. Read article


