Encrypt and decrypt data before it gets stored in an Airtable database. E.g. credit card numbers. Encryption and decryption keys could be automatically generated from a user’s password or separate.
This would be great for messaging apps
TKOTC
December 5, 2021, 11:17pm
3
For future people reading
Open-sourcing a couple of new components that will let you encrypt your data before sending to to Adalo. In this video we go through a quick example of building an End-to-End encrypted chat system. The app itself is pretty crappy, but the point is to show that the data is encrypted on the server, but the users can read the messages.
** WARNING: ** Encryption is a very good thing, but it can go very wrong if you lose your private key. When designing your app, make sure you give the user the oppo…