CaraComp
CaraComp
Forensic-Grade AI Face Recognition for:
Get Started7-day refund guarantee**
biometrics

What is a biometric device? Authentication, sensors, and liveness explained

Your Phone Unlocked. That Doesn't Prove Who Used It.
A smartphone's fingerprint sensor illustrates how does biometric authentication work at the hardware level before any app opens.

Here's a fact that should stop you mid-scroll: the most consequential biometric check in a verification workflow often happens before any software ever launches. It happens on the device itself, in hardware, before a case file opens, before an account recovery request is reviewed, before a claimant ever sits down with an investigator. The device already decided something. And most people have no idea what it actually decided.

TL;DR

Embedded biometric authentication is now the first identity gate on most devices, but a successful device unlock doesn't prove who someone is, only that they matched an enrolled template, which changes everything about how verification evidence should be interpreted.

This isn't a minor technical footnote. The global biometrics market is on a trajectory that makes this architectural shift essentially unavoidable in any field-facing workflow. According to Emergen Research, the global biometrics market was valued at approximately USD 42.3 billion in 2024 and is projected to reach nearly USD 134.9 billion by 2034, registering a compound annual growth rate of 12.3%. That's not gradual adoption, that's embedding itself into the fabric of every device investigators touch, every account that needs recovering, every claimant presenting for review.

12.3%
projected CAGR for the global biometrics market through 2034
Source: Emergen Research, 2024

Embedded Biometric Authentication Device: What It Actually Means

Most people think of biometrics as a software event. You scan your face, the app checks it against a database somewhere, a server returns a result. That mental model made sense in 2015. It's increasingly wrong today.

CaraComp DailyEP.18
3 stories · 3:21
Starts at 02:06 — this story
3:21

Watch this story, in under a minute

Plays right here · jumps to 02:06
In this episode

A new briefing every weekday — three stories, three minutes.

Subscribe on YouTube

Embedded biometric authentication means the capture, processing, and matching all happen inside the device, specifically inside a dedicated secure hardware module. On Apple devices, that's the Secure Enclave. On Windows machines running Hello for Business, it's a Trusted Platform Module. According to Apple's security architecture documentation, biometric templates are stored using lossy encoding that discards the raw data needed to reconstruct the original fingerprint or face, what's stored is an encrypted mathematical representation that never leaves the device hardware boundary.

Read that again: the original biometric data is intentionally destroyed during enrollment. What the device keeps is a transformed representation, a hash-like encoding that can be compared but never reversed. The original face scan, the original fingerprint ridges, gone. This isn't a bug or an oversight. It's a deliberate privacy architecture. This article is part of a series, start with The 3 Second Face Scan 5 Hidden Steps Between You And Your G.

According to Microsoft's Windows Hello documentation, the system uses infrared sensing specifically to prevent spoofing, a 2D photo of someone's face won't fool it because the depth and heat signature don't match. The biometric system is actively defending against presentation attacks, not just passively reading a face.


How Biometric Device Authentication Works in Hardware

When you press your thumb to a sensor or glance at your phone, here's what actually happens, and it's more interesting than you'd expect.

The sensor captures your biometric trait (fingerprint, face geometry, iris pattern) and passes the raw signal to the device's secure processing element. That element runs a matching algorithm that compares the live capture against the stored mathematical template. The result isn't a yes/no identity confirmation, it's a similarity score. The device then applies a threshold: if the score clears it, access is granted. If not, it fails.

Here's what that threshold means in practice: no two captures of biometric data ever produce identical results. Your thumb reads slightly differently every single time, different pressure, angle, moisture, minor surface condition. The system is built to handle this variation. It's not asking "is this exactly the enrolled fingerprint?" It's asking "is this close enough?" The threshold determines what "close enough" means, and manufacturers tune those thresholds to balance false acceptance rates against false rejection rates. That's not a small tradeoff, it's the entire engineering problem.

Think of it this way. Traditional biometric comparison is like holding two fingerprint cards side-by-side and comparing ridge patterns directly, you're working with the original artifact. Embedded device biometrics is more like comparing a new photograph of a sculpture to a stored 3D scan that was then deliberately degraded into a lower-resolution mathematical sketch. The comparison is valid, but the original sculpture never travels anywhere. You're working with encodings of encodings, and neither encoding is designed to be reversed.

The UK National Cyber Security Centre describes this cleanly: biometrics in device authentication sit in the secondary verification tier, offering a balance of convenience and security, not functioning as primary identity proof. That framing matters more than most people realize. Previously in this series: Your Voice Just Sold You Out The 3 Second Clone That Walked .


Trusted by Investigators Worldwide
Run Forensic-Grade Comparisons in Seconds
Detailed facial comparison reports. Results in seconds.
Get Started
7-day refund guarantee**

Multi-Modal Biometric Device Authentication: More Challenging

The market has split into two tracks, according to IndexBox's market analysis. One track is high-volume, commoditizing integration, your phone's fingerprint sensor, broadly deployed, tuned for speed. The other is a high-growth premium segment focused on enhanced security through multi-modal sensing: fingerprint combined with vein pattern scanning, face recognition layered with active liveness detection, iris capture paired with behavioral analysis.

Multi-modal systems are worth understanding because they're increasingly what investigators encounter in high-assurance environments, and they behave differently than single-modal checks. A face-plus-liveness system doesn't just ask "does this face match?" It asks "is this a live human presenting this face right now?" That active liveness layer defeats most spoofing attempts that would fool a simple face matcher. At CaraComp, where our work sits at the intersection of facial recognition and identity assurance, this layered approach is exactly what makes embedded authentication so much more reliable than a standalone face capture, the liveness check does work that no static image comparison ever could.

Processing is also migrating outward from central servers. The trend toward edge processing, decisions made locally on the device's secure element rather than sent to a remote server, reduces latency and keeps biometric data from ever traversing a network. But it creates an important side effect: there may be no centralized audit trail for a biometric authentication event. The decision happened on the device. It stays on the device.

"Processing is moving from centralized servers to edge nodes to reduce latency, improve privacy and security by minimizing data transmission to centralized servers, and allow for more efficient real-time authentication." IndexBox, Device Embedded Biometric Authentication Market Analysis

The Misconception That Changes Everything

Here's where investigators, account recovery teams, and identity review workflows consistently go wrong, and it's an understandable mistake, which is why it persists.

The assumption is this: if a device unlocks biometrically, the device owner used it. Biometric unlock equals identity confirmation. It feels logical. You had to present a biological trait to get in, how could that not prove who you are?

Except that modern devices allow multiple biometric templates to be enrolled at the user's discretion. Multiple fingerprints. Multiple faces. On most consumer devices, you can enroll a spouse, a family member, a colleague, no special permissions required, no audit log generated, no external notification sent. The Android Open Source Project's biometric documentation describes how the BiometricPrompt API manages multiple enrolled templates and authentication strength classes, the system explicitly supports multiple enrolled identities. Up next: India Anganwadi Mandatory Facial Recognition Court Challenge.

So a successful biometric unlock on a seized device tells you: someone matched one of the enrolled templates. That's the whole claim. It doesn't tell you who enrolled themselves. It doesn't tell you whether enrollment was authorized. It doesn't confirm the person who unlocked the device is the device's owner in any legally meaningful sense. Device possession and biometric match together are a narrower claim than most workflows treat them as.

What You Just Learned

  • 🧠 Embedded biometrics store encodings, not originalsthe raw biometric is intentionally destroyed after enrollment; what remains can't be reversed or compared across devices
  • 🔬 A match is a threshold decision, not a certaintydevices ask "close enough?" not "identical?", which means the tuning of that threshold shapes every authentication outcome
  • 🔒 Edge processing means no central audit trailauthentication decisions happen locally, so the forensic record may begin and end on the device itself
  • 💡 Device unlock ≠ identity confirmationmultiple templates can be enrolled, and a successful match only proves someone matched one of them
Key Takeaway

Embedded biometric authentication is a verification gate, not an identification tool. It answers "is this an enrolled person?", not "who is this person?", and that distinction determines how every downstream workflow should treat a successful device unlock.

So the next time a device unlocks cleanly during evidence review, or a claimant breezes through a device-based authentication step, the right question isn't "did the biometric work?" The right question is: who enrolled that template, when, and under what circumstances? The device authenticated someone. Your job is still to figure out who.

That's not a flaw in the technology. That's the system working exactly as designed, and the gap between what the system guarantees and what your workflow assumes is where verification workflows either hold or fall apart.

In your work, where would an on-device biometric check save the most time: evidence access, account handoff verification, or claimant identity review? The answer probably reveals which part of your workflow is still treating device authentication as identity proof.

Authentication Devices and the Hardware Layer Investigators Rarely See

Authentication devices are not just the phone or laptop sitting on an evidence table, they are the sensor, the secure chip, and the firmware working together as one unit. When investigators talk about "the device," they usually mean the whole package, but the biometric authentication decision itself happens inside a much smaller boundary than that. Understanding where that boundary sits changes how much weight a device unlock should carry in a case file.

Facial Recognition on Consumer Hardware Versus Facial Recognition in the Field

Facial recognition built into a phone is tuned for convenience first and forensic reliability a distant second. That single fact matters more than most workflows admit. A phone's facial recognition system only has to answer one narrow question, does this face clear the enrolled threshold, while an investigator often needs a much broader answer about who a person actually is, not just whether a face matched something stored months earlier.

Fingerprints, Fingerprint Authentication, and Why the Sensor Isn't the Whole Story

Fingerprints remain the most common biometric input because the sensors are cheap, fast, and familiar to almost every user. Fingerprint authentication works by comparing a live scan against a stored template, using the same threshold logic that governs facial matching, and it inherits the same limitation: a match confirms a template, not a legal identity. When a case turns on who pressed a thumb to a sensor, the fingerprint authentication log is a starting point for questions, not a finished answer.

User Enrollment: The Step Everyone Assumes Happened Correctly

Every biometric authentication device depends on a user completing enrollment at some earlier point, and almost nobody questions how that enrollment happened. A user sets up their face or fingerprint once, usually alone, usually without any witness or log of the moment. That single unwitnessed event becomes the foundation every later authentication rests on, which is exactly why investigators should ask about it directly instead of assuming it was the device owner who enrolled.

A second user can be added to the same device just as easily as the first, and the device stores no record distinguishing "owner enrolled this" from "someone else enrolled this." For account recovery teams, that means a verified user on paper may not be the same person who is physically present holding the device. The gap between the account holder of record and the user recognized by the sensor is where identity assurance work actually lives.

The Key Difference Between a Password and a Biometric Key

A password is something a person knows and can hand to someone else on purpose. A biometric key is something a person is, and in theory it cannot be transferred the same way. But a biometric key on a device is really just the enrolled template sitting in secure hardware, and that template can represent more than one physical person if multiple faces or fingerprints were added. Treating a biometric key as a stronger guarantee than a password is only true when enrollment itself was controlled and documented.

Biometrics as Evidence: What a Match Can and Cannot Support

Biometrics can support a claim that a device unlocked because a live capture cleared a threshold against a stored template. Biometrics cannot, on their own, support a claim about who was physically holding the device unless enrollment, custody, and timing are all independently established. Investigators who treat biometrics as a complete identity proof are extending the evidence further than the underlying system was ever built to go, and that gap is exactly what a careful case file should document rather than assume away.

Building a workflow that respects these limits does not mean throwing out biometric evidence, it means pairing it with corroborating facts. A device unlock combined with location data, timestamped account activity, or a witness statement tells a much stronger story than the unlock alone. Access to a case file, account, or secured system should be documented as one data point among several, not treated as the final word on identity.

Systems that log every authentication attempt, successful or failed, give investigators something the biometric match alone cannot: a timeline. A factor authentication event that failed twice before succeeding tells a different story than one clean pass, even though both end in "access granted." That kind of context, drawn from the systems surrounding the biometric sensor rather than the sensor itself, is often what turns a device unlock from a curiosity into usable evidence.

Multi-factor authentication setups add another layer worth understanding. When a biometric factor is combined with a possession factor, like a registered device, or a knowledge factor, like a PIN, the overall claim about identity gets stronger because an attacker has to defeat more than one barrier at once. A single-factor biometric unlock is the weakest configuration a device can run, and it is unfortunately still the most common one in consumer settings, which is exactly why investigators should note which configuration was active at the time of the event in question.

None of this means biometric authentication devices are unreliable tools. It means they are precise tools that answer a narrow question extremely well, and the value of that answer depends entirely on how carefully the surrounding facts, enrollment history, access logs, and system configuration, are gathered alongside it.

A biometric authentication device is, at its core, an electronic device that uses biometric identifiers to decide whether to grant access, and that plain definition is worth restating because so much confusion in case work comes from skipping past it. The device uses unique biological characteristics, a fingerprint ridge pattern, a face geometry map, an iris texture, as the raw material for its decision, and it does so without ever needing to know the person's name, history, or legal identity. That narrow scope is a feature of the design, not a limitation investigators should be surprised by.

Not every biometric system relies on the same trait, and the differences matter for how much confidence a match deserves. Systems built around fingerprints tend to be fast and cheap, which is why they show up on nearly every consumer phone and laptop. Systems built around iris scanners are less common in consumer hardware but appear in higher-security environments, because iris patterns are harder to spoof and remain stable over a person's lifetime in a way that some other traits do not.

Recognition devices that use unique physical traits all share the same basic shape: capture, encode, compare, decide. Whether the input is a fingerprint, a face, or an iris, the device uses unique physical characteristics as a stand-in for identity, then leaves it to the surrounding workflow, the systems, the logs, the case file, to supply the context a raw match can never provide on its own. Investigators who keep that division of labor in mind will get far more out of biometric evidence than those who treat the device's decision as the end of the inquiry.

It also helps to remember that biometric authentication systems are configured differently by different manufacturers, and those configuration choices affect what a "successful" authentication actually certifies. Some biometric authentication systems require a fresh liveness check on every attempt, while others cache a recent result for a short window to reduce friction for the user. A case file that notes which biometric system was active, and how it was configured, gives a far more honest account of what the access event actually shows than a simple "device unlocked" note ever could. Devices biometric in nature will keep multiplying across consumer and enterprise hardware alike, which makes this kind of careful documentation a permanent part of the job rather than a one-time fix.

Contactless Biometric Sensors and Why Investigators Should Track the Shift

A contactless biometric sensor reads a face, an iris, or even a hand shape without requiring physical contact with the device, which changes both the user experience and the forensic picture. Contactless biometric capture became far more common once touch surfaces were seen as a hygiene concern, and manufacturers responded by pushing camera-based and infrared sensing into more device categories. For an investigator, a contactless biometric authentication device raises a slightly different question than a touch sensor does: was the person actually close enough, and looking at the sensor directly, for the capture to be theirs and no one else's?

Authentication solutions built around contactless capture still rely on the same underlying logic as touch-based systems, capture, encode, compare, decide, but the capture step is more forgiving of distance and angle. That forgiveness is good for user convenience and slightly harder for a case file to lean on, since a contactless capture can sometimes succeed even when the enrolled person is not holding or gripping the device at all. Authentication solutions vendors publish their own thresholds and liveness requirements, so a case file benefits from noting which specific authentication solutions were active on the device in question.

Biometric access to a device or account is only as trustworthy as the weakest link in the chain that grants it, and contactless sensors add one more link worth checking. Biometric access logs, where they exist, can show the timestamp of a contactless match without showing whether the enrolled person or a look-alike triggered it, which is exactly the kind of nuance a careful investigator flags rather than glosses over. When biometric access is contactless, physical possession of the device becomes an even weaker proxy for identity than it already was with touch-based sensors.

Biometric authenticators are the software and hardware components that actually perform the comparison step, and they are not all built to the same standard. Some biometric authenticators run every check against a freshly captured, high-resolution image, while cheaper biometric authenticators may accept lower-quality input to keep the user experience fast. A case file that references "the biometric authenticator" without naming which one, on which device, running which firmware version, is leaving out details that later analysis may need.

None of this is a reason to distrust contactless biometric technology outright. It is a reason to document, for every case involving biometric access, exactly which sensor type was used, whether the authentication was contactless or contact-based, and which biometric authenticators processed the match. That documentation habit costs a few extra minutes at intake and can save hours of uncertainty later when someone asks how confident the case file really is in a device unlock.

Behavioral Traits: The Quiet Layer Running Behind Every Biometric Authentication Device

Behavioral traits are patterns in how a person acts rather than what they physically look like, typing rhythm, swipe pressure, the angle at which someone typically holds a phone. Some biometric authentication device platforms quietly score these behavioral traits in the background as a secondary check, without ever showing the user a separate prompt. For an investigator, behavioral traits data, when it exists and is preserved, can sometimes corroborate or contradict a straightforward fingerprint or face match, adding a layer of context that a single threshold decision cannot provide on its own.

MFA and Where a Biometric Authentication Device Fits Inside It

MFA, short for multi-factor authentication, combines two or more of the following: something you know, something you have, and something you are. A biometric authentication device supplies the "something you are" factor, and it is strongest when MFA pairs it with a possession factor like a registered device or a knowledge factor like a PIN. Case files that note whether MFA was active, and which factors were required, give a far more complete picture than a note that simply says the biometric check passed, because MFA configuration determines exactly how many barriers a person had to clear to gain access.

The Scanner Itself: A Small Piece of Hardware Carrying a Lot of Weight

The scanner is the physical component that captures the raw biometric signal before any matching software ever touches it, and its quality sets a ceiling on how reliable the entire authentication chain can be. A worn fingerprint scanner or a low-resolution camera acting as a face scanner can produce more false rejections or, in rare cases, more false acceptances than a well-maintained sensor would. Investigators evaluating a biometric authentication device should ask not just what the software decided, but what condition the scanner itself was in at the time of capture.

So How Does Biometric Authentication Work, Step By Step?

How does biometric authentication work when you strip away the marketing language? A sensor captures a physical trait, a secure chip converts that trait into an encoded template, and a matching algorithm compares a new capture against that stored template every time the user tries to get in. Biometric authentication never compares two identical images or fingerprints; it compares two encodings and asks whether they are close enough to count as the same person. That single mechanic, capture, encode, compare, decide, is the entire answer to how does biometric authentication work, no matter which vendor built the sensor or which biometric trait is involved.

Biometric authentication is often described as more convenient than a password, and for most users that is true, but convenience and identity proof are two different promises. Biometric authentication confirms that a live capture matched a template already sitting on the device; it does not confirm which human enrolled that template in the first place. Individual users rarely think about that distinction, because the phone unlocks and the task feels finished, but investigators and account recovery teams cannot afford the same shortcut.

Passwordless login is the broader trend biometric authentication belongs to, and it is worth understanding on its own terms. A passwordless flow replaces something you know with something you are or something you have, and biometric authentication is usually the "something you are" half of that equation. Passwordless systems reduce the risk of a stolen password being reused elsewhere, but they shift the entire burden of proof onto enrollment, which is exactly the step most workflows never examine closely.

Identity verification and biometric authentication get used as if they mean the same thing, but they answer different questions. Identity verification tries to establish who a person is against an external record, like a government-issued document or a database lookup. Biometric authentication only checks a live capture against a template stored locally on one device, so a passing result never substitutes for real identity verification when the stakes are high enough to require one.

Biometric templates deserve a closer look because they are the actual object being compared, not the face or finger itself. A biometric template is a mathematical summary built from measurements like ridge spacing on a fingerprint or the distance between facial landmarks, and it is designed so the original image cannot be rebuilt from it. Because biometric templates are device-specific in most consumer systems, a template created on one phone typically cannot be exported and reused to unlock a different phone, which limits some kinds of fraud but also means a lost or replaced device may require a full new enrollment.

Fingerprint recognition remains the most widely deployed method precisely because the hardware is inexpensive and the accuracy is good enough for everyday use. Fingerprint recognition compares ridge and valley patterns captured by a small capacitive or optical sensor against the stored template, applying the same threshold logic used for face and iris matching. Because fingerprint recognition sensors are so common, they are also the biometric method investigators are most likely to encounter on a seized device, which makes understanding their limits a practical necessity rather than a theoretical exercise.

Facial biometric authentication works on a similar principle but measures a different set of features: the distance between eyes, the width of the nose bridge, the contour of the jaw, sometimes combined with depth data from an infrared sensor. Facial biometric authentication systems that include a liveness check are meaningfully harder to fool than ones that only compare a flat image, which is why the presence or absence of that liveness layer belongs in any serious case note. When a device relies on facial biometric authentication alone, without a secondary factor, a single successful match is carrying more weight than the underlying design was ever meant to support.

Cyber risk around biometric systems is different from cyber risk around passwords, and that difference matters for anyone assessing an authentication method. A stolen password can be changed; a compromised biometric template cannot be reissued the way a new fingerprint or face can't simply be grown, which is why manufacturers keep templates encrypted inside hardware rather than in general storage. Users who understand this tend to treat biometric methods as a convenience layer on top of good account hygiene, not a replacement for it, and that mindset holds up well under scrutiny from investigators and security teams alike.

Taken together, these methods, fingerprint recognition, facial biometric authentication, iris capture, behavioral scoring, all answer the same narrow question about a single device at a single moment. Users benefit from the speed and low friction these methods provide, and passwordless approaches will likely keep expanding because people prefer them to typing long passwords. But every one of these methods still depends on an enrollment step nobody witnessed, which is exactly why a case file, an account recovery ticket, or an identity verification workflow should treat a biometric pass as a strong signal and not a finished conclusion.

Biometric Sensors: The Physical Trait Collectors Behind Every Decision

Biometric sensors are the hardware components that physically gather a fingerprint ridge pattern, a face image, or an iris texture before any encoding happens at all. Different biometric sensors trade accuracy for cost in different ways, which is why a flagship phone and a budget device can both claim biometric authentication while performing very differently under stress. A case file that identifies the exact biometric sensors present on a device gives later reviewers something concrete to check instead of a vague assumption that all sensors behave the same way.

Biometric traits themselves fall into a short list that keeps repeating across the industry: fingerprint ridges, facial geometry, iris texture, and increasingly voice or gait patterns for specialized systems. Each of these biometric traits was chosen because it stays relatively stable over time and is difficult for a casual observer to copy without specialized equipment. Investigators comparing two cases should note which specific biometric traits were involved, because the strength of a match claim differs meaningfully between a fingerprint system and a behavioral one.

Authentication biometric setups vary widely by industry, and a banking app's authentication biometric requirements are rarely identical to those on a personal phone. Some authentication biometric deployments require a fresh capture every session, while others reuse a cached result to speed up repeat logins during a short window. Knowing which authentication biometric policy was active at the moment of the event in question is often the single most useful configuration detail a case file can record.

Biometric verification, as distinct from plain authentication, sometimes adds a step where the captured trait is checked against an external record rather than only a locally stored template. Biometric verification of this kind can bridge some of the gap between a device unlock and a real identity claim, though it still depends on the quality of the external record it checks against. When a workflow description uses the phrase biometric verification, it is worth confirming whether that really means an external check or is simply local template matching described with a fancier name.

A biometric system built around a user's unique biological attributes is only as strong as its weakest configuration choice, whether that choice involves the threshold setting, the liveness requirement, or the number of enrolled templates allowed. The core promise of any such system is that it verifies identity using unique physical measurements no two people are expected to share, but that promise applies to the moment of capture, not to the entire chain of custody that follows. Keeping these two ideas separate, what the sensor measured and what the case actually needs to prove, is the difference between using biometric evidence well and overstating what it can do.

Biometric Templates in Plain Language: Why the Word "Template" Matters

A biometric template is not a copy of a fingerprint or a face, it is a set of numbers derived from one. When people hear that a device stores biometric templates, they sometimes picture a photo library sitting somewhere on the phone, but the reality is closer to a locked math problem that only the device's own matching software can meaningfully read. Because biometric templates are built to resist reversal, recovering the original biometric trait from a stolen template is not the straightforward risk many people assume it to be, though it is still treated as sensitive data and stored accordingly.

Fingerprint recognition sensors

Frequently asked questions

How does biometric authentication work on a phone or device?

Biometric authentication works at the hardware level, checking a scanned fingerprint or face against a template stored on the device itself, before any app or software launches. This device-level check happens first, deciding whether the presented biometric matches what was enrolled, ahead of any account recovery request, case file, or verification workflow being reviewed by a person.

Does a successful biometric unlock prove someone's identity?

No. A successful device unlock only proves that whoever presented the biometric matched an enrolled template, not who that person actually is. This distinction matters because it changes how verification evidence should be interpreted in fields like fraud investigation, account recovery, and claimant review, where a match alone isn't identity proof.

Why is biometric device authentication becoming more common?

Embedded biometric authentication is expanding because the global biometrics market, valued around USD 42.3 billion in 2024, is projected to reach nearly USD 134.9 billion by 2034 at a 12.3% compound annual growth rate. That growth is embedding hardware-level biometric checks into nearly every device used in field-facing verification work.

Ready for forensic-grade facial comparison?

Full forensic reports with detailed similarity scoring. Results in seconds.

Run My First Search