scottyab / secure-preferences

Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.
1.53k stars 235 forks source link

Security Scan failed #96

Open KumariAnjuThakur opened 5 years ago

KumariAnjuThakur commented 5 years ago

Hi Scott,

After security scan by our tool, this lib gets failed because follows threat is found.

Issue: Use of a Broken or Risky Cryptographic Algorithm

Description: The use of a broken or risky cryptographic algorithm is an unnecessary risk that may result in the disclosure of sensitive information. The use of a non-standard algorithm is dangerous because a determined attacker may be able to break the algorithm and compromise whatever data has been protected. Well-known techniques may exist to break the algorithm.

For know more about this issue, you can refer the link : http://cwe.mitre.org/data/definitions/327.html

Thanks, Anju