Phase 09 complete — v0.2 NcProgramManager milestone done: - LicenseGenerator standalone console EXE (separate repo: license-generator.git) - keygen: RSA 2048-bit key pair generation - fingerprint: WMI machine fingerprint (Windows) - sign: RSA-SHA256 sign fingerprint -> .lic file - LicenseValidator.cs: PublicKeyXml PLACEHOLDER replaced with real vendor public key - Offline license system now production-ready end-to-end Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace AES checkLicense with MachineFingerprint+LicenseFile+LicenseValidator. License.lic hardcoded next to EXE; -chiave= CLI arg and InputArgs.chiave removed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Phase 07 complete: - IMachineFingerprint + ILicenseValidator interfaces - MachineFingerprint: WMI CPU ProcessorID + BaseBoard SerialNumber - LicenseValidator: RSACryptoServiceProvider + SHA256, injectable public key - LicenseFile.TryRead: out-param bool, no exceptions from file I/O - 6 NUnit tests (valid/wrong-machine/tampered/empty/not-base64/missing-file) - 118 tests total, 116 pass, 2 Fanuc FOCAS ignored (Windows DLL) - Fix: missing 'using System' in CncMachineFactoryTests.cs - Fix: Dockerfile.test updated for NcProgramManager rename PublicKeyXml = PLACEHOLDER until Phase 09 generates real key pair. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>