diff options
Diffstat (limited to 'internal/configfile/config_test/PlaintextNames.conf')
-rw-r--r-- | internal/configfile/config_test/PlaintextNames.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/internal/configfile/config_test/PlaintextNames.conf b/internal/configfile/config_test/PlaintextNames.conf index c1ff8cc..5b9f4f7 100644 --- a/internal/configfile/config_test/PlaintextNames.conf +++ b/internal/configfile/config_test/PlaintextNames.conf @@ -1,14 +1,16 @@ { - "EncryptedKey": "rG4u0argMq02V5G9Fa+gAaaHtNrj3wn7OZjP44hWOzO4yBFtn+Qn3PW4V6LMuKmGLEhyktCyWOI3K8lj", + "Creator": "gocryptfs v0.11-13-g96750a7-dirty", + "EncryptedKey": "pH6/kgPFrwkuFW/HDN/0UzwC8hLJCMm/upyEnsR1pVTfSJLL/JxfBaVCRyuZhc/S7h2PrxVSMO1xzLrk", "ScryptObject": { - "Salt": "bRjq1V63u5ML3FoTWx/GBXUhUVpTunOX3DPxS+yPjg0=", - "N": 65536, + "Salt": "Hq0BqXXeMGVGfdYE1Y/qcW+pvxJBJymRAVgPUxQiZ8Y=", + "N": 1024, "R": 8, "P": 1, "KeyLen": 32 }, "Version": 2, "FeatureFlags": [ + "GCMIV128", "PlaintextNames" ] -} +}
\ No newline at end of file |