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.
Fixes: #44 (closed)
Merge request reports
Activity
@cherrypicker It is a fix for unreleased feature, so should not be mentioned in CHANGELOG IMHO.
added 1 commit
- 9bb6b3ac - unl0kr: add the CLI option to avoid suffixing a password with a newline character
mentioned in commit 56a9867e
mentioned in merge request !42 (merged)
Please register or sign in to reply