Secure your sensitive data with AES in Flutter

Ricardo Castellanos
3 min readApr 29, 2021

In this article, I will show you how to encrypt your sensitive data in your Flutter application using AES (Advanced encryption standard).

AES is based on a design principle known as a substitution–permutation network, and is efficient in both software and hardware. It is essential for government computer security, cybersecurity and electronic data protection.

--

--