tree: bbb0fffece1bb54893395d9cb4a1c60eccaec62c
  1. BUILD.gn
  2. DEPS
  3. DIR_METADATA
  4. OWNERS
  5. README.md
  6. sqlite_encrypted_vfs.cc
  7. sqlite_encrypted_vfs.h
  8. sqlite_encrypted_vfs_unittest.cc
components/sqlite_encrypted_vfs/README.md

SQLite Encrypted VFS

sqlite_encrypted_vfs provides a custom SQLite Virtual File System (VFS) wrapper for Chromium that integrates with os_crypt_async to provide envelope encryption and key lifecycle management for sql::Database.