How to get cpu-id in java?

2020-06-12 06:25发布

问题:

I want to create an encryption with java.
Is there anyway to get CPU Id or anything that be unique in PC such as BIOS or ...

for example System.getCpuId(); it is just an example