Overview
The Encrypter Web Assembly function allows you to encrypt and decrypt strings using the database using AES-256.
We used the Encrypter function to build the journal app. the journal app is a 100% open-source, MIT-licensed cross-platform (android & IOS) application built with Flutter.
Each entry in the database is encrypted with AES-256 and decrypted using the Encrypter Function in SingleStore. The app stores the encryption key for the entries in the biometric storage of the device; This helps you prevent personal data misuse and offers a high level of data privacy while keeping the server architecture.

Log in or sign up for Devpost to join the conversation.