Skip to content
/ cardcalc Public

Calculate a hex card code for the Proxmark from facility number, card number and bit length.

Notifications You must be signed in to change notification settings

blark/cardcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cardcalc

Calculate hex value of HID Prox card from card, site and bit values.

Currently the tool only supports cards that have even and odd parity bits at the beginning and end of the bitstream. To add a new card format simply add the information to the formats dict at the beginning of the program.

Installation

If you don't use pipsi, you're missing out. Here are installation instructions.

Simply run:

$ pipsi install .

Usage

To use it:

$ cardcalc --help

About

Calculate a hex card code for the Proxmark from facility number, card number and bit length.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages