You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented com.microsoft.identity.client:msal library:5.8.2 android kotlin i got a high security issue while test our apk :-
The app uses the RSA algorithm without Optimal Asymmetric Encryption Padding (OAEP), which weakens the encryption and,
therefore, makes it easier for the attackers to decrypt the data.
RSA encrypts the provided data deterministically. It means that when the same message and encryption key are used as input, the algorithm produces the same output ciphertext every time:
Smartphone (please complete the following information):
Android Version: 28+
MSAL Version - 5.8.2
The text was updated successfully, but these errors were encountered:
@vinaykumarIndia Can you tell us more about the security issues / warnings you are getting? Which tool is generated these warnings? Is it inside Play Console? or some custom tool?
Describe the bug
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: