| This meme needs to die. Fingerprints are a perfectly fine authentication factor. They are unique enough and require effort to fake. Consider a simple fingerprint USB vault which stores your keys: * Factor 1: You must have physical possession of my vault. * Factor 2: You must be me or have a convincing fake of my fingerprint. Before we even think about a password I've already prevented almost all of the attacks I'm likely to ever encounter against my accounts. * I have made it impossible for someone to casually break into my accounts/device. * I've created enormous distance between myself and remote attackers. * I've eliminated password reuse and contained the effect of data breaches to the service that was breached. * I've made it much more difficult for network operators to carry out MitM attacks since tokens are origin bound and the challenges are real-time with replay protection. Yes in a forum of nerds you can point out that lifting fingerprints is possible but if everyone switched to this simple U2F device the world would be far far more secure. Passwords optional. Then if you're worried about a more sophisticated attackers like corporate espionage or governments you can add a password. |