Release Notes
Release Notes for SenseCrypt Releases
Last updated
Release Notes for SenseCrypt Releases
Last updated
Added ImageSession
This new session type complements the existing session types - ActiveCapture & PassiveCapture. Instead of using the device camera, ImageSession offers a simple way to generate & verify SensePrints from existing images.
Added Face Signing
While Face Signing was already introduced in SenseCrypt 3.1.1 for the Server API. This release enables Face Signing using the mobile SDK for both offline & online builds.
Removed Lightweight Liveness
Issues under different lighting conditions convinced us to deprecate the optional Lightweight Liveness feature.
This change includes changes in the AppConfig, settings and parameters of the GenerateSensePrintRequest of the SDK.
Changed Sequence of Screens for SensePrint Generation
To improve the consistency between Offline & Online Liveness Check, the SensePrint Generation Form now comes before a Face Capture screen, such that the sequence of screens is:
SensePrint Generation Form
Face Capture
Result -> Error Message or Success
Added the loading of App Constants from JSON config
This allows to change the endpoint server without needing to change the app's source code.
Solved network failure issue with slow connectivity
Slow network connectivity could lead to repeated network failure exceptions on mobile devices.
Lightweight Liveness
Optionally during Active- & Passive-FaceCapture a lightweight Liveness model can be utilized to spot spoofing early on, without the need to hit the backend server.
New Settings Page
The new Settings Page allows
to switch between Active- & Passive-FaceCapture
to switch between Front- & Back-Camera
to activate or deactivate Lightweight Liveness
New SDK Mode OfflineLite
To reduce the app size for store publishing, SDK Mode OfflineLite allows packaging the apps without the model files. During initialization, a path can be specified from which the models can be loaded.
Bugfix ActiveFaceCapture
Fixed bug, where ActiveFaceCapture always started with "User Should Look Up"
Improved Frame Selection in ActiveFaceCapture
The frame selection algorithm for face comparison during ActiveFaceCapture has been improved. This reduces False Negatives during Face Matching.
New Environment variable to define mobile requests timeout
REQUEST_TIMEOUT
defines in seconds until a mobile request is considered as timeout. The default is 10 seconds.
Added SenseCrypt Walk-through
Improved Documentation
A containing a series of Juypter Notebooks for hands on walk-through of the SenseCrypt eID and SenseCrypt Face PKI APIs.
For further details see the
See the