Lloyd
Fri Sep 02 07:02:04 CDT 2005
it's the best one can do anyway!
and there is no stopping a hacker anyway, it could always decompile the
code, as far as .NET code is concerned...
better target honnest customer!
I also thought of a more tedious thing, the app could require a licence file
to run, with some encrypted data!
that won't stopper a hacker from decompiling/modifying the app, but average
user won't be able to do much about it.
But that might make the install process too complex for some average user
(if it has to donwload additional file or copy/paste big strings)
--
"A preoccupation with the next world pretty clearly signals an inability to
cope credibly with this one."
"C-Services Holland b.v." <csh@REMOVEcsh4u.nl> wrote in message
news:zrmdnaxXd-RPpIXeRVnyvg@zeelandnet.nl...
> Etienne wrote:
>> Hi, I'm writing an activation system for a software, which allows a 15
>> days grace period. Now the question is... how can I store the date? It
>> has to be kept even if the software is reinstalled, and it must not be
>> too easy to find/delete. I could write a hidden file somewhere in the
>> system or hide it in the registry, but if it is a limited XP account, I'm
>> quite limited. Any genious idea!? I tried Isolated Storage, but just
>> moving the assembly files creates a new Isolated Storage, so it's of no
>> use.
>>
>> Thanks!
>>
>> Etienne
>> Getting a beta version out soon...
>
> Hiding it in the registry or the filesytem isn't much use really if the
> user knows how to use filemon or regmon (free utilities from
>
http://www.sysinternals.com/)