Make Applications More Secure?

Feb 23, 2011

I don't want my programs to be cracked. I have this simple authorization system that prompts my users to enter their forum credentials (I have a forum and the users must be registered members to use the programs).So I made a php script that will take in 3 strings sent in by my applications and it will check against the database if that user exists and is of the proper group and it will display a message on the page and my application then looks for the response in the page source which says if this particular user is allowed to use the program or not.

View 4 Replies


ADVERTISEMENT

Is This A Secure Method Of Providing Service For Database Applications

May 10, 2012

WinFormsApp Login passes information to .php (server based) Login (provided credentials are correct) to DB to retrieve Decryption Key. WinFormsApp then uses Decryption key on Hardcoded encrypted connection string and renders application usable.This would then eliminate the necessity to encrypt/decrypt a connection string at runtime, virtually rendering any unauthorized person with a useless software.

View 1 Replies

Make.net Function Secure On Web?

Apr 6, 2011

I have a VB.Net exe application that has a function in it that contains my encryption method that is used through out my application. This function is used to generate all my encrypted passwords and files etc. therefore for obvious reasons I do not want this to be visible to end users. In my application this is fine as it is compiled as a .exe. However I want to now create a ASP.Net web based version of my application.

Now here comes the question, if I was to create a web version of my application then this function would be visible to the end users along with a large number of other functions that if edited could bypass security and license control.I would like to know what is the best way to keep my ASP.Net webbased version secure from tampering, or is ASP.Net not the best for this?

View 3 Replies

Make More Secure Connection To A Site Through Webclient?

Sep 8, 2010

I am making a program with a very good HWID system, but so far it uses a standard WebClient control, I want to know how to make it more secure, like possibly encrypting the connection to a site (Uses PHP), or making sure the connection isnt being tampered with. are their any tools/pieces of code to do these checks/encryption?[code]...

View 1 Replies

VS 2008 Make Database Setting Secure?

Oct 9, 2011

i have a program that connects to mysql database to check username/password.I have a line like this in the project:

conn = New MySqlConnection("server=myserver.info;Port=3306; user id=dbusername; password=dbpassword; database=dbname")Anyways, a user managed to get this info from the program

How can i make it so they can NOT grab this info from the program ?

View 12 Replies

Made A Web Browser In VB Express Edition 2008 - Make It Safe And Secure?

Jul 30, 2009

i recently made a web browser in visual basic express edition 2008 for my family computer use purposes only. Id like to make sure that using my web browser and entering personal information on it will be safe. How can i make it safe and secure? Additionally i was wondering if id have to develop my own addons or if its compatible with Firefox addons.

View 1 Replies

Can Make 64bit Applications

Jan 23, 2010

VB.NET 2008 can make 64bit applications?

View 5 Replies

Make Two Applications Talk To Each Other?

Jan 18, 2010

I use several different applications for analysis of pupil data. Each of these applications require similar or identical data but because they don't draw their information from the same sources there is often a need to enter this data more than once which obviously is a waste of time. Some of the data is accessed through the intranet via IE, other applications are standard Windows apps. I would like to create some sort of bridging application to allow data to be automatically shifted from one location to another but have no idea how to use one application to control another

With regard to getting data from the intranet, I have managed to write an application that can retrieve some (but not all) data off a particular page of HTML. It does this by searching the source HTML but some of the data that appears on the page isn't present in the source file. This is very frustrating because I can see it in the browser but can't seem to access it through my application.

View 4 Replies

Make Web Applications And Designer.vb?

Jun 15, 2010

I have two web applications that have been migrated over many version of visual studio dating back to 2002 ( I think ).. I'm currently trying to get these applications to act the same in Visual Studio 2010 Premium.App1 - Has designer.vb attached to the pages, and I can see them in the IDE. When I publish the site, it does not want to automatically delete all of the existing files on the target webserver. When I right click -> Properties, a window opens up with lots of web site specific options.. such as Application, Compile, References, Web, Package/Publish Web, Package/Publish SQL, Silverlight Applications.. etc. There is also the option in the right click menu to "Convert to Web Application", which doesn't seem to do anything after the prompt.. and the option for Convert never goes away.

App2 - Does not have designer.vb pages visible in the IDE. When I publish the site, it wants to delete all existing files first.. I'm guessing this is some kind of pre-compile option. When I right click the project -> Properties.. all I see is the smallproperty window, and I don't see any website options like Silverlight or any that App1 gets. There is no 'Convert to Web Application' option.I can not get these two apps to 'act' the same.. and I don't even know which is acting as it should? Both apps work, and publish fine.. they are justing annoying in the IDE that they are so different. What can I do

View 2 Replies

Disable UAC Win7 & Vista - Make Software As A Secure Software For Windows?

Apr 10, 2012

I already build an Antivirus but the problem is When the windows start show the UAC message for Users, so that let them aware from it.So how can I turn it off on bith windows Vista and win 7? or make my software as a secure software for Windows?

View 1 Replies

Make A Class That Can Be Referenced In From Other Applications?

Dec 13, 2010

I am wanting to make a class that can be referenced in from other applications. In this class I simply want to do a showdialog to a form. That form has a ssrs pre-defined within it and a viewer all set to show the report. But when I try and define that action I get that my form is now declaired

Imports System
Imports System.Drawing
Imports System.Collections

[Code]......

View 3 Replies

Make A Patch For Already Installed Applications?

Jun 20, 2009

I made an client server application in vb.net and it is alredy installed among various clients.The problem is i found a potential bug in ma application, so i want to make patch for ma apps(Like a update files that can be downloaded

View 1 Replies

Make Applications Startup Faster?

Feb 15, 2012

Well my application is 37 KB size, but when i start the program it took like 10-15 sec to startup, is there a way or code to make my applications run fast and fresh?

View 2 Replies

Make An Application But That Isn't Visible In The Taskmanager -> Applications?

Nov 2, 2009

Is it possible to make an application, but that isn't visible in the taskmanager -> applications

View 39 Replies

Make Applications For Android Phone Using Program?

Feb 21, 2011

Is it possible to make applications for the Android phone using VB .NET?

When I searched this, I found stuff where people talked about it, But I didn't find any guide on how to do it or anything that I'm looking for.

View 2 Replies

Make Buid/release In Window Applications

Feb 24, 2012

i made a some changes in my window application at local host , now i want same on clients machine where source code is not present only dll are present,, how i made changes there or how to make build???

[URL]

View 9 Replies

Make Applications In Free Version Of Express And Use Them On Other Machines?

Nov 19, 2011

Can I make applications in the Free version of VB Express and use them on other machines?

View 9 Replies

Controlling Outside Applications - Resize Multiple Applications And Send Keystrokes To Each One

Sep 12, 2011

I am working on a project that is used for key broadcasting. Don't worry nothing illegal, I'm making a multibox application for world of warcraft. However I am having trouble when it comes to launching and manipulating other applications from another.

[Code]...

View 2 Replies

Make Applications Stop Having The "Not Responding" Business?

Apr 24, 2009

how to make applications more responsive.I haven't been able to figure out how to make my applications stop having the "Not Responding" business.I've tried delegates and thread sleeping to no avail I don't know if I'm just placing them wrong or what[code].....

View 2 Replies

Connect Different VB Applications To A Database Server.like Accessing Data From One Database By Different Applications?

Aug 15, 2011

how to connect different vb applications to a database server.like accessing data from one database by different applications...

View 4 Replies

Running Applications Within Applications?

Jul 24, 2009

Is there a way to, when a parent application is opened up, that at the click of a button, or anything of designated event, that this parent application can open a secondary one?

View 11 Replies

How To Secure .NET DLL's

Dec 13, 2010

What is best practice for securing DLL's for projects you are working on? Certain DLL's I am interested in developing will have data access layer (DAL) and business logic layer (BLL) functionality. There may be several apps that can eventually hit these DLL's to perform business specific functions. What is the best way to secure these DLL's so they can only be used by only creator's applications?Security for both blocking unauthorized use of the DLL's and security against possible decompilation are both desirable.

View 4 Replies

C# - Secure The Web Service?

Dec 2, 2009

I am going to be creating a web service that will be passing confidential information across the network.

What would be the best way to secure the web service? how do I know if the application requesting the information is who it says it is, and it's not another application that is using another's user name and password?

View 4 Replies

How To Secure For Login

Oct 7, 2011

I have one Database : ManageSell.mdb (Microsoft Access) with password is:P@ssW0rd..In database, i have table User with two column : Username and password. I create value: admin + admin..Then , i create form Login in vb.net 2005 with code below.[code]If user type three password trust , it will successfull, else note error

View 1 Replies

Way To Secure A Program

Feb 26, 2009

I have made a simple program which makes CV in english. this program is now beta version but i wanna develop it but i need some secure . I want people to not copy my program and give it without premission. I want to give that program to 10 people but i want to make secure like for CD-key but i dont know how .

View 2 Replies

.net - Secure Pen / USB Drive - Windows

Jun 16, 2011

I want to built an application using VB.NET so USB drive can be enabled/disabled [without OS Restart] to secure from file being copied without owner's permission! Before putting - or down vote, write your reason to do so

View 1 Replies

.NET Secure Login USING MD5 AND MYSQL?

Oct 3, 2009

I have login form, and it works. but only if passwords are not MD5. I would like to ask how to improve my code, so my application can use MD5 instead of normal text password stored in my MYSQL database.

This is the code I;m using now.

Dim mMySQLConnectionString As String = E3MCEncrypter.Decrypt(My.Settings.MySetting)
Dim MyADOConnection As New MySqlConnection
MyADOConnection.ConnectionString = mMySQLConnectionString

[Code]...

View 4 Replies

DB/Reporting :: Secure Data From DBA?

Nov 14, 2011

I'm developing a VB.Net and SQL Server 2005 Express application.Q: How to encrypt string values in the database to secure them from the one using my software and from DBAs (people who have access to the DB Server)? Here is what I tried:First, I used a Symmetric Encryption provided by the .Net Framework. But I noticed that I could not make partial searches (LIKE keyword). So, this is not working.

Then, I used a logic similar to the ROT13 to hide text. Although this logic works fine from VB.Net, once data has been stored in the database, the logic fails to decrypt data correctly. After some tries, I thought that the reason the logic failed was the Collation of the database (I do not know much about Collation topic).So, the first way doesn't allow partial searches, and the second way is not secure and also does not work because of the Collation or maybe another reason.I want to encrypt data. I've successfully hidden the schema by giving meaningless names to tables and columns.

View 5 Replies

Ftp Collection Of Files Through Secure Ftp

Nov 26, 2010

I need to ftp collection of files through secure ftp

1.i need to open connection then transfer all files and close connection, the connection should open only once

2.The FTP should be secure

View 1 Replies

Retrieving Secure Web Data

May 2, 2010

I am interested in making a simple budget program that retrieves current transactions from my bank account and categorizes them appropriately. Is the proper way to do this:

1)Automatically log into the website

2)Read and parse the data

3)Place in correct category?

Is there anything special I would need to do when handling the login/password or should I just do this manually?I'm assuming that is how popular prgrams like Quicken do it.

View 1 Replies







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