Examples

OTP Token Seed Data Format
<?xml version="1.0"?>
<data>
<header>
 	<manufacturerCode>DN</manufacturerCode>
	<productCode>ST</productCode>
	<encrypt>NONE</encrypt>
	<encode>HEX</encode>
	<digits>6</digits>
	<timeWindow>60</timeWindow>
	<crypto>HmacSHA1</crypto>   </header>
 <tokens>
   <token>
	 	<serial>71358472</serial>
		<seed>08E49538328BAE830E0DB14A82341100BC23B840</seed>
	 </token>
	 <token>
	 	<serial>71358473</serial>
	 	<seed>08E49538328BAE830E0DB14A82341100BC23B841</seed>
	 </token>
</tokens>
</data>

Remarks

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