Click here to Skip to main content
15,899,475 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Another "Interop" question. Pin
igor196013-Jul-03 10:52
igor196013-Jul-03 10:52 
GeneralWIN CE and .NET Pin
Dato12-Jul-03 10:24
Dato12-Jul-03 10:24 
GeneralRe: WIN CE and .NET Pin
Heath Stewart15-Jul-03 9:16
protectorHeath Stewart15-Jul-03 9:16 
GeneralSpeech SDK question... Pin
JoeSox11-Jul-03 7:43
JoeSox11-Jul-03 7:43 
GeneralTrial version Pin
Anonymous11-Jul-03 3:51
Anonymous11-Jul-03 3:51 
GeneralRe: Trial version Pin
Heath Stewart11-Jul-03 4:37
protectorHeath Stewart11-Jul-03 4:37 
GeneralRe: Trial version Pin
Nick Parker12-Jul-03 4:59
protectorNick Parker12-Jul-03 4:59 
GeneralRe: Trial version Pin
Heath Stewart12-Jul-03 7:28
protectorHeath Stewart12-Jul-03 7:28 
They would have to resubmit the license request file (basically, the unsigned XML file) and have it resigned and reissued. This is, however, similar to current public key cryptography. If you change your key, you must redistribute it and your old public key won't work anymore with the new private key. The computer's SID 1) isn't supposed to change unless you change domains, and 2) uniquely identifies the computer, just like your private key identifies you.

Speaking of domains, if you change the domain name in ActiveDirectory, the server certificates and everything the CA has signed is invalid. In public key cryptography, uniqueness is required somewhere so that you can verify signatures (basically, the encrypted hash).

I guess one could say that no content / application protection scheme is 100% effective and versatile. This one just uses standard cryptography practices that have been proven time and time again. It still isn't the best because of problems like you pointed out, but it'll work in most cases - a large most.

Besides, think of it like Microsoft activation thingy. If you change something major, you have to reactivate and probably will end up calling Microsoft. Your customers could have the same option where they explain the situation, so you can verify their credentials (perhaps a business ID or passphrase) and resign the file however you see fit.

 

Reminiscent of my younger years...
10 LOAD "SCISSORS"
20 RUN

GeneralRe: Trial version Pin
Nick Parker12-Jul-03 7:50
protectorNick Parker12-Jul-03 7:50 
GeneralRe: Trial version Pin
Heath Stewart12-Jul-03 7:54
protectorHeath Stewart12-Jul-03 7:54 
GeneralRe: Trial version Pin
Nick Parker12-Jul-03 8:27
protectorNick Parker12-Jul-03 8:27 
GeneralRe: Trial version Pin
Derek Lakin14-Jul-03 21:17
Derek Lakin14-Jul-03 21:17 
GeneralRe: Trial version Pin
Heath Stewart15-Jul-03 2:22
protectorHeath Stewart15-Jul-03 2:22 
GeneralRe: Trial version Pin
Derek Lakin15-Jul-03 2:40
Derek Lakin15-Jul-03 2:40 
GeneralRe: Trial version Pin
Adam Turner31-Jul-03 19:57
Adam Turner31-Jul-03 19:57 
GeneralRe: Trial version Pin
Heath Stewart1-Aug-03 8:51
protectorHeath Stewart1-Aug-03 8:51 
GeneralRe: Trial version Pin
Heath Stewart7-Sep-03 19:22
protectorHeath Stewart7-Sep-03 19:22 
GeneralRe: Trial version Pin
Stephane Rodriguez.12-Jul-03 0:01
Stephane Rodriguez.12-Jul-03 0:01 
GeneralRe: Trial version Pin
Heath Stewart12-Jul-03 7:21
protectorHeath Stewart12-Jul-03 7:21 
GeneralRe: Trial version Pin
Stephane Rodriguez.12-Jul-03 7:38
Stephane Rodriguez.12-Jul-03 7:38 
GeneralPushing .NET Framework to client machines Pin
Nino_19-Jul-03 16:23
Nino_19-Jul-03 16:23 
GeneralRe: Pushing .NET Framework to client machines Pin
David Stone9-Jul-03 18:02
sitebuilderDavid Stone9-Jul-03 18:02 
GeneralRe: Pushing .NET Framework to client machines Pin
Nino_19-Jul-03 18:52
Nino_19-Jul-03 18:52 
GeneralRe: Pushing .NET Framework to client machines Pin
Heath Stewart11-Jul-03 4:41
protectorHeath Stewart11-Jul-03 4:41 
GeneralRe: How to make callback from hosted managed component to unmanaged host? Pin
popopo9-Jul-03 1:57
popopo9-Jul-03 1:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.