Convert Vb File To Dll Or Encode(encrypt) Vb Source Code?

Dec 24, 2010

Is there anyway I can encode my asp.net source code?

I really don't want my customer to steal my vb source code. They refused to pay extra for the source code and license. So we need to convert vb file to dll or encode(encrypt) vb source code that no one can understand the logic or decode(decrypt).

I'm using VS 2010 and .Net 4.0 Framework.

View 4 Replies


Similar Messages:

Installation :: Convert Customer.aspx.cs Source File To Dl File?

Mar 31, 2010

I have developed one webApplication that i suppose to submit to my client but for security reason i want to convert all the .cs to dll file.example consider customer.aspx customer.aspx.cs here i donot want to provide customer.aspx.cs file to customer instead i want to give client as dll fileI i can do this, PLEASE HELP ME, IT IS VERY URGENT FOR ME, I WAS TRYED LAST 2 DAYS,

View 5 Replies

C# - How To Extract Classes' Source Code From A Dll File

Jan 16, 2011

Is there any software for the same? I didn't find any useful information on the internet so asking here.

View 4 Replies

C# - Use Connectionstring From Web.config In Source Code File?

Mar 15, 2011

I know this might be a very basic question, but maybe thats why im having problems finding the answer. Right now I'm creating database connections in my source files by doing something like this:

SqlConnection con = new SqlConnection("Data Source=...Password=...);
SqlCommand cmd = new SqlCommand(String.Format("SELECT * FROM Table;"), con);
con.Open();
SqlDataReader reader = cmd.ExecuteReader();

But this means that if I choose to change databases it will be a major pain in the ass. Do you guys know how to use the connection string from a web.config file instead?

View 5 Replies

How To View Source Code Of Dll File In Visual Studio 2010

Nov 28, 2010

how to view source code of dll file in visual studio 2010

View 3 Replies

How To Encode The Apostrophe Without Encoding The Code

Mar 12, 2011

Have an issue with the HTML editor. Whenever somebody uses an apostophe ( ' ) in the editor and then clicks save (which will send an update to the database) it is taking the apostrophe as part of my command line and it is returning an error. I used a replace to change the apostophe into an encoded html tag but then it was changing it for all the <div> and <span> created by the editor which was causing none of the code to work. how I can encode the apostrophe without encoding the code? Here's my code:

[Code]....

View 3 Replies

Looking For Code To Convert Html File Into Pdf File?

Feb 18, 2010

send me code to convert html file into pdf file using asp.net

View 4 Replies

Visual Studio :: Source Code To Display On One Line Instead Of Multiple In Source View?

Nov 1, 2010

how to make my source code to display on one line instead of multiple in source view. The display drives me batty when I'm trying to find something and I would prefer to display across the page instead of multiple lines down the page.

View 2 Replies

Open Source Lead Management System With Source Code?

Sep 6, 2010

asp.net open source Lead management system with source code.

View 9 Replies

Security :: How To Encrypt The Code

Mar 29, 2010

I am having an algorithm for validating my license file, i need to encrypt the license file validation code in my project, So that even the hacker decompile the dll, he could not decrypt the license validating code, is it possible?

View 1 Replies

Error In C# Encrypt Code When Decrypting?

Mar 31, 2011

A bit more background info as suggested:I'm finsihing of an Intranet CMS web app where I have to use the products API (ASP.NET based). Because of time constraints and issues with Windows authen' I need another way to ensure staff do not need to re login everytime they visit the site to view personalised content. The way it works is that once a user logs in (username/password), a Session ID storing a new different Security context value is generated that is used to display the personalised content. The API login method called uses the username and password as parameters. The only way I can think of automatically logging in the next time the staff visits the site is by storing the password in a enrypted cookie and checking of its existing when the site is visited and then calling the API login method using the username and decrypted password cookie values.Any other ideas as an alternative welcomed.'m using some code found on the web to encrypt and decrypt a password string. It encrypts fine but when it calls the code below to decrypt the string it throws the error "Length of the data to decrypt is invalid" How can I resolve this?

System.Text.Encoding enc = System.Text.Encoding.ASCII;
byte[] myByteArray = enc.GetBytes(_pword);
SymmetricAlgorithm sa = DES.Create();

[code]...

View 4 Replies

Encrypt My JScript Code With Using JQuery And Json?

Jun 19, 2010

Do can i Encrypt my JScript code with using JQuery and Json? How can i Encrypt my JScript code? I dont want every one that use my JScript code can read my JScript source code.

View 3 Replies

Web Forms :: Call A Code Behind Function Form Html Source Code?

Mar 3, 2010

I want to call a function present in code behind from front page (html : source code)

i want to use like this:

Source code

<a href='<%# linkAlpha("B").ToString()) %>' title="B" id="B_List" runat = "server">B</a>

Code Behind

protected string linkAlpha(string value)
{
// /market-research/<%#Eval("customname")%>/
string str = "";
if (Request.Url.DnsSafeHost == "localhost")
{ // /market-reports/<%# Eval("customname")%>/
str = "Alpha_Category.aspx?q=" + value.ToString().Trim();
// Response.Redirect("Alpha_Category.aspx?q=" + value.ToString().Trim());
}
else
{
// str = "/market-reports/" + value.ToString().Trim() + "/";
str = "/Alpha_Category.aspx?q=" + value.ToString().Trim();
}
return str;
}

View 2 Replies

C# - How To Access The Source Error, Source File And Line Number Of An Exception To Use In A Custom Error Page

Jun 18, 2010

Basically I want to take the following:And make it match the styling of the rest of the application.I am creating a custom error page in my C# based project and I want it to be able to show the same information that is displayed in the ASP.NET default error page. From fiddling with reflector I can see that this is generated through HttpException.GetHtmlErrorMessage() but when I try to use this in my exception it returns null.

View 3 Replies

Accessing An .apsx Page Source Code From Code Behind

Nov 11, 2010

Here is what im trying to do I want to, from my c# code-behind, get the code between 2 <asp:Content> tags that are located in one of my .apsx pages.

View 8 Replies

How To Encrypt A Web.config File

Mar 16, 2011

How can I encrypt a web.config file? And how can I then decrypt it again?

View 2 Replies

Web Forms :: How To Encrypt Web Config File

Jan 25, 2013

How to encrypt web.config file 

How to use 'DataProtectionConfigurationProvider'...

View 1 Replies

Web Forms :: Open Source OCR Library To Convert Image To Text

Dec 14, 2012

I need the dll for Converting the image to text (ocr)....

View 1 Replies

Protect (encrypt) Password In The Web.config File?

Dec 24, 2010

<system.net>
<mailSettings>
<smtp from="email@domain.com" deliveryMethod="Network">
<network clientDomain="www.domain.com" host="smtp.live.com" defaultCredentials="false" port="25" userName=" email@domain.com " password="password" enableSsl="true" />
</smtp>
</mailSettings>
</system.net>

This is the case where I need encryption for my password. I searched and googled much on the web but I can't be able to encrypt anymore.

View 3 Replies

Security :: How To Encrypt The ConnectionStrings In File Web.config

Mar 15, 2011

I fully followed the steps in this page [URL]

look at the step 5 at "Using the Example Provider in an ASP.NET Application" element , I entered the command "

aspnet_regiis.exe -pe "connectionStrings" -app "/SessionState" -prov "TripleDESProvider"
" at the windows command line, it asked me "The protection provider 'TripleDESProvider' was not found"

I make sure the files keys.snk and keys.txt are in the same folder and the file web.config is correct. Who can tell me the reason for the error and how do I handle with it?

View 2 Replies

VS 2008 - Encrypt File Data Using Certificates

Sep 12, 2011

There is an existing classic ASP application that uses CAPICOM to encrypt a file's content using a certificate. A new file is created with the encrypted content and put on a location from where another 3rd party web application picks up the file (with encrypted content). They use the certificate to decrypt the encrypted data .

I am re-writing this piece of the software in ASP.Net and have read a bit about the encryption algos in .Net. But I am unable to come to a solution I am aiming for.

My questions:
a.) CAPICOM and .Net encryption? Any resource that has some sort of method mapping between the two?

b.) How to encrypt the content of a file using a certificate's private key? The reason I'm looking for this is this statement

The Sign method creates a digital signature on the content to be signed. A digital signature consists of a hash of the content to be signed that is encrypted by using the private key of the signer.

Source: [URL] ....

View 3 Replies

Web Forms :: How To Encrypt And Decrypt XML File Data

Oct 28, 2013

how to encrypt the xml data and decrypt the data in mvc?

View 1 Replies

Web Forms :: How To Encrypt AppSettings Keys In Web Config File

Nov 13, 2013

How to Encrypt App Settings in Web Config file in asp .net

View 1 Replies

Web Forms :: Encrypt And Decrypt Connection String In Web Config File

May 7, 2015

How can encrypt the web configuration file ... so I don't want the connection name is appeared. How to do ncryption of web config file.

View 1 Replies

Web Forms :: Encrypt Decrypt Connection String In Web Config File?

Nov 29, 2013

I want to encrypt my web config when i deploy it to server so that the username and password of database is secured. I've tried some of the encryption and it did'nt work. here is my code. 

Imports System.Collections.Generic
Imports System.Text
Imports System.Configuration

[Code].....

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved