microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
Play Store Error: Unsafe Cipher mode in classes of MSAL library latest version
There is an error showing on play store for our app as follows: Unsafe Cipher Mode Your app contains a less secure encryption mode. com.microsoft.identity.common.adal.internal.cache.StorageHelper.getKeyThumbPrint
@swetasamasti2310 Can you please confirm which version of ADAL are you using?
@swetasamasti2310 Can you please confirm which version of ADAL are you using?
We are using MSAL 3.0.2 (latest). But we observed this issue also with 2.2.1.
I have encountered the same problem. It seems that the problem should have been solved in #1540
Can anyone confirm if this is fixed in any specific version? I'm using an npm package named @recognizebv/capacitor-plugin-msauth via Ionic and am getting this message. I can see an Android dependency for this package and it's using v2.2.0. It looks like the related issue #1540 solved it in 2.2.3, but above @swetasamasti2310 mentioned it broken again in 3.0.2.
Can anyone confirm if this is fixed in any specific version? I'm using an npm package named @recognizebv/capacitor-plugin-msauth via Ionic and am getting this message. I can see an Android dependency for this package and it's using v2.2.0. It looks like the related issue #1540 solved it in 2.2.3, but above @swetasamasti2310 mentioned it broken again in 3.0.2.
On the latest 4.2.0 deployed in the Play Store and we no longer have this warning