Bug P3
Status Update
Comments
cl...@gmail.com <cl...@gmail.com> #3
Yes
cl...@gmail.com <cl...@gmail.com> #4
Get rid of stupid bug in my phone
Because it's illegal to track someone with
Intel the war will be here soon in USA it's not safe CHINA wants Russia to attack USA
Blinded By The Light
Keep your HEAD on a Swivel China coming from the Sky fuck you President followers Free Freedom Fighters Black Panthers are waiting to unleash the Laser thats going to take the United States come on wit it I'm ready from up above the river will dry up and unleash evil the trumpets will sound Jesus Christ is coming home to destroy who path he crosses Fuck Wet Backs and Nigger fuck you to stupid Bitch all blue eyed devilz must perish
For ever fuck you momma
Because it's illegal to track someone with
Intel the war will be here soon in USA it's not safe CHINA wants Russia to attack USA
Blinded By The Light
Keep your HEAD on a Swivel China coming from the Sky fuck you President followers Free Freedom Fighters Black Panthers are waiting to unleash the Laser thats going to take the United States come on wit it I'm ready from up above the river will dry up and unleash evil the trumpets will sound Jesus Christ is coming home to destroy who path he crosses Fuck Wet Backs and Nigger fuck you to stupid Bitch all blue eyed devilz must perish
For ever fuck you momma
cl...@gmail.com <cl...@gmail.com> #5
Fuck you blues eyed devil 👿
dp...@gmail.com <dp...@gmail.com> #6
The spam is unfortunate but the issue is real. Any chance someone from Google can help triage?
Description
This problem started with the latest stock Google Android update (14 UQ1A.240205.002.A1), testing on a Pixel 7 and other devices. This problem did not exist prior to the more recent Android update.
Problem: If a MasterKey is deleted (deleteEntry) from the AndroidKeyStore, that alias is corrupt. Deleting the app and reinstall seems to work, but if you kill the app and restart the MasterKey at that alias fails with exceptions.
How to reproduce: I have attached a minimal android studio example. Below describes the problem in code.
Using Android Security Jetpack:
implementation("androidx.security:security-crypto-ktx:1.1.0-alpha06")
.In the android manifest, you can set
android:allowBackup="false"
to be sure that is not interfering.Create some encrypted preferences
javax.crypto.AEADBadTagException
It is as though the MasterKey is forever corrupted even surviving deleting the app and installing a new version. This occurs even if using a custom master key alias.
Expected Behavior: The expected behavior is that if the MasterKey alias is deleted, then a new one should be created that is fully functional and not throw exceptions. It should definitely not result in corruption in a re-installed app after the prior was deleted.