Open
Description
Description
Presently we accept arbitrary bytes from a file as a password, which doesn't seem like the most intuitive UX, particularly when we want to treat it like text and strip out newline characters as per #1175. Making the PlainText
type contain an actual String
would make the newline stripping a lot cleaner too.