3
0
Fork 0
trifid_mobile/android
John Maguire ec1af2974a
Fix encryption errors after restoring to a new phone (#143)
When a user restores to a new phone, their TPM will no longer be able to
decrypt the encrypted credentials.

We have code already in place to delete "invalid" sites, which cleans
these up by removing them.

However, when trying to save a new site, Android continues to try to use
the old keys which are no longer decryptable. So, when saving new
encrypted files, simply reset the crypto keys if we are unable to
encrypt.
2023-12-01 15:26:21 -05:00
..
app Fix encryption errors after restoring to a new phone (#143) 2023-12-01 15:26:21 -05:00
fastlane Automated build and release (#71) 2022-10-03 15:30:39 -05:00
gradle/wrapper Upgrade to flutter 3 (#70) 2022-09-21 15:27:35 -05:00
mobileNebula Upgrade to flutter 3 (#70) 2022-09-21 15:27:35 -05:00
.gitignore Upgrade to flutter 3 (#70) 2022-09-21 15:27:35 -05:00
Gemfile Automated build and release (#71) 2022-10-03 15:30:39 -05:00
Gemfile.lock Automated build and release (#71) 2022-10-03 15:30:39 -05:00
build.gradle Fix encryption errors after restoring to a new phone (#143) 2023-12-01 15:26:21 -05:00
gradle.properties Upgrade to flutter 3 (#70) 2022-09-21 15:27:35 -05:00
settings.gradle Upgrade to flutter 3 (#70) 2022-09-21 15:27:35 -05:00