-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathfreeotp.xml
9 lines (9 loc) · 2.11 KB
/
freeotp.xml
1
2
3
4
5
6
7
8
9
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<string name="TOTP512">{"algo":"SHA512","counter":0,"digits":6,"issuerExt":"","label":"TOTP512","period":30,"secret":[-34,104,-37,-33,82,-89,-93,-105,-14,5,100,-73,-84,1,11,73,101,-92,106,122,-90,111,-119,30,87,-6,16,-57,-126,25,0,-65,-35,-76,-38],"type":"TOTP"}</string>
<string name="TOTP256">{"algo":"SHA256","counter":0,"digits":8,"issuerExt":"","label":"TOTP256","period":30,"secret":[-98,-98,-28,85,-61,-13,-13,-121,119,20,106,40,-69,-94,-31,-36,-101,121,-16,-40,92,-106,-18,-106,-115,90,46,-30,50,7,-58,-93,-24,0,-63],"type":"TOTP"}</string>
<string name="HOTP1">{"algo":"SHA1","counter":1,"digits":8,"issuerExt":"","label":"HOTP1","period":30,"secret":[-127,46,33,76,52,-24,-17,121,23,48,70,32,12,-4,57,-91,123,54,112,-128,-69,6,105,55,-109,123,35,-48,-56,-77,45,73,123,61,-105],"type":"HOTP"}</string>
<string name="Test3">{"algo":"SHA256","counter":0,"digits":8,"issuerExt":"","label":"Test3","period":30,"secret":[-71,-30,122,-81,42,119,112,8,-107,68,63,-69,18,-117,-19,-85,-99,1,102,-19,60,-124,29,99,122,112,-85,-67,34,114,-125,-85,93,-114,67],"type":"TOTP"}</string>
<string name="TOTP1">{"algo":"SHA1","counter":0,"digits":8,"issuerExt":"","label":"TOTP1","period":30,"secret":[96,-67,35,68,120,27,5,-112,-110,46,16,9,43,7,-118,11,102,102,-1,-62,-37,95,70,-125,44,64,58,109,9,-89,-118,66,31,-81,-42],"type":"TOTP"}</string>
<string name="tokenOrder">["HOTP1","TOTP1","TOTP256","TOTP512","Test3"]</string>
</map>