On Wed, Jul 31, 2019 at 03:25:21PM +0100, Howard Chu wrote:
I've been looking for a way to support the hashing callbacks. Without them, this won't be accepted.
Easiest at this point is simply to define a character (maybe space, or tab) as a delimiter between seed and password.
Thanks Howard. I was trying to stay away from that as it would make it somewhat confusing to use that character, but if you think it's OK to implement that way I'll give it a shot. I'll just make sure it's well documented in the manpage as well...