tree: d84ab8aed4d04ca8f7956c6fd6f3e91163037172 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/storage/fxfs-crypt/README.md

fxfs-crypt

This module contains the implementation of the Crypt service, which manages wrapping and unwrapping cryptographic keys for Fxfs instances out-of-process.

Generally, one fxfs-crypt instance will be running per unlocked volume. A handle to this crypt server will be passed to Fxfs as part of unlocking the volume. The creator of the crypt instance will use the CryptManagement protocol to control the state of the crypt service (adding new keys, switching active keys, and removing old keys).

The algorithm used for key wrapping is AES-GCM-SIV.