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

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

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

Name:
UID:
External ID:
Lock key (K0):
Meta key (K1 & K3):
File key (K2 & K4):

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! Use Boltcard Programmer App
Close
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}