AES/GCM/NoPadding Encryption and Decryption in Dart/Flutter
I want to apply AES/GCM/NoPadding Encryption and Decryption in my Flutter Application The Use-case : i will encrypt some String and send it to server and server will decrypt and process it and will send me updated encrypted data and…