项目文件夹

文件
2026-07-13 12:27:58 +08:00

6 行
386 B
Markdown

# cryptfs storage backend
The `cryptfs` backend is an experimental storage backend **PREVIEW**. It hashes secret names and stores the mapping from names to actual file inside an `age` encrypted lookup table. The filesystem backing this storage backend is flexible, but by default uses `gitfs`.
**WARNING**: Do not use unless you want to contribute to the development of this backend!