SpinResearch / rustysecrets-cli

🔑 Command-line wrapper around RustySecrets, a Rust implementation of threshold Shamir's secret sharing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only display the secret to stdout if we are able to parse it as UTF-8?

romac opened this issue · comments

It would be nice if we could detect that we are printing to the console and not redirecting to a file, and only validate the output then, as we might want to let user redirect/piping the standard output even if it's not printable.