The source project of this merge request has been removed.
make_key: Prompt for passwords with read -r
Without -r, bash interprets backslash-escaped characters inside the password by default.
This affects the encrypt_keys.sh and decrypt_keys.sh scripts too. I've submitted a PR for those here: https://github.com/GrapheneOS/script/pull/54
Edited by Andrew Gunnerson