Skip to content

Validate wallet passwords as UTF-8 #1205

Open
@michaelsproul

Description

@michaelsproul

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions