Hashrat icon indicating copy to clipboard operation
Hashrat copied to clipboard

feature request: hex input

Open cdslashetc opened this issue 10 years ago • 1 comments

I've been looking for a CLI program to convert hex to z85 and this is the closest program that I have found. I suppose the difficulty would be validating input--or just crashing with ugly error if input is invalid. This could be useful for taking hash generated by some other program and just using hashrat to convert the format.

cdslashetc avatar Dec 31 '15 17:12 cdslashetc

The problem is that hashrat internally feeds the input through a hashing routine. I'll write another program to do this conversion, I think you're right that there's not one out there.

ColumPaget avatar Jan 04 '16 19:01 ColumPaget