Skip to content

Hidden storage

NAILS is storage agnostic, not storage indifferent

Section titled “NAILS is storage agnostic, not storage indifferent”

The project does not require a single backend. That flexibility is useful, but it also means the security properties of your chosen backend feed directly into the final posture.

  • who can access the storage when it is not mounted
  • what logs or side effects the mount process creates
  • whether the backend stays available for the full activation window
  • whether the filesystem supports the expected Linux behavior

Useful when deniable encrypted storage is the primary goal.

Useful when you want less local evidence of hidden data at rest.

Useful when physical separation is part of the plan.

The backend should already be mounted and stable before nails activate begins. NAILS does not try to solve backend mounting for you.