Mazecreator / ckey

Chrome Key - A Chrome Extension that emulates a Hardware Authentication Device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome Key

This is a Chrome Extension that emulates a hardware authentication device, allowing you to register with Webauthn-compatible websites without requiring an actual physical device.

Disclaimer

I cannot emphasize enough that this project by no means replaces a Hardware Authentication Device. The use of this extension is aimed exclusively at development, testing and debugging. If you use it in a production environment, do so at your own risk. We will elaborate on the guarantees (and lack of) that this project provides on the last post of the series.

Building

This project uses Webpack for its building pleasures.

$ npm run build

Or if you're iterating quickly...

$ npm run watch

Loading into the browser

You can load the project as an unpacked extension. Upon building, you may load the directory dist/chromium/ into your browser. More details on how to do this here.

About

Chrome Key - A Chrome Extension that emulates a Hardware Authentication Device


Languages

Language:TypeScript 92.2%Language:JavaScript 7.8%