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.
16 lines
308 B
Plaintext
16 lines
308 B
Plaintext
{
|
|
"EncryptedKey": "0crm+qEf00XPxQrc8NIMp/0rgfaLb8wzTj+3G1slSytjsLHctj/fOKkGJIFyBk7xzvnWdkhyxxvHgfMS",
|
|
"ScryptObject": {
|
|
"Salt": "yZn+QMjR2ENZ6MoiURpqEqr8mgnCX8WN87KJafgiXhU=",
|
|
"N": 1024,
|
|
"R": 8,
|
|
"P": 1,
|
|
"KeyLen": 32
|
|
},
|
|
"Version": 2,
|
|
"FeatureFlags": [
|
|
"GCMIV128",
|
|
"DirIV",
|
|
"EMENames"
|
|
]
|
|
} |