RNCryptorNative
RNCryptorNative copied to clipboard
Android JNI model implementation of Rob Napier's RNCryptor.
I have following error when call `encryptor.decrypt` only in some devices. I don't understand why ``` Fatal Exception: java.lang.UnsatisfiedLinkError No implementation found for java.lang.String q.a.a.decrypt(java.lang.String, java.lang.String) (tried Java_q_a_a_decrypt and Java_q_a_a_decrypt__Ljava_lang_String_2Ljava_lang_String_2)...
File Decryption not working every-time its return empty file only.how to solve it
We have face the issue while upgrade the exist application. Issues: ERROR: Unable to find method 'com.android.build.gradle.internal.profile.ProfilerInitializer.init(Lorg/gradle/api/Project;)V'. Possible causes for this unexpected error include: Gradle's dependency cache may be corrupt...
Your callback function is `RNCryptorNativeCallback()`. maybe `Callback()` is the old one ( old versions ) or it's a simple mistake :)
When I try to decrypt strings encrypted in iOS I encounter the following error: JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal start byte 0xff' After...
Hello, does anyone else get this problem frequently? I can't find any solution for it and encryption is critical for my needs... :/ 
Does RNCryptorNative support streams? I think it will be very useful and important for a large file. In JNCyiptor,we can use AES256JNCryptorOutputStream and AES256JNCryptorInputStream
I am using RNCRyptorNative(version 0.0.9) at my android app, which have an iOS(swift) version too. I have a chat which all messages sended are encrypted before save on my database....
After using RNCryptorNative app size increased by 8MB more than previous.
In Android when you want to encrypt the text, you have to use SCHEMA_3 for encryption. Decryptor in Swift cannot identify the Schema Version of Base 64 encoded string.