This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Description
Hi,
We are seeing a warning on our production app on google play console. The warning states:
Security alert
Your app contains unsafe cryptographic encryption patterns. Please see this Google Help Center article for details.
Vulnerable classes: com.xxx.xxx.android.AesCbcWithIntegrity
Affects APK version 10819.
The article the warning is referring to https://support.google.com/faqs/answer/9450925
Remediation
for Unsafe Cryptographic Encryption - Google HelpThis information is intended for developers with app(s) that contain unsafe cryptographic encryption patterns. That is, a ciphertext is generated with a statically computed secret key, salt, or initiasupport.google.com
Can someone help me to resolve this Security alert warning?