Securing ATM Based On Fingerprint Authentication?
Nov 3, 2010In 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 RepliesIn 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 RepliesI 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 RepliesIs 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
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 RepliesI 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].....
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 RepliesI 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
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?
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 RepliesI'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].....
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 RepliesWe 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 RepliesI'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 RepliesThis 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 RepliesHow to store fingerprint images in the vb.net and how to match it??"
View 1 RepliesI 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 RepliesI'm trying to find a fingerprint web control to use into vb.net project
View 1 RepliesI 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 RepliesI 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.
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 RepliesSome example program of vb.net using digital persona 4500 fingerprint scanner or teach us to study the codes to finish our thesis...
View 1 RepliesIm 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 Repliesin 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 Replieshow to save fingerprint in mysql server 2008 using vb2010.? i have already the sdk.
View 1 Replies[Code]...
why does vb does not recognize my import statement?
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 RepliesInterfacing 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 RepliesI 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 RepliesI 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?
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