react-native-aes-kit
react-native-aes-kit copied to clipboard
AES-CBC-PKCS5Padding
  Thanks for the help
I have done `import AesCrypto from 'react-native-aes-kit'` I have also tried ``` import {NativeModules} from 'react-native' const {AesCrypto} = NativeModules ``` But nothing seems to be working in `IOS`, however...
FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:mergeDebugAssets'. > Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. > Could...
Can you please update it to support the latest version on react native
I am creating a react native project with expo. When I try to run the sample code, I encounter the said error "[Unhandled promise rejection: TypeError: AesCrypto.encrypt is not a...
Hi, Is there a limit character for AES Encryption result? I try to decrypt AES Encryption with 269 character long but it gives error like below, but when I try...