Yeah, feel free to contribute with such a pull request.
I would say that using the $HEX[] format would be a good solution since it is already used a lot for the different hashcat tools.
So the input/output would need to have all these properties:
1. it starts with "$HEX[" (without quotes)
2. it ends with "]" (without quotes)
3. the chars in between must be lower-case hexadeximal (0-9a-f) and the length *must* be a multiple of 2
If all these conditions are satisfied, cap2hccapx should treat the input as hexadecimal and act accordingly.
Thanks
I would say that using the $HEX[] format would be a good solution since it is already used a lot for the different hashcat tools.
So the input/output would need to have all these properties:
1. it starts with "$HEX[" (without quotes)
2. it ends with "]" (without quotes)
3. the chars in between must be lower-case hexadeximal (0-9a-f) and the length *must* be a multiple of 2
If all these conditions are satisfied, cap2hccapx should treat the input as hexadecimal and act accordingly.
Thanks