taler-xotp

xOTP generator
Log | Files | Refs | Submodules | README

index.rst (450B)


      1 :hide-toc:
      2 
      3 BaseX Converter
      4 ===============
      5 
      6 - For currency, use the Base8 Decode parser
      7 
      8   It converts the character bytes to the base8 representation to enter into the xOTP Generator
      9 
     10 - For the secret, use the parser form base32 to base8
     11 
     12   The secret in the base32 format is decoded to the byte representation and encoded to the base8 format to enter into the xOTP Generator
     13 
     14 .. raw:: html
     15    :file: ../_static/baseX_converter/baseX_converter.html