flutter_string_encryption
flutter_string_encryption copied to clipboard
Cross-platform string encryption using common best-practices (AES/CBC/PKCS5/Random IVs/HMAC-SHA256 Integrity Check).
my application work fine in debug mode, but when i try to run in release mode i get this error: ``` FAILURE: Build failed with an exception. * What went...
I recently updated Flutter and to version 0.2.0 of your plugin and now i can't install the pods for the ios project: - `SCrypto` does not specify a Swift version...
Below is the output after trying to build gradle. ```java ERROR: Unable to resolve dependency for ':app@developmentDynamicProfile/compileClasspath': Could not resolve project :flutter_string_encryption. ``` Under` android/build.gradle` ```java ... dependencies { classpath...
please upgrade Kotlin plugin 1.3+
I captured some troubleshooting notes while consuming this package [here](https://github.com/vijayvepa/FlutterEncryptionExercise). There is a possible pull request as well. I was not sure about it because I happened to be using...
This library works great, and really helps for symmetric encryption where both sides already have the key, but it doesn't provide for any secure key exchange (yet). I believe Diffie-Hellman...