Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.8
-
None
-
None
Description
In the trace code the byte values of the terms being hashed are not converted back to string but just concatenated in their raw form with Arrays.asString()
This makes the reverse engineering even harder!
Fix is to just create new string, see patch attached.