microsoft-authentication-library-for-android icon indicating copy to clipboard operation
microsoft-authentication-library-for-android copied to clipboard

Play Store Error: Unsafe Cipher mode in classes of MSAL library latest version

Open swetasamasti2310 opened this issue 2 years ago • 3 comments

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 avatar Jul 20 '22 14:07 swetasamasti2310

@swetasamasti2310 Can you please confirm which version of ADAL are you using?

negoe avatar Jul 21 '22 04:07 negoe

@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.

swetasamasti2310 avatar Jul 21 '22 06:07 swetasamasti2310

I have encountered the same problem. It seems that the problem should have been solved in #1540

drachim-dev avatar Aug 04 '22 08:08 drachim-dev

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.

dmoodz avatar Mar 31 '23 16:03 dmoodz

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

opt05 avatar Apr 04 '23 14:04 opt05