StringCare/AndroidLibrary

migrate from AES/ECB/PKCS5Padding to AES/GCM/NoPadding.

MaablabsTech opened this issue · 1 comments

Using the AES/ECB/PKCS5Padding is Unsafe and now Google play brings an error below in the prelaunch report. I tried to change it on my Own but the source code misses the sc-native-lib.cpp

Unsafe Cipher Mode
Your app contains a less secure encryption mode. Please see this Google Help Center article for details.

com.stringcare.library.SC->b

Will this be fixed any time soon maybe?