pixincreate / PixeneOS

GrapheneOS with additionals
https://pixincreate.github.io/PixeneOS/
MIT License
7 stars 2 forks source link

refactor(decoder): enforce Base64 encoded values to not be empty #24

Closed pixincreate closed 2 months ago

pixincreate commented 2 months ago

Passphrases should be mandatory. It is required to patch the OTA as well as for generating csig. Generating insecure patched GrapheneOS OTA is heavily discouraged.

Should resolve #13