diff options
author | Jakob Unterwurzacher | 2016-10-16 19:13:00 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-16 19:13:00 +0200 |
commit | 4866785f4bc2ca0e7d6d332b7580bf8de8dd761d (patch) | |
tree | 0747559f70d75b56e537159b6ce5c11054e8c536 /tests/cli/gocryptfs.conf.b9e5ba23 | |
parent | c487e176bd517d815315583dfc795dc629ffb20a (diff) |
tests: add test for -password -masterkey
Also, make the other password tests more rigorous by verifying the
fs content.
Diffstat (limited to 'tests/cli/gocryptfs.conf.b9e5ba23')
-rw-r--r-- | tests/cli/gocryptfs.conf.b9e5ba23 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/cli/gocryptfs.conf.b9e5ba23 b/tests/cli/gocryptfs.conf.b9e5ba23 new file mode 100644 index 0000000..9b2e61a --- /dev/null +++ b/tests/cli/gocryptfs.conf.b9e5ba23 @@ -0,0 +1,18 @@ +{ + "Creator": "gocryptfs v1.1-rc1-31-gc487e17-dirty", + "EncryptedKey": "vthRM/vXg3Cn16jld2JxPiRv8OSBSwTYDzOqdlrvD1agJefZhhvDQS7b5fC7B7JRL4UiVUKkNaJRVMRf", + "ScryptObject": { + "Salt": "uVwNDUMLWktmV0WgvPHztVrmoahfYN8A/22I/uq66sU=", + "N": 1024, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "GCMIV128", + "DirIV", + "EMENames", + "LongNames" + ] +}
\ No newline at end of file |