AESJniEncrypt
AESJniEncrypt copied to clipboard
🛡 Make safest code in Android. (基于libsodium实现chacha20算法,key在native中,防止被二次打包){长期维护,请star,勿fork}
HI This is a good Project. and Is this Project Support AES256/CBC/PKCS7Padding ??? or something can reference ?? Thanks
 这个算法有问题,这里应该是把后面填充的内容去掉吧,不足16填充几个几,这里忽略 0x0a,0A对应ascii码里的 \n ,这样的话,如果正好差 10 位不足 16,那就会填充 10 个 10 ,10 就是 0x0A,解密之后的原文后面会出现 10个 \n。
加密字符个数>11072,偶发解密异常或解密的字符中出现码,.I��.P��K;bK����
压测中文加密解密
奔溃信息:A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x8 in tid 5529 (JVMTI Agent thr), pid 5368 压测方式: private void test() { for (int i = 0; i <...
实际测试发现并发执行encode后,程序异常,解密失败,定位后发现是并发调用encode,encode能支持并发吗?
autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: glibtoolize --copy --force glibtoolize: putting auxiliary files...