Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List encryption support for individual devices #164

Open
mvglasow opened this issue Aug 27, 2024 · 0 comments
Open

List encryption support for individual devices #164

mvglasow opened this issue Aug 27, 2024 · 0 comments

Comments

@mvglasow
Copy link

I take it from https://twrp.me/faq/encryptionsupport.html that encryption support needs to be implemented individually for each device, and I share your opinion that having recovery without encryption support is better than having no recovery at all.

However, it took me some digging to find out whether encryption is supported on my device – an issue filed in the device-specific repository tells me it’s not.

It would be great to have this information available for every device, e.g. on the device-specific page linked at https://twrp.me/Devices/. It would be a simple yes/no field, maybe with an optional comment field for restrictions or other important information regarding crypto support on that particular device.

Maybe the yes/no flag can even be auto-generated – I see BoardConfig.mk for the respective device has a flag named TW_INCLUDE_CRYPTO, I just don’t know if that’s enough to tell if encryption is supported and works on that device.

If that doesn’t work, maintaining this information manually should be mostly a one-off effort to initially add this information for each device. After that, it’s up to the maintainers to supply this information for every newly-added device, and to update it once encryption support is added – probably much less effort than adding a new device or implementing encryption.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant