erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

chomp password in get_win32_password #90

Closed starbelly closed 5 years ago

jkrukoff commented 5 years ago

I think this'll fix the problem, though it does look like slightly different semantics than the method the non-windows password entry is using:

            [Pw | _] = binary:split(PwLine, <<"\n">>),
starbelly commented 5 years ago

@jkrukoff that would work too, but easiest to chomp it will it's a char list IMO