Results 1 to 8 of 8

Thread: [RESOLVED] [2008] Encrypt DLL's

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2008
    Posts
    111

    Resolved [RESOLVED] [2008] Encrypt DLL's

    I would like to Encrypt some DLL's but im not sure of the best way to do this So if anyone could give me some suggestions that would be great..

    Thanks in advance

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2008] Encrypt DLL's

    You're going to have to provide a better description of what you're trying to achieve. A DLL is just a file so you can encrypt the bytes it contains just like any other. Of course, you then won't be able to use them as executables from an application. What exactly are you trying to achieve and why?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2008
    Posts
    111

    Re: [2008] Encrypt DLL's

    Yes I will need to allow my customer to access them but Not allow them any way to decrypt the file.. The source is quite valuable. I understand that vb has some built in ability that any third grader can crack so I am just currious to hear some suggestions.


    Edited By SLackey I guess it seemed as if I was sarcastic..... Sorry..
    Last edited by SLackey; Dec 18th, 2008 at 09:39 AM.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    May 2008
    Posts
    111

    Re: [2008] Encrypt DLL's

    By the Way JMC If you didnt get my message on your tabbed browser I will say it again.... Thanks for posting it. I learned alot about the .net world by reading it....

  5. #5
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: [2008] Encrypt DLL's

    How can you get sarcastic when you provided next to no information in your original question and if you had spent 30 seconds on google you would of found that there are plenty of products that do this.
    First link on google: http://www.strongbit.com/dotnet.asp
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  6. #6

    Thread Starter
    Lively Member
    Join Date
    May 2008
    Posts
    111

    Re: [2008] Encrypt DLL's

    Chris I wanted some other developers openion on encrypting tools not google's.
    But if you have used this tool... pro's and con's

    Thanks
    Last edited by SLackey; Dec 18th, 2008 at 09:40 AM.

  7. #7

    Thread Starter
    Lively Member
    Join Date
    May 2008
    Posts
    111

    Re: [2008] Encrypt DLL's

    I guess From what I have gotten back i really need to elaberate on this so here we go..

    I will be providing this source to developers along with the rest of this project... But There are a few Items I intend to place in a class lib and allow them to access the dll but I want to hide the source of that class lib. And I am unsure if I just give that dll to them if they will be able to get the source out of it or not. So I was looking for an expert openion on that or any openion for that matter.

    Im sorry but I am new to the .net world

  8. #8

    Thread Starter
    Lively Member
    Join Date
    May 2008
    Posts
    111

    Re: [2008] Encrypt DLL's

    with all that being said I guess to be honest I am not guarding from hackers just customers so I will use the built in .net defucuator or whatever its called thanks for all the help people..

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