BackupHeader
internal data class BackupHeader(val version: Int, val isEncrypted: Boolean, val hashData: HashData)
The unencrypted data we write on the beginning of the backup files.
The unencrypted data we write on the beginning of the backup files.