Interface PassphraseInfo

Information on how to generate the key from a passphrase.

See

https://spec.matrix.org/v1.6/client-server-api/#deriving-keys-from-passphrases

Hierarchy

  • PassphraseInfo

Properties

algorithm: "m.pbkdf2"

The algorithm to be used to derive the key.

bits?: number

The number of bits to generate. Defaults to 256.

iterations: number

The number of PBKDF2 iterations to use.

salt: string

The salt to be used for PBKDF2.

Generated using TypeDoc