Function decryptKey

  • Decrypt given data using password

    Returns

    Decrypted data

    Deprecated

    use 'sha.js' and 'aes-js' packages directly instead

    Parameters

    • password: string

      Password to decrypt with

    • encrypted: Uint8Array

      Data to decrypt

    Returns Uint8Array

Generated using TypeDoc