慣性聚合 関心のあるブログ、ニュース、テクノロジーを効率的に追跡
原文を読む 慣性聚合で開く

おすすめ購読元

罗磊的独立博客
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
IT之家
IT之家
B
Blog
博客园_首页
博客园 - 司徒正美
有赞技术团队
有赞技术团队
博客园 - 聂微东
I
InfoQ
美团技术团队
GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志
H
Help Net Security
大猫的无限游戏
大猫的无限游戏
MyScale Blog
MyScale Blog
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
人人都是产品经理
人人都是产品经理
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
⚠️ Your Selfie Could Be Leaking Your Fingerprint
Rishu · 2026-06-15 · via DEV Community
Cover image for ⚠️ Your Selfie Could Be Leaking Your Fingerprint

Rishu

You flash a peace sign ✌️ in a selfie. You post it. You forget about it.

But that photo may have just exposed something you can never change — your fingerprint.


How Is This Possible?

Fingerprint ridges are physical structures. Under good lighting, with a high-resolution camera and fingers close to the lens, those ridges cast tiny shadows that appear in photos. AI image enhancement tools can then amplify that detail, extract the ridge pattern, and map the unique identifying points that biometric systems use for matching.

From there, someone with intent can fabricate a physical fake finger — using gelatin or silicone — and present it to a real fingerprint scanner. This is called a presentation attack.


It Has Already Happened

2013 — Apple TouchID defeated in 48 hours
The Chaos Computer Club lifted a fingerprint from an iPhone's glass surface, enhanced the image, and used it to create a gelatin fake that unlocked the phone.
🔗 ccc.de/en/updates/2013/ccc-breaks-apple-touchid

2014 — Angela Merkel's fingerprint reconstructed from press photos
Researcher Jan Krissler ("Starbug") rebuilt Germany's Chancellor's fingerprint using only publicly available high-resolution photographs — no physical access required.
🔗 Reported by The Guardian

2017 — Peace sign selfies flagged as a risk
Japan's National Institute of Informatics warned that ✌️ gestures taken within 3 meters on modern cameras expose enough fingertip detail for fingerprint reconstruction.
🔗 The Register — Peace-sign selfies menaced by fingerprint-harvesting tech
🔗 Engadget — Researchers warn peace sign photos could expose fingerprints

2019 — AI-generated "MasterPrints" fool scanners
NYU researchers generated synthetic fingerprints that matched a significant percentage of real ones, exposing how weak partial-fingerprint sensors really are.
🔗 NYU Tandon — Machine Learning Masters the Fingerprint
🔗 arXiv paper — DeepMasterPrints


Why This Is Worse Than a Password Leak

When a password leaks, you change it.

You have 10 fingers. That's your lifetime supply. A compromised fingerprint is compromised forever — there is no reset.


Are You Actually at Risk?

Risk goes up significantly if:

  • Your photos are high-resolution with fingers close to the camera
  • The lighting is natural or from the side (creates ridge shadows)
  • The photos are publicly visible online
  • You use hand gestures like ✌️ or 👌 near the lens For most casual selfies? The current risk is low. But AI tools are improving fast, and the photos you post today will exist long after the tools become more powerful.

What You Should Do

Stop treating your fingerprint as a password. It was never meant to be a secret — you leave it on everything you touch. Use it for convenience, not as your only security gate.

  • Enable a PIN or password alongside biometrics for banking and sensitive apps
  • Be mindful of close-up hand gestures in high-res photos posted publicly

- If you build with biometrics, always implement multi-factor authentication — never fingerprint alone

The Bottom Line

Fingerprints are permanent. Selfies are forever. AI is getting better every year.

The threat is real, documented, and growing. The fix isn't to stop taking photos — it's to stop over-trusting fingerprint authentication as if it were a secret only you know.


Found this useful? Share it — most people unlocking their phone with a fingerprint right now have no idea this risk exists.