Rare find

Local Data Lock. Encrypt your app's data with your fingerprint or face, no password needed.

mylofi.github.io/local-data-lock

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2025
  • improving config of credential registration/auth, improving detection…
February 2025
  • (reluctantly) exposing 'cacheLockKey' public API method for advanced …
  • README: minor tweak to code examples for consistency
  • fixing bug with incorrect underlying buffer length of lock-key 'iv' v…
  • github workflow versions bump
December 2024
  • updating dependencies
  • fixing mistake in exports
  • added 'user verification' capability check (moved from 'webauthn-loca…
September 2024
  • adding periodic (random) internal timer to purge expired key cache en…
  • updating 'byojs/storage' dependency
  • fixing bundler/non-bundler docs
  • updating moved/renamed dependency
  • minor tweaks to use modern JS operators
August 2024
  • updated 'client-storage' dependency, added handling of 'opfs-worker' …
  • docs: another tweak
  • docs: improving consistency
  • updating walc dep version
  • tests: improving UX with check for webauthn support
  • adding 'signData()' and 'verifySignature()' methods, closes #4
  • combining (and removing from exposure) 'setMaxLockKeyCacheLifetime()'…