-
- Downloads
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
Showing
- man/unl0kr.1.scd 6 additions, 4 deletionsman/unl0kr.1.scd
- unl0kr/command_line.c 6 additions, 1 deletionunl0kr/command_line.c
- unl0kr/command_line.h 2 additions, 0 deletionsunl0kr/command_line.h
- unl0kr/main.c 1 addition, 1 deletionunl0kr/main.c
- unl0kr/unl0kr-agent.c 1 addition, 1 deletionunl0kr/unl0kr-agent.c
Please register or sign in to comment