No description
Find a file
dtrentin 15644cfdf8 feat(09-license-generator): standalone LicenseGenerator tool + real RSA key pair
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>
2026-05-17 23:37:49 +02:00
.paul feat(09-license-generator): standalone LicenseGenerator tool + real RSA key pair 2026-05-17 23:37:49 +02:00
Cnc refactor(rename): FanucProgramManager → NcProgramManager 2026-05-17 22:31:36 +02:00
Licensing feat(09-license-generator): standalone LicenseGenerator tool + real RSA key pair 2026-05-17 23:37:49 +02:00
NcProgramManager.Tests feat(07-license-core): RSA offline license core 2026-05-17 22:58:14 +02:00
Properties refactor(rename): FanucProgramManager → NcProgramManager 2026-05-17 22:31:36 +02:00
.gitignore Initial commit: migrate from FanucProgramManager 2026-05-17 22:10:30 +02:00
AesCrypt.cs refactor(rename): FanucProgramManager → NcProgramManager 2026-05-17 22:31:36 +02:00
App.config Initial commit: migrate from FanucProgramManager 2026-05-17 22:10:30 +02:00
Dockerfile.test feat(07-license-core): RSA offline license core 2026-05-17 22:58:14 +02:00
FanucProgram.cs refactor(rename): FanucProgramManager → NcProgramManager 2026-05-17 22:31:36 +02:00
FanucProgramManager.csproj.user Initial commit: migrate from FanucProgramManager 2026-05-17 22:10:30 +02:00
fwlib32.cs Initial commit: migrate from FanucProgramManager 2026-05-17 22:10:30 +02:00
InputArgs.cs feat(08-license-integration): wire RSA license check, remove -chiave arg 2026-05-17 23:10:05 +02:00
NcProgramManager.csproj feat(07-license-core): RSA offline license core 2026-05-17 22:58:14 +02:00
NcProgramManager.sln refactor(rename): FanucProgramManager → NcProgramManager 2026-05-17 22:31:36 +02:00
nunit.runsettings Initial commit: migrate from FanucProgramManager 2026-05-17 22:10:30 +02:00
packages.config Initial commit: migrate from FanucProgramManager 2026-05-17 22:10:30 +02:00
Program.cs feat(08-license-integration): wire RSA license check, remove -chiave arg 2026-05-17 23:10:05 +02:00