I have been trying to figure out why the command in bash is generating a different signature than online converters as well as my java code.
Online and in Java it a value="value" and a key="key" generates the following sha256 signature in hex: 90fbfcf15e74a36b89dbdb2a721d9aecffdfdddc5c83e27f7592594f71932481
OR
This is across the board from online tools to my java code.
Yet in bash it produces the following output:
Does anyone know what would cause this difference? And which one is incorrect or is it printing in a different format?