Results 1 to 6 of 6

Thread: How can I encrypt an exe?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    146

    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.

  2. #2
    Fanatic Member schoolbusdriver's Avatar
    Join Date
    Jan 2006
    Location
    O'er yonder
    Posts
    1,020

    Re: How can I encrypt an exe?

    Quote 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 ?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    146

    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

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How can I encrypt an exe?

    Quote 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
    Quote 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.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    146

    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.

  6. #6
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: How can I encrypt an exe?

    See this thread:
    http://www.vbforums.com/showthread.php?t=380326

    Specifically my post:
    http://www.vbforums.com/showpost.php...0&postcount=20

    PS: Read the instructions in the post !
    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
  •  



Click Here to Expand Forum to Full Width