From 4866785f4bc2ca0e7d6d332b7580bf8de8dd761d Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 16 Oct 2016 19:13:00 +0200 Subject: tests: add test for -password -masterkey Also, make the other password tests more rigorous by verifying the fs content. --- tests/cli/gocryptfs.conf.b9e5ba23 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/cli/gocryptfs.conf.b9e5ba23 (limited to 'tests/cli/gocryptfs.conf.b9e5ba23') 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 -- cgit v1.2.3