f1244b6d06
The filesystem was created with a gocryptfs version that ignored the HKDF flag (hence everything was actually encrypted WITHOUT hkdf). Fix it by recreating it.
21 lines
403 B
Plaintext
21 lines
403 B
Plaintext
{
|
|
"Creator": "gocryptfs v1.2.1-23-gd78a8d1-dirty",
|
|
"EncryptedKey": "WGhKfCvV/LBZdwpWz3Fs+9UFUJbtTooBiZMuthd8Hz3nq0g+zU7H+68ZkrCLdcC08PUNHVbvDdlGpRh0czbbyA==",
|
|
"ScryptObject": {
|
|
"Salt": "LkS43fRGN3SfcFbVhPLo3uKh3h+4LYLNlqEUf+JIWf4=",
|
|
"N": 1024,
|
|
"R": 8,
|
|
"P": 1,
|
|
"KeyLen": 32
|
|
},
|
|
"Version": 2,
|
|
"FeatureFlags": [
|
|
"GCMIV128",
|
|
"DirIV",
|
|
"EMENames",
|
|
"LongNames",
|
|
"Raw64",
|
|
"HKDF"
|
|
]
|
|
}
|