How AES-256-GCM Protects Your Notes
You may have seen apps claim to use AES-256-GCM, but what does that actually mean? In simple terms, it is a modern way of encrypting data so that someone who gets the raw files still cannot read them, and it also helps detect tampering.
What is AES-256?
AES stands for Advanced Encryption Standard. The “256” refers to the key size. For everyday users, the practical meaning is simple: it is a very strong, widely trusted standard used to protect sensitive data.
What does GCM add?
GCM stands for Galois/Counter Mode. It does not just encrypt data, it also helps verify that the encrypted data has not been modified. That matters because you do not only want secrecy, you also want integrity.
Why is that useful for notes?
If your notes are encrypted with AES-256-GCM, someone who copies your storage files should not be able to read the notes without the correct key. And if the encrypted data is tampered with, the app can detect that something is wrong instead of silently opening damaged or modified data.
What about keys?
Encryption is only as strong as key handling. That is why note apps also need to protect where keys live. In Fortnote’s case, keys can be protected by the device’s secure keystore and hardware-backed protection where available. That reduces the chance of raw keys being exposed.
Does encryption solve everything?
No. Encryption is very important, but it is only one part of note security. You also need sensible storage choices, lock controls, backup decisions, and a design that avoids unnecessary exposure through cloud systems or trackers.