Better request context

This commit is contained in:
Viktor Lofgren 2023-03-04 18:28:46 +01:00
parent cd476dd243
commit 6b10413efe

View File

@ -42,7 +42,7 @@ public class ContextScrambler {
hashData[seed.length+3] = (byte)(hashi>>>24 & 0xFF);
}
return String.format("#%x", hf.hashBytes(hashData).asInt());
return String.format("#%x:%x", hf.hashBytes(hashData).asInt(), System.nanoTime() & 0xFFFFFFFFL);
}
/** Generate a humongous salt with as many moving parts as possible,