feat: Encrypt header by embedding it to prevent metadata sniffing

This commit is contained in:
Felicitas Pojtinger
2021-12-03 00:39:53 +01:00
parent 98acabd9d4
commit e19e086d97
3 changed files with 38 additions and 25 deletions

View File

@@ -20,6 +20,8 @@ const (
STFSRecordReplacesName = STFSPrefix + "ReplacesName"
STFSRecordUncompressedSize = STFSPrefix + "UncompressedSize"
STFSEmbeddedHeader = STFSPrefix + "EmbeddedHeader"
)
var (