Securing ATM Based On Fingerprint Authentication?

Nov 3, 2010

In this project, I will develop a dotnet based application which can match and identify the fingerprints and implement the authentication process across ATM usage

View 2 Replies


ADVERTISEMENT

Fingerprint Reader Based DTR

Feb 3, 2010

I wanna make a time in and time out using a fingerprint device.. how can i start a coding for this in visual basic .net for attaching a device or accessing its database.

View 1 Replies

Create Fingerprint Login Without Using Fingerprint Capture Device?

Nov 22, 2011

Is there possible to use fingerprint image to replace the image generated from the fingerprint device? My requirement is

Need to Use SDK
Use VB languages
Without Fingerprint device

View 1 Replies

C# - Forms Based Authentication?

Jun 24, 2010

If I wanted to make sure that AUTHENTICATED users were denied access to Enroll.aspx and UNAUTHENTICATED users had access how should my "allow/deny users" tags be set in the web.config?[code]......

View 2 Replies

If/then Based User And Password Authentication?

Apr 17, 2009

I am writing a program that accepts a user name and password (the password must show up as *s). The user gets three tries to enter the correct information before the program is closed. So far I have the password showing up as the password in clear text the first time and in *s the next two times. The authentication also fails even when I use the correct user name and password which are password and user for now.

Public Class frmPassword
Private Sub btnOK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOK.Click
Static intCounter As Integer = 0
intCounter = intCounter + 1

[code].....

View 5 Replies

VS 2008 Send E-mail Without Authentication For Servers Without Outgoing Authentication

Mar 28, 2011

as topic, i need to send an e-mail without outgoing authentication becouse server hasn't outgoing authentication.. how i can do this??

View 1 Replies

C# - Securing A Web Service?

Oct 20, 2010

I have a document management system, and I am building a Web-Service interfaces to the database.Everything works so far, just that right now, it's totally unsecured, everybody can access it.How can I incorporate password or private-public key authentication?

I can only find 'best practises' and using 'windows user' or passport authentication.But I need authentication from a user and password stored in the database, or better for an RSA private-key stored for each web-service user in the database...

Edit:I have to use the .NET Framework 2.0 in an ASP.NET environment

View 6 Replies

Securing Encryption Keys In C#?

Mar 11, 2011

I am aware of the many cryptography providers that are available in the .NET framework along with the basics of how to use them. This is simple enough.

But my concern is this.Lets say I want to use these libraries to encrypt XML serialized objects to prevent tampering and the ability of anyone to come along and view the contents of these files.

The problem that I am always left with is that the key to decrypt this data would need to be stored as a constant somewhere in my application. Essentially rendering the entire exercise pointless.

So, how does one store a key for an encryption algorithm securely inside of a disassemblable application?

EDIT: So If I am understanding both answers below correctly. What this means is that essentially any implementation (to be secure) requires it to be readonly or writeonly but never both? Is this correct?

View 3 Replies

Securing Data At The Client Side?

Jan 10, 2012

am [writing reading] from a plain text file usernames and passwords, but its an bad way of securing data, is there any other way to do this, most probably by using IV's, encryption decryption algorithms.

View 2 Replies

VS 2008 Securing Database Password?

Jul 1, 2009

I'm creating an application that uses SQLite (using the SQLite.Net adapter) as its database engine. Since some of the data stored in the database is sensitive I've encrypted the database using the SQLite.NET built-in encryption, and then to open the database I've to do something like this:

vbnet
SQLiteconnection.ConnectionString = "Data Source=" & DataBaseLocation & ";" 'Set the connection string

[code].....

View 4 Replies

Securing Connection Using SSL Between Application And Remote MYSQL Database?

Dec 27, 2011

I am building a database application using MYSQL as the backend. The MYSQL instance will be installed remotely on a share host. I have access to SSL certificates. I'm obviously not looking for any code but, conceptually, how do I go about securing the connection using SSL between my application and the remote MYSQL database?

View 2 Replies

VS 2008 Securing DLLs - Way To Stop The Other Person To Use My Dll In Their Application?

Jul 3, 2010

We are developing an application in VB.NET 2008. We break the application into smaller multiple dlls so that we can easily update the program at the customer end.We want to know that is their any way to stop the other person to use my dll in their application?i.e we want to lock the dlls such a way that the dlls will be used by us only and not anybody in their application.Also we want to block viewing of dlls code using any code reflector

View 4 Replies

Securing MySQL Application - Details Of Database Can Be Found Out Through Packet Logging

Jul 18, 2012

I've made an application and it connects to my database. But the issue is the details of the database can be found out through packet logging or something. How can I stop this from happening and secure it, without having to have a third party such as PHP script etc.

View 1 Replies

Securing Sqlserver 2008 Server Database In Client / Sever Application

Oct 29, 2009

This is my first client server application using vs2008(vb) + sqlserver 2008. how can i hide my database schema,tables from application users through management studio..?

View 5 Replies

Matching Fingerprint In .net?

Oct 23, 2010

How to store fingerprint images in the vb.net and how to match it??"

View 1 Replies

2010 FingerPrint Application

Jun 5, 2011

I am clueless on the whole thing and been reading a lot about it. So far, I saw some samples which are poorly documented and oritend to vb.net 2005. Is there any SDK oriented to vb.net 2010 and well-documented? After converting 2005->2010, it gives me errors and so I can't see the samples. Gruile SDK seems to work fine but it is very badly documented. I donno how it is initialized and interacted with at all as their API reference is poorly written.

View 1 Replies

Fingerprint Control To Use In VB Web Application?

Mar 29, 2009

I'm trying to find a fingerprint web control to use into vb.net project

View 1 Replies

Hardware To Be Fingerprint Biometrics

Dec 10, 2008

I was asked to develop a attendance monitoring system, they wanted the hardware to be fingerprint biometrics. My question, what are problems you encountered with biometrics, fingerprint to be exact?

View 3 Replies

How To Compare Fingerprint Images

Feb 28, 2009

I am doing work on FINGERPRINT RECOGNITION SYSTEM,

I am using VB.NET AS FRONT END SQL SERVER 2000 AS BACK END,

i had saved fingerprint images in sqlserver using image datatype,

images are saving as hexadecimal codes in sql server,

how to compare two images.

View 4 Replies

Using Fingerprint Device In 2008 Project

May 5, 2010

i have wondering about using the fingerprint in vb.net apps to secure my application and avoid accessing to it by unauthorized Guests..so If I could find the answer to my question on this subject.

View 3 Replies

Digital Persona 4500 - Fingerprint Scanner ?

Jun 24, 2010

Some example program of vb.net using digital persona 4500 fingerprint scanner or teach us to study the codes to finish our thesis...

View 1 Replies

Error: GR Fingerprint Is Not Initialized - SDK 2009 Integrated With VB

Feb 15, 2012

Im currently working in integrating GR Fingerprint SDK with vb.net application. I am using MSSQL 2008 as my database and vb.net as the front end. I have completed almost 90% of the application and im stuck in integrating this SDK with my application. It has an error such as Unable to connect to database and also grfinger is not initialized cannot be converted to double and stuffs like dat. [Code]

View 3 Replies

How To Do Connect Fingerprint Reader Into Windows Application

Oct 5, 2009

in the beginning of my windows application my client want that the employees check in via a card reader, now he want to use the finger print reader, I try google to find the solution but I realize that i need a third party .net application to do the issue. can any one tell me plz how to do connect the fingerprint reader into my windows application plz it is really urgent and i don't know if I can do it in VS.

View 5 Replies

Save Fingerprint In Mysql Server 2008?

Dec 2, 2011

how to save fingerprint in mysql server 2008 using vb2010.? i have already the sdk.

View 1 Replies

Digital Persona Fingerprint - VB Does Not Recognize Import Statement?

Apr 26, 2010

[Code]...

why does vb does not recognize my import statement?

View 5 Replies

Find The Fingerprint Or Digital ID Of Individual Parts Of A Computer?

Jun 2, 2012

using vb 2010 to find the fingerprint or digital ID of individual parts of a computer, specifically the motherboard? I have no idea where to begin and everything I can find on the net is written for C#.

View 2 Replies

Interface Fingerprint Scanner To Program 2008 Or 2010?

Nov 28, 2011

Interfacing fingerprint to visual basic 2008 or 2010..using serial port...the use of fingerprint is for password only..actually my thesis concept is like electronic locker..

View 3 Replies

Using A Hp Touchsmart Tm2 Laptop With A Built-in Validity VFS-301 Fingerprint Reader?

Aug 19, 2010

I am using a Hp Touchsmart Tm2 laptop with a built-in Validity VFS-301 fingerprint reader. I would like to know if there is any way to incorporate fingerprint security directly into my VB 2010 program.

View 4 Replies

.net Web Application And IIS Authentication?

May 25, 2012

I have a vb.net web application running on a local server with IIS6 installed. I was using Integrated Windows authentication for allowing uses to access the data in the application which is a combination of flat files on a local directory and db information. That worked great until another dataset was brought online and incorperated into the existing application. The problem is the flatfiles for the second dataset are stored on another server. So, although user could see the file files in the application window, if they attempted to open one it would say access denied on the directory.

I explained this to our network administrator who explained the users didn't have access to that server (even though both servers had the same permissions) and that the application wouldn't work. The only way in which I got it to work was I had to
Enable Anonymous access and use a windows user account for that access, which works. However, the application requires the users NT account for various reasons. How can I get this to work with Integrated Windows Authentication?

View 3 Replies

Asp.net - Windows Authentication Pop-up?

Mar 24, 2011

When I try to use Windows auth, the pop-up tells me: X website required login for Y domain.How can I hide the website name? And only show "You are required to login first" text on that pop-up?

View 2 Replies







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