ceonelson

Results 22 comments of ceonelson

@TGIO I'm not able to decrypt the files encrypted with RNCryptorNative using the RNCryptor-PHP library (but files from JNCryptor work fine, but is so slow on phone) :( @rnapier do...

@TGIO from what I can tell the only difference between SCHEMA_2 and SCHEMA_3 is that SCHEMA_3 fixes the SCHEMA_2 bug of calculating the password length before the password has been...

@tgio i tried to do that earlier but got an error, let me retry now and i'll see you on the IM shortly, thanks!

@rnapier That's what I thought as I saw all their definitions in there, and it looked like it had decrypted some of the previous files but I wasn't able to...

@rnapier @TGIO so this is working with a simple text string, but won't with a JPG image (or I imagine anything other than basic text). I think this is because...

@hoanghiephui thanks for the post, but I only need to encrypt on Android, and the [encrypt JNI](https://github.com/TGIO/RNCryptorNative/pull/13/files#diff-cdc8c3a7506a3d63b8b9b8118470d7d8L72) but also the [RNCryptor-cpp](https://github.com/RNCryptor/RNCryptor-cpp/blob/master/src/rnencryptor.cpp#L21) and more importantly [underlying crypto library](https://github.com/RNCryptor/RNCryptor-cpp/blob/master/src/rnencryptor.cpp#L54) use strings for...

Yeah in cryptopp\filters.h line1247 there is StringSource(const byte *string, size_t length, bool pumpAll, BufferedTransformation *attachment = NULL) which i assumed could be used to make it work, but don't know...

Doesn't happen on DB switch, only app close and reopen.

Yes it has been happening for quite a long time (at least a year), just always forgot to post about it until now. Not a big deal I just hover...