Constructors

Methods

  • Create the recovery information and store them in local storage until needed.

    Parameters

    • secret: string | Uint8Array

      The secret that should be later recovered. Limited to 1023 bytes.

    • identity: string

      The identity that is needed by the recovery service to identify you. Limited to approx 980 bytes.

    Returns Promise<void>

  • Send recovery information to server.

    The recovery service will contact you by some means (snail mail, mail or you have to phyically go somewhere to get the symmetric key that they give you.)

    Returns Promise<void>