It is currently Thu Sep 09, 2010 1:51 am




Post new topic Reply to topic  [ 30 posts ]  Go to page 1, 2, 3  Next
Copy Protection Software 
Author Message
User avatar

Joined: Sat Mar 07, 2009 11:52 am
Posts: 1348
Post Copy Protection Software
Hello All,

One of my clients needs a software which cannot be copied to another computer. Yes, they want to store some valuable information along with the software, which they don't want to be copied to another computer and they also don't want to run this software from pen drive.

IMHO, this can be done by checking serial number of the hard disk. But, I don't know how to do it?

Can anyone did this before?

For data encryption, I am planning to use ENCRYPT function.

Thanks in advance.

With best regards.

Sudip

_________________
With best regards,
Sudip


Sat Dec 05, 2009 8:47 am
Profile
HMG Founder
User avatar

Joined: Wed Jul 30, 2008 6:43 pm
Posts: 2324
Post Re: Copy Protection Software
sudip wrote:
Hello All,

One of my clients needs a software which cannot be copied to another computer. Yes, they want to store some valuable information along with the software, which they don't want to be copied to another computer and they also don't want to run this software from pen drive.

IMHO, this can be done by checking serial number of the hard disk. But, I don't know how to do it?

Can anyone did this before?

For data encryption, I am planning to use ENCRYPT function.

Thanks in advance.

With best regards.

Sudip


Disk serial number can be easily changed by anyone to meet the 'original' that makes your application work.

For me, the best solution in that case, is to use an encrypted virtual disk and install the app. inside it.

ie: http://www.truecrypt.org/

_________________
Regards/Saludos,

Roberto


(Veritas Filia Temporis)


Sat Dec 05, 2009 10:36 am
Profile
User avatar

Joined: Sat Mar 07, 2009 11:52 am
Posts: 1348
Post Re: Copy Protection Software
Thanks a lot Master Roberto :D
I installed it. Now testing with it :)
With best regards.
Sudip

_________________
With best regards,
Sudip


Sat Dec 05, 2009 12:08 pm
Profile
User avatar

Joined: Tue Jul 29, 2008 6:30 pm
Posts: 1966
Location: Sivakasi, India
Post Re: Copy Protection Software
This is new to me. :)

I too am badly in need of such thing.. ;) 8-)

Thanks for asking this Sudip.

_________________
East or West HMG is the Best.
South or North HMG is worth.


Sat Dec 05, 2009 4:15 pm
Profile YIM WWW
HMG Founder
User avatar

Joined: Wed Jul 30, 2008 6:43 pm
Posts: 2324
Post Re: Copy Protection Software
rathinagiri wrote:
This is new to me. :)

I too am badly in need of such thing.. ;) 8-)

Thanks for asking this Sudip.


We should establish an award for the forum users that do the best questions, inaugurating it with Sudip :)

_________________
Regards/Saludos,

Roberto


(Veritas Filia Temporis)


Sat Dec 05, 2009 4:23 pm
Profile
User avatar

Joined: Sat Mar 07, 2009 11:52 am
Posts: 1348
Post Re: Copy Protection Software
Roberto Lopez wrote:
We should establish an award for the forum users that do the best questions, inaugurating it with Sudip :)

Thanks a lot Master Roberto and Rathi :) When I was in school there was a back bencher (not me, he was sitting besides me ;) ), who always asked irrelevant questions to disturb the class. Hope I am not playing the same role here ;) :lol:

Ok jokes apart, I tested this excellent software, created an encrypted volume. I copied my app to this volume. It runs fine from there. But, how can I protect copying that app from the encrypted volume? (Yes, there are too much unused gray cells in my brain, I need more hints ;) )

Thanks in advance.

With best regards.

Sudip

_________________
With best regards,
Sudip


Sat Dec 05, 2009 4:40 pm
Profile
HMG Founder
User avatar

Joined: Wed Jul 30, 2008 6:43 pm
Posts: 2324
Post Re: Copy Protection Software
sudip wrote:
Thanks a lot Master Roberto and Rathi :) When I was in school there was a back bencher (not me, he was sitting besides me ;) ), who always asked irrelevant questions to disturb the class. Hope I am not playing the same role here ;) :lol:


I was a teacher for nearly twenty years and I can assure that, always there is one :)

But, it's still surprising to me that on the other side of the world, in very very different cultures, at last, the people behaves the same :)

sudip wrote:
Ok jokes apart, I tested this excellent software, created an encrypted volume. I copied my app to this volume. It runs fine from there. But, how can I protect copying that app from the encrypted volume? (Yes, there are too much unused gray cells in my brain, I need more hints ;) )


If the operator is 'trusted' he simple should close the encrypted disk at app exit, If not, you are in trouble :)

Well... in such case you should collect info about the PC BIOS that can be not emulated (at least easily) on other machine.

Perhaps Grigory could help on this...

_________________
Regards/Saludos,

Roberto


(Veritas Filia Temporis)


Sat Dec 05, 2009 5:39 pm
Profile
User avatar

Joined: Fri Aug 01, 2008 5:42 am
Posts: 260
Location: Ukraine
Post Re: Copy Protection Software
Roberto Lopez wrote:
...
Well... in such case you should collect info about the PC BIOS that can be not emulated (at least easily) on other machine.

Perhaps Grigory could help on this...

Hi,

Try
Code:
Function GetBiosName()

   cName := RegistryRead( "HKLM\HARDWARE\DESCRIPTION\System\SystemBiosVersion" ) + " (" + ;
      RegistryRead( "HKLM\HARDWARE\DESCRIPTION\System\SystemBiosDate" ) + ")"

Return cName


I hope that helps :idea:

_________________
Kind Regards,
Grigory Filatov


Sat Dec 05, 2009 7:34 pm
Profile WWW
HMG Founder
User avatar

Joined: Wed Jul 30, 2008 6:43 pm
Posts: 2324
Post Re: Copy Protection Software
gfilatov wrote:
Hi,

Try
Code:
Function GetBiosName()

   cName := RegistryRead( "HKLM\HARDWARE\DESCRIPTION\System\SystemBiosVersion" ) + " (" + ;
      RegistryRead( "HKLM\HARDWARE\DESCRIPTION\System\SystemBiosDate" ) + ")"

Return cName


I hope that helps :idea:


THANKS!

_________________
Regards/Saludos,

Roberto


(Veritas Filia Temporis)


Sat Dec 05, 2009 8:55 pm
Profile
User avatar

Joined: Tue Jul 29, 2008 6:30 pm
Posts: 1966
Location: Sivakasi, India
Post Re: Copy Protection Software
May be this is too much. However...

Since truecrypt is also open source, can that be compiled using mingw and probably have a bridge for harbour so that we can use it inside our HMG application?

_________________
East or West HMG is the Best.
South or North HMG is worth.


Sun Dec 06, 2009 5:49 am
Profile YIM WWW
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 30 posts ]  Go to page 1, 2, 3  Next


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © phpBB Group.
Designed by Vjacheslav Trushkin for Free Forum/DivisionCore.