sgcBiometrics
Integrate Windows Hello, fingerprint sensors, and facial recognition into your Delphi and C++ Builder applications with native Windows Biometric Framework components.
Integrate Windows Hello, fingerprint sensors, and facial recognition into your Delphi and C++ Builder applications with native Windows Biometric Framework components.
Capture and verify fingerprints using the Windows Biometric Framework. Support for system and private sensor pools. Works with any WBF-compatible fingerprint sensor.
Technical details →Camera-based face detection and presence verification. Compatible with standard webcams and IR cameras. Windows Hello integration for secure authentication.
Technical details →Native Windows Hello support for passwordless authentication. Leverage the built-in biometric infrastructure in Windows 10/11 for secure, frictionless login.
Technical details →procedure TForm1.VerifyFingerprint;
begin
sgcBiometric1.SensorPool := spSystem;
sgcBiometric1.BiometricType := btFingerprint;
sgcBiometric1.Verify;
end;
procedure TForm1.OnVerify(Sender: TObject;
const Match: Boolean;
const Identity: string);
begin
if Match then
ShowMessage('Verified: ' + Identity)
else
ShowMessage('Not recognized');
end;
Get started with sgcBiometrics for your Delphi and C++ Builder projects.
€299
Full source code. 1 year of updates. Free binary redistribution. Fingerprint and facial recognition components with Windows Hello support.
Contact Us
Everything in Standard, plus priority support, extended update period, and dedicated assistance for enterprise integration scenarios.
Get in touch →Pair sgcBiometrics with our other Delphi, C++Builder and .NET component libraries.
Enterprise WebSocket, HTTP/2/3, MQTT, AMQP, WebRTC, and AI/LLM components for Delphi, C++Builder, and .NET. 30+ API integrations included.
Add biometric login to your real-time WebSocket and MQTT apps.
Learn more →Digital signature components for PDF, XAdES, CAdES, and PAdES. Sign and verify documents with smart cards, HSMs, or software keys.
Unlock signing keys with fingerprint or Windows Hello before producing XAdES / PAdES signatures.
Learn more →OpenAPI 3.0 parser and SDK generator. Turn any OpenAPI spec into a strongly-typed Delphi client in seconds.
Gate REST APIs with Windows Hello before invoking the generated SDKs.
Learn more →Updated Indy TCP/IP components with modern TLS, IPv6, and HTTP/2 support for Delphi 7 through 13.
Pair Windows Hello authentication with Indy-based clients and servers.
Learn more →