Bruce

Results 67 comments of Bruce

I mean you can use `extern "C" ` to call you C++ code. like this [calling-c-dll-from-java](https://stackoverflow.com/questions/9485896/calling-c-dll-from-java).

okay, this week, i dont have a lot of work, maybe the repo will go ahead a little.

I think, maybe you are finding a wrong direction. Java only provides PKCS#5 padding, but it is the same as PKCS#7 padding. See this question on Crypto.SE: [What is the...

Obviously,length of `Discover interesting projects an` is 32, 32 same to 16 * 2. Perhaps, "length" and some loop have mistakes. If you ask about your aes algorithm, this isn't...

sorry, AES no longer support, I have pushed code that use chacah20 instead of AES. https://github.com/BruceWind/AESJniEncrypt/pull/40

@PeterleSoftwares You are welcome. Very appreciate that it helped you.

需要完整的日志 然后 用 `addr2line -e -f libc.so 地址` 比如 addr2line -e -f libc.so 999c1234234

一般要么你去定位地址,要么自己打日志看下具体挂在哪里。 我目前怀疑 可能是static 字段导致的。

你是crash了? 按理说应该有详细日志。

不知道你测试的 中文字符是什么 我这里拿你的代码执行 for 循环没有发生crash