{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Cards
Add card
Export to CSV
{% raw %} {% endraw %}
Hits
Export to CSV
{% raw %} {% endraw %}
Refunds
Export to CSV
{% raw %} {% endraw %}
{{SITE_TITLE}} Bolt Cards extension
{% include "boltcards/_api_docs.html" %}
Get from the card you'll use, using an NFC app
Tap card to scan UID
Zero if you don't know. Generate keys
Update Card Create Card Cancel
{% raw %}

(QR for create the card in Boltcard NFC Card Creator)

(QR for wipe the card in Boltcard NFC Card Creator)

Name: {{ qrCodeDialog.data.name }}
UID: {{ qrCodeDialog.data.uid }}
External ID: {{ qrCodeDialog.data.external_id }}
Lock key (K0): {{ qrCodeDialog.data.k0 }}
Meta key (K1 & K3): {{ qrCodeDialog.data.k1 }}
File key (K2 & K4): {{ qrCodeDialog.data.k2 }}

Always backup all keys that you're trying to write on the card. Without them you may not be able to change them in the future!

Click to copy, then paste to NFC Card Creator Click to copy, then paste to NFC Card Creator Backup the keys, or wipe the card first! {% endraw %}
Close
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}