fingerprint

ssh: The authenticity of host 'hostname' can't be established

When i ssh to a machine, sometime i get this error warning and it prompts to say "yes" or "no". This cause some trouble when running from scripts that automatically ssh to other machines. Is there a way to automatically say "yes" or ignore this? ...

finger print reader for .net windows forms / WPF or silverlight client

We are designing a solution that will be used on an internal network. One of the requirements is to have an extra level of security beyond a simple user name and password. Does anyone have information about how to implement a finger print reader in a .net application? We have Thinkpads with a finger print reader. ...

Rails Device "Fingerprinting"

Is there any way or best practice around device fingerprinting for a rails app? In other words. Given that all cookies are blocked, is there any way, with a relatively good degree of certainty, who the person is before they log in? My assumption: IPs are unreliable for obvious reasons. ...

Deserialize a Digital Persona template in VB.net

Reading binary data out of the database, and I need to convert it back into a Digital Persona fingerprint template. I'm not familiar with serialization and deserialization, so I could use a bit of help. Here's what I tried: Dim rsBioData As SqlDataReader = SQL.ExecuteReader Dim byteTemplate As Byte Dim memStreamTemplate As MemoryStrea...