This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
forked from omnirom/android_bootable_recovery
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encrypted backups are poorly implemented (both by TWRP for padding a password with zeros to achieve an AES key and openaes for using non-standard CBC) and not to be trusted. Do not give users a false sense of security by offering this option. Remove the ability to use openaes to encrypt backups, but still allow already openaes-encrypted backups to be restored. Ref: TeamWin/Team-Win-Recovery-Project#817 Change-Id: Ibc1802372d8caa8c475039e66fb08ce163df27e9
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters