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.
14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
{
|
|
"EncryptedKey": "zIY8foMncKrAG8USA1/AQ+R8z+xRge3QZqDpGRIDAeNOkMeQQsnMsJzFJbZHcGlRbUye0CwRghR/UX4R",
|
|
"ScryptObject": {
|
|
"Salt": "BFQklFzt3j9ZDa8zcR9pwHfa8nDdLqyCzNp5kA+V6Y0=",
|
|
"N": 1024,
|
|
"R": 8,
|
|
"P": 1,
|
|
"KeyLen": 32
|
|
},
|
|
"Version": 2,
|
|
"FeatureFlags": [
|
|
"DirIV"
|
|
]
|
|
} |