In a VAPT analysis I have the application that is signed with hash algorithms affected by collision vulnerabilities:
In the manifest editor of the app I have set the min sdk version to 30: android:minSdkVersion="30"
How can I do to remove the SHA-1 hash in the sign and keep only a SHA2-256 signing, as required from VAPT analysis ?
Thanks
In the manifest editor of the app I have set the min sdk version to 30: android:minSdkVersion="30"
How can I do to remove the SHA-1 hash in the sign and keep only a SHA2-256 signing, as required from VAPT analysis ?
Thanks