Skip to content

secret-tool: Verify that the parsed stdin password is vaild UTF-8

Implement the following todo in read_password_stdin within secret-tool.c:

/* TODO: Verify that the password really is utf-8 text. */

Merge request reports