shushcli / shush

CLI for Shamir's Secret Sharing and AES key generation, encryption, and decryption.
Mozilla Public License 2.0
29 stars 7 forks source link

wildcard does not work under win10 #2

Closed d3vil7 closed 3 years ago

d3vil7 commented 3 years ago

under windows 10:

R:>shush.exe merge my.key.* Error: You must supply at least 2 shards to attempt to combine them into a secret

shushcli commented 3 years ago

Thanks for reporting!

Apparently windows shell doesn't expand wildcards. I'll update the readme to indicate the wildcard only works on unix.

Here's the (closed) golang issue, if you're curious: https://github.com/golang/go/issues/3415