Knowledgebase
Jakinid Support Website > Help Desk (Jakinid.com) > Knowledgebase

Search help:


How to convert HID proprietary 37 Bit format (H10302) proximity card S/N read by ACTAtek device?

Solution
For example, the card number printed at the 37bit (H10302 format) HID proximity  card is 11500003121
 
  
ACTAtek device's Event Logs remark field showed the card number is j0000055AE83E63.    
 
 ( "j" is the pre-fix of HID prox. type of smart card followed by the hex ASCII characters of card number  ) 
 
 

 
Conversion steps:
 
 
1.The 055AE83E63 is a 37 bit raw data
 
2.Convert HEX: 055AE83E63 to Binary should be as below.
0010101011010111010000011111001100011
 
Note:
Appending '0' in the leading to be a 37 bit.
 
3.The center 35bit are card number which should be as below.
01010101101011101000001111100110001
 
Note:
For HID proprietary 37 Bit format (H10302), the first and the last bit are parity.
 
4.Convert BIN to DEC 
01010101101011101000001111100110001 =>11500003121
 

 
 
Was this article helpful? yes / no
Article details
Article ID: 210
Category: General
Views: 2745
Rating (Votes): Article not rated yet (0)

 
« Go back

$s = 1; if (file_exists(HESK_PATH . 'hesk_license.php')) { $h = (!empty($_SERVER['HTTP_HOST'])) ? $_SERVER['HTTP_HOST'] : ((!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : getenv('SERVER_NAME')); $h = str_replace('www.','',strtolower($h)); include(HESK_PATH . 'hesk_license.php'); if (isset($hesk_settings['license']) && strpos($hesk_settings['license'],sha1($h.'h3&Fp2#LaA&59!w(8.Zc]*+uR512')) !== false) { $s = 0; } else { echo '

INVALID LICENSE (NOT REGISTERED FOR '.$h.')!

'; } } if ($s) { echo '

 
Powered by Help Desk Software HESK - brought to you by Help Desk Software SysAid

'; } echo '
'; include(HESK_PATH . 'footer.txt'); echo '';