aboutsummaryrefslogtreecommitdiff
path: root/metadata/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/constants.go')
-rw-r--r--metadata/constants.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/metadata/constants.go b/metadata/constants.go
index 6e4a08d..344f955 100644
--- a/metadata/constants.go
+++ b/metadata/constants.go
@@ -43,8 +43,8 @@ var (
// DefaultOptions use the supported encryption modes and max padding.
DefaultOptions = &EncryptionOptions{
Padding: 32,
- Contents: EncryptionOptions_XTS,
- Filenames: EncryptionOptions_CTS,
+ Contents: EncryptionOptions_AES_256_XTS,
+ Filenames: EncryptionOptions_AES_256_CTS,
}
// DefaultSource is the source we use if none is specified.
DefaultSource = SourceType_custom_passphrase