473,402 Members | 2,072 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

How can I hide or encrypt my vb.net source code?

How can I hide or encrypt my vb.net source code?
Expand|Select|Wrap|Line Numbers
  1. 'Example
  2. Dim x , y , z as integer
  3. x=1
  4. y=2
  5. z= x * y
  6. Msgboxz)
Thanks in advance
May 3 '11 #1
6 9977
Rabbit
12,516 Expert Mod 8TB
Just zip it and password protect it. I believe 7zip can encrypt and password protect files.
May 3 '11 #2
!NoItAll
297 100+
Um, Rabbit, I think he was asking about obfuscation, not zipping the source files...
Yemata - there are a number of products out there that will obfuscate your source before it is compiled. Obfuscated code is still source code that someone with enough patience and skill could make use of, but it can be very difficult for them.
Check out http://preemptive.com/products/dotfuscator/overview
May 3 '11 #3
Use an obfuscation tool on your assemblies. Try Crypto Obfuscator which has code protection, encryption, compression, etc.
Aug 9 '12 #4
Frinavale
9,735 Expert Mod 8TB
On top of obfusation, you can also use proper scope modifiers :)
Aug 9 '12 #5
is there obfuscation out there that is free or open source?
Aug 10 '12 #6
Frinavale
9,735 Expert Mod 8TB
I think there's a version of it that comes with visual studio.
Aug 13 '12 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

10
by: Mark | last post by:
Sorry, I'm a newbie to php ;) I was thinking about using php to write the script file, something like: <script type="text/javascript" src="http://insert_url_here.com/myScript.php"></script> ...
9
by: toufik toufik | last post by:
Hi, Is it possible to hide a source code PHP in order to protect it, I mean, I'm developpind a web solution for customers and I don't like that the customer or the host see my code. Thanks.
1
by: Kzeto | last post by:
Hi, I was wondering does anyone use any third party tool to encrypt the original ASP source code from dispose. Thank you. -- Regard, Khai Mun, Ng...
13
by: Mike | last post by:
Apparently there is now a way to hide html source code. How it done? For example see: See http://www.eteamz.com/banksblaze/
15
by: Enzo | last post by:
Hi Ng, It's possible to protect the source code of a js file? With PHP? Thanks in advance! Enzo
3
by: Mohammad Samara | last post by:
Hello everybody, I have deployed an ASP.NET application for one of our clients, is there a way to hide or encrypt the source code of the application (C# code behind) from being diplayed by...
1
by: iweb | last post by:
Hi, we have an Enterprise Application on ASP and MS SQL 2000. Would like to know if I can convert the asp app to an exe or encrypt / encode / hide the source code so that no one accessing the...
3
by: Eduardo F. Sandino | last post by:
Any one knows how to encrypt javascript code... other way than escape() and unescape() [not is encrypt but a way to protect source code ????
2
by: lynnspain | last post by:
Hello, Does anyone know how to hide the source code for pictures. I am bringing pictures into a web page (php) however when I click on code source to my horror you can see exactly where the photos...
13
by: cmk128 | last post by:
Hi I need to put my php source to customer's server and i don't want it to view the code because i am getting his monthly fee. How can i encrypt it? Any free tool? I am a newbiesssss thanks from...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.