lcimeni / tiktok-ios

0 stars 0 forks source link

NowSecure dynamic analysis: Weak Cryptographic Hashing Algorithms #74

Open lcimeni opened 2 years ago

lcimeni commented 2 years ago

Finding Description

While the application runs, cryptographic APIs are monitored to identify any insecure usage of cryptographic algorithms or primitives. In this case, insecure cryptographic hashing algorithms are monitored.

Steps to Reproduce

While the application runs, cryptographic APIs are monitored to identify any insecure usage of cryptographic algorithms or primitives. In this case, insecure cryptographic hashing algorithms are monitored.

Remediation Resources

Utilize cryptographic hashing algorithms that are considered secure and advocated for in best practice recommendation. Guidance can be found for Android and from Apple.

For more guidance on best practices in picking strong cryptography, please see OWASP's Cryptographic Storage Cheat Sheet.

Risk and Regulatory Information

Severity: low CVSS: 3.7

Application

See more detail in the NowSecure Report