Skip to main content

Interface: CloudEncryptionConfigPassphrase

Defined in: shared/types/cloudEncryption.ts:37

Passphrase-derived key encryption configuration.

Remarksโ€‹

  • saltBase64 is used with a KDF to derive a device-local key.
  • keyCheckBase64 is an encrypted sentinel blob that allows a device to validate a passphrase without revealing secrets.

Extendsโ€‹

Propertiesโ€‹

configVersionโ€‹

readonly configVersion: 1

Defined in: shared/types/cloudEncryption.ts:20

Inherited fromโ€‹

CloudEncryptionConfigBase.configVersion


kdfโ€‹

readonly kdf: "scrypt"

Defined in: shared/types/cloudEncryption.ts:38


keyCheckBase64โ€‹

readonly keyCheckBase64: string

Defined in: shared/types/cloudEncryption.ts:39


modeโ€‹

readonly mode: "passphrase"

Defined in: shared/types/cloudEncryption.ts:40

Overridesโ€‹

CloudEncryptionConfigBase.mode


saltBase64โ€‹

readonly saltBase64: string

Defined in: shared/types/cloudEncryption.ts:41