Wondering if anyone could point me in the write direction for how to generate a hwid securely in java. I need to lock my software to only certain hwids hard coded in an array.
The methods I’ve seen so far involve System.getEnv which can be easily overrided to provide the values of someone who’s hwid has been whitelisted.
Thanks