Overview This post covers simple, symmetric key encryption using Dart. If you don’t know much about encryption and you’re looking for a basic “password” encryption solution, this is the post for you. Problem You need to encrypt and later decrypt some data with a password. So I had these problems recently. Dart has some greatContinue reading “Simple Encryption In Dart”