Closed dkg closed 2 years ago
if i have a trailing newline at the end of a SESSIONKEY file, it currently causes gosop decrypt --with-session-key to complain:
gosop decrypt --with-session-key
decrypt: encoding/hex: invalid byte: U+000A
It would be better to gracefully ignore trailing whitespace here.
Fixed in 92fc880b0f3bc7f5c7f64c7e5894f1ff347ea619 :)
if i have a trailing newline at the end of a SESSIONKEY file, it currently causes
gosop decrypt --with-session-key
to complain:It would be better to gracefully ignore trailing whitespace here.