react-native-aes-kit icon indicating copy to clipboard operation
react-native-aes-kit copied to clipboard

AES-CBC-PKCS5Padding

Results 7 react-native-aes-kit issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/37490999/157924195-51c9c278-b51a-4eff-b449-dd7e9ca9ecb9.png) ![image](https://user-images.githubusercontent.com/37490999/157924411-14560adc-16c0-40ec-85a4-6903d2fb4723.png) 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...