Android 12 (API level 31): Key size must be either 128, 192, or 256 bits.
Posted onAndroid 12 introduced some breaking changes on its security stack. Google is slowly dropping Bauncy Castle java security stack in favor of Conscrypt security java layer. At one of my clients I had some strange situation: on the latest Android 12 (API level 31) testing, some apps stop working and start throwing following exception: Key […]