<-Back

Function: Cyclops:Check-Machine-Fingerprint

check-machine-fingerprint compare the running machine's fingerprint against expected-fingerprint

. Returns a plist:

match:
— T if fingerprints match
expected:
— the expected fingerprint from the license
actual:
— the computed fingerprint of this machine
tier:
— strength tier (1-3) of the computed fingerprint
sources:
— plist of source values read When EXPECTED-FINGERPRINT is NIL (older license without machine binding), returns :match T with a note that machine validation was skipped.

<-Back