open-license-manager / licensecc

Software licensing, copy protection in C++. It has few dependencies and it's cross-platform.
http://open-license-manager.github.io/licensecc/
BSD 3-Clause "New" or "Revised" License
946 stars 300 forks source link

How to verify that pc identifier in a license file is equal to actual pc identifier? #161

Open anton-erymin opened 5 months ago

anton-erymin commented 5 months ago

Hello! As I understand, the library does not do such a check?

anton-erymin commented 5 months ago

I found the way to get pc identifier from the license file: add to extra data same pc identifer, and it become available as proprietary data in LicenseInfo, so you can check it with actual pc identifier.