Interface: CloudEncryptionConfigPassphrase
Defined in: shared/types/cloudEncryption.ts:41
Passphrase-derived key encryption configuration.
Remarksโ
saltBase64 is used with a KDF to derive a device-local key.
keyCheckBase64is an encrypted sentinel blob that allows a device to validate a passphrase without revealing secrets.
Hierarchyโ
Extendsโ
Propertiesโ
configVersionโ
readonly configVersion: 1;
Defined in: shared/types/cloudEncryption.ts:21
Inherited fromโ
CloudEncryptionConfigBase.configVersion
kdfโ
readonly kdf: "scrypt";
Defined in: shared/types/cloudEncryption.ts:42
keyCheckBase64โ
readonly keyCheckBase64: string;
Defined in: shared/types/cloudEncryption.ts:43
modeโ
readonly mode: "passphrase";
Defined in: shared/types/cloudEncryption.ts:44
Overridesโ
CloudEncryptionConfigBase.mode
saltBase64โ
readonly saltBase64: string;
Defined in: shared/types/cloudEncryption.ts:45