Hi,
It would be great to be able to read the password from STDIN, both for the initial key generation, and for signature creation. It appears the original supports this (from jedisct1/minisign#43), while this implementation currently errors with Error: failed to read password: inappropriate ioctl for device.
Hi,
It would be great to be able to read the password from STDIN, both for the initial key generation, and for signature creation. It appears the original supports this (from jedisct1/minisign#43), while this implementation currently errors with
Error: failed to read password: inappropriate ioctl for device.