Examples

Google Authenticator Tokens
<?xml version="1.0"?>
<data>
  <header>
    <manufacturerCode>GG</manufacturerCode>
    <productCode>GT</productCode>
    <synchronisation>30</synchronisation>
    <encrypt>NONE</encrypt>
    <encode>BASE32</encode>
    <digits>6</digits>
    <syncsize>2</syncsize>
    <crypto>HmacSHA1</crypto>
  </header>
 <tokens>
    <token>
	  <serial>55968236546</serial>
      <seed>JRKXYWRVFMFDJ4UTTP3AJWCJQHT23FY5</seed>
    </token>
    <token>
	  <serial>55968236547</serial>
      <seed>MWFY5DJJRMVF6UTTP3AJWCJQHTXYWR88</seed>
    </token>
</tokens>
</data>

Remarks

ElementValues
encode
  • HEX
  • BASE32
encrypt
  • NONE
  • AES256
crypto
  • HmacSHA1
  • HmacSHA256
  • HmacSHA512
digits
  • 6
  • 8
timeWindow
  • 30
  • 60
  • No labels