|
-
Nov 15th, 2007, 10:02 AM
#1
Thread Starter
Addicted Member
How can I encrypt an exe?
I want to make a program that locks a certain program (i.e make the user not able to run it)..
It does not have to be secure.
It just needs to make some damage to the target program upon clicking on 'lock' so that the ordinary user cannot run the target program.. it is "locked"..
Of course, the reverse process, the unlocking, should also work..
When I use
Code:
Open Target for Append as #1
Write #1, Gibberish
Close #1
the target program gets totally damaged since i appended in text stream. Not reversible..
Thanks in advance.
-
Nov 15th, 2007, 10:24 AM
#2
Re: How can I encrypt an exe?
 Originally Posted by winterslam
It just needs to make some damage to the target program....
.
Why not simply rename it, changing the extension to NOCHANCE or something ?
-
Nov 15th, 2007, 10:28 AM
#3
Thread Starter
Addicted Member
Re: How can I encrypt an exe?
Renaming is too simple, I guess.
I want to make a little damage to the program
perhaps by splitting the program into segments
or
manipulating the binary file in other ways
-
Nov 15th, 2007, 10:40 AM
#4
Re: How can I encrypt an exe?
 Originally Posted by winterslam
I want to make a little damage to the program
perhaps by splitting the program into segments
This is a violation of our AUP
 Originally Posted by Acceptable Use Policy
You will not use these Forums for the purposes of sharing or distributing viruses, licenses, registration information, software keys, "cracks," or other information designed to do harm to or allow unlawful access to any computer hardware, software, networks, or any other systems.
If the information you are after continues along these lines, I will close this thread.
Encryption is perfectly legal and legitimate. Causing harm it not.
-
Nov 15th, 2007, 10:47 AM
#5
Thread Starter
Addicted Member
Re: How can I encrypt an exe?
Delete this thread if you want.. Go ahead
I'm not making a virus.
My company developed a program long time ago and lost the source code. That program has no serial number validation and other restrictions.
So I've been asked to repackage that program, with all the new customer limitations.
First I was thinking of OLE, embedding the old program inside the new program.
But i failed. Refer to my other thread..
So i'm now thinking of locking the old program and only allowing it to run only when the my new program permits when the user enters the correct serial number.
Do i have to explain everything here?
Gosh!
And if i were to make a virus, why would I put myself trouble of encrypting the file.. I can just delete.. 
Whatever
Last edited by winterslam; Nov 15th, 2007 at 10:51 AM.
-
Nov 15th, 2007, 11:38 AM
#6
Re: How can I encrypt an exe?
Last edited by CVMichael; Nov 15th, 2007 at 11:47 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|