adding an identity backup and auto load if corruption #1198
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
A backup (marked with the '.original' extension) is created when the keys and fingerprint are generated. If the files are corrupted, the backups are loaded instead of a regenerate it. The pwnagotchi is protected.
Motivation and Context
In some crash cases, the key can be corrupted and the keys need to be generated again.
Pwnagotchi's identity protection commit
How Has This Been Tested?
It's already integrated since a while into fancygotchi. It served me well for all the crashed I caused while I developed my new features. I voluntary corrupted the key and I booted the pwnagotchi. The backupwas loaded directly on boot. (the bad 'laoding' type was fixed in the second commit.
It's now integrated to the jay's fork too
Types of changes
Checklist:
git commit -s