Avatar of efamilant
efamilant

asked on 

Can a UUID be used to authenticate a piece of software

When we install software on a hosting server, I want to prevent it from being copied to a new server without our knowledge    In other words, I want to tie a specific copy of our software to a specific server and I am looking for the best way to do this.    One thought I had would be to to read the server's UUID and compare it to an encrypted version of the UUID.   Someone told me that the UUID so this wouldn't work but that is not my impression.    

Are there other ways to uniquely identify the server that the software is on.    I can't guarantee that the fully qualified domain name will work because not all servers have the fqdn assigned.   What else can be done?
Security

Avatar of undefined
Last Comment
McKnife
Avatar of Giovanni
Giovanni
Flag of United States of America image

Have you thought about using the MAC address of the NIC and/or the CPU ID?

final byte[] address = NetworkInterface.getNetworkInterfaces().nextElement().getHardwareAddress();
System.out.println("address = " + Arrays.toString(address));

Open in new window

Avatar of efamilant
efamilant

ASKER

MAC addresses can be spoofed and change to much.    I'm thinking about using the vendor identifying number instead.  I can obtain it using wmic.    Unfortunately, because I am programming in Java, have to do a runtime call but so be it.
ASKER CERTIFIED SOLUTION
Avatar of McKnife
McKnife
Flag of Germany image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Security
Security

Security is the protection of information systems from theft or damage to the hardware, the software, and the information on them, as well as from disruption or misdirection of the services they provide. The main goal of security is protecting assets, and an asset is anything of value and worthy of protection. Information Security is a discipline of protecting information assets from threats through safeguards to achieve the objectives of confidentiality, integrity, and availability or CIA for short. On the other hand, disclosure, alteration, and disruption (DAD) compromise the security objectives.

32K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo