flutter_string_encryption icon indicating copy to clipboard operation
flutter_string_encryption copied to clipboard

Cross-platform string encryption using common best-practices (AES/CBC/PKCS5/Random IVs/HMAC-SHA256 Integrity Check).

Results 17 flutter_string_encryption issues
Sort by recently updated
recently updated
newest added

The plugin `flutter_string_encryption` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2...

I'd like to migrate this package to a null safe one.

Hi. I just installed the plugin and get the following: (my podfile has:) platform :ios, '9.0' Xcode's output: ↳ === BUILD TARGET SCrypto OF PROJECT Pods WITH CONFIGURATION Debug ===...

I am trying to decrypt a CryptoJS.AES encrypted string on dart (flutter) i get this error while trying to decrypt the encrypted string .

@sroddy Hey. Great plugin. Hoping you could take a look at the [console message](https://pastebin.com/CnFEAZvk) I'm getting when attempting to run my [library package ](https://pub.dev/packages/mvc_application)on iOS. Been in Flutter for some...

how to use it by aes cbc mode?

Updated travis config to use the latest env.

Fatal error: Unexpectedly found nil while unwrapping an Optional value: file /Users/developer/.pub-cache/hosted/pub.dartlang.org/flutter_string_encryption-0.3.1/ios/Classes/SwiftFlutterStringEncryptionPlugin.swift, line 130 2020-02-26 18:54:08.214319-0500 Runner[26699:4980971] Fatal error: Unexpectedly found nil while unwrapping an Optional value: file /Users/developer/.pub-cache/hosted/pub.dartlang.org/flutter_string_encryption-0.3.1/ios/Classes/SwiftFlutterStringEncryptionPlugin.swift, line...

Hello. I am having real troubles getting this to work with Xcode 9.4.1 on an imported flutter app. I built it on Android and linux first, and then wanted to...