Skip to content
Snippets Groups Projects
Commit 72981a2a authored by Vladimir Stoiakin's avatar Vladimir Stoiakin
Browse files

unl0kr: add the CLI option to avoid suffixing a password with a newline character

Appending the newline character '\n' is the right thing to do when you print a password to a tty or a text file.
But different tools process it differently. For example, cryptsetup strips the newline character, but systemd-cryptsetup with a password agent does not.
This commit allows to control the newline character with an option.
parent 3196e47d
No related branches found
No related tags found
No related merge requests found
Pipeline #217142 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment