Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

flutterui:clientside_encryption [2026/03/23 15:20]
admin created
flutterui:clientside_encryption [2026/03/23 15:20] (current)
admin
Line 1: Line 1:
 ~~NOTRANS~~ ~~NOTRANS~~
-~~Title: ​Biometric & PIN security~~ +~~Title: ​Client-side encryption~~ 
 You can store values fully encrypted in your backend/​database - transparently,​ securely, and without ever exposing plaintext on the server. All you need is a client-side token that lives exclusively in secure storage on the device. The backend and the database only ever see encrypted bytes. When the data is read, it's automatically decrypted on the client. In other words: your app never has to persist unencrypted data again. You can store values fully encrypted in your backend/​database - transparently,​ securely, and without ever exposing plaintext on the server. All you need is a client-side token that lives exclusively in secure storage on the device. The backend and the database only ever see encrypted bytes. When the data is read, it's automatically decrypted on the client. In other words: your app never has to persist unencrypted data again.
  
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information