Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: C Sharp .exe Encryption  (Read 3247 times)

0 Members and 1 Guest are viewing this topic.

XtaszY

    Topic Starter


    Beginner

  • WEB Guard
    C Sharp .exe Encryption
    « on: September 07, 2007, 01:36:43 PM »
    Hi,

    I have made a program in C Sharp, I compiled to .exe  and i wnat to know if is possible to encrypt this exe for nobody to decompile them. I try with some extern exe encryptor but with not any result

    Please some one to give me a solution

    Thanks a lot

    contrex

    • Guest
    Re: C Sharp .exe Encryption
    « Reply #1 on: September 07, 2007, 02:03:44 PM »
    If it can be executed, it can be decompiled.

    XtaszY

      Topic Starter


      Beginner

    • WEB Guard
      Re: C Sharp .exe Encryption
      « Reply #2 on: September 07, 2007, 02:38:40 PM »
      I find some exe encryptors but is shareware.
      I dont want to encript all files, ony one class, to protect some informations

      thanks contrex, but i want to see other oppinions

      contrex

      • Guest
      Re: C Sharp .exe Encryption
      « Reply #3 on: September 07, 2007, 04:53:09 PM »
      thanks contrex, but i want to see other oppinions

      Don't hold your breath  :) :) :) :) :) :)

      michaewlewis



        Intermediate
      • Thanked: 26
        • Yes
        • Yes
      • Experience: Expert
      • OS: Unknown
      Re: C Sharp .exe Encryption
      « Reply #4 on: September 11, 2007, 02:15:59 PM »
      You could always write your own encryptor ;)
      look on www.sourceforge.net or www.freshmeat.net for one someone has already made.