chrbongardt / MIFARE-Classic-1K-Access-Bits-Calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIFARE Classic 1K Access Bits Calculator is a simple html/javascript calculator for the Mifare Classic 1K access bits.

Widget was based on this code The information on access bits is taken from MF1S503x from NXP Seiconductors.

To use, simply clone the code and add this to a page:

<script type='text/javascript'>
    wWidth = "800px"; 
    wHeight = "195px";
    document.write('<div id="mifareWidget"></div>');
    document.write('<scr'+'ipt type="text/JavaScript" src="mifareWidget/WidgetCreate.js"></scr'+'ipt>');
</script>

http://calc.gmss.ru/Mifare1k/

About


Languages

Language:JavaScript 85.6%Language:HTML 7.4%Language:CSS 7.0%