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
Thanks a lot …
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if you need unique id you can use UUID :
Example run :