c2a5303eeb
Running these tests from integration_tests' TestMain() was awkward because they were run twice with unchanged settings. integration_tests tests everything with OpenSSL and with native Go crypto, but this does not take affect for the example filesystems. To make this work, test_helpers is also split into its own package.
15 lines
294 B
Plaintext
15 lines
294 B
Plaintext
{
|
|
"EncryptedKey": "/PhLwDblkFRGfoIA0egXikG0ZSZTWrOOoFZJPPX0R8JgU5+XnT2M2rxUzHIKKeuGoqZN55phgJjhTu0J",
|
|
"ScryptObject": {
|
|
"Salt": "YSHRXpcWYp95npMxAy9cf27LoaPR3gvrFpk3Xhg2tM8=",
|
|
"N": 1024,
|
|
"R": 8,
|
|
"P": 1,
|
|
"KeyLen": 32
|
|
},
|
|
"Version": 2,
|
|
"FeatureFlags": [
|
|
"DirIV",
|
|
"EMENames"
|
|
]
|
|
} |