Skip to content

Data storage

Owais Shaikh edited this page Sep 18, 2023 · 13 revisions

Wristkey stores data in a file called "wfs", short for WristkeyFS. It is modelled after the KeyspaceFS file structure.

{
    "otpauths": [
        "otpauth://totp/Google%20Inc%2E:0x4f%40tuta.io?secret=ASDFGHJKL&issuer=Google&counter=0&algorithm=SHA1&digits=6&period=30"
    ],
    "wkpass": [
        "wkpass://qrcode/Informa%20PLC:Owais%20Shaikh?data=ASDFGHJKL&Description=BlackHat%20Arsenal%20USA&Time=1234567890&Seat=2A&From=BOM&To=LAX&Foo=Bar"
    ]
}
Clone this wiki locally