From 3c2c3453ad7d31927a2faee02bea34388c1da830 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 8 Oct 2016 21:24:26 +0200 Subject: tests: add v1.1-aessiv example filesystem Also move the example content into "content". --- tests/example_filesystems/v1.1-aessiv/gocryptfs.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/example_filesystems/v1.1-aessiv/gocryptfs.conf (limited to 'tests/example_filesystems/v1.1-aessiv/gocryptfs.conf') diff --git a/tests/example_filesystems/v1.1-aessiv/gocryptfs.conf b/tests/example_filesystems/v1.1-aessiv/gocryptfs.conf new file mode 100644 index 0000000..d16051a --- /dev/null +++ b/tests/example_filesystems/v1.1-aessiv/gocryptfs.conf @@ -0,0 +1,19 @@ +{ + "Creator": "gocryptfs v1.1-beta1-33-gf054353-dirty", + "EncryptedKey": "y2ldEXg3Ui0jwic99bqvvrvGRPRDB7gYzvOBwZxcmWqRgcp3BLMShhIXwx3Pewmst5TivqSrK2r9wUIL", + "ScryptObject": { + "Salt": "oEt1In6W5UD1Pe9CFSz21x5ptTRluU43mmshUtmSwAk=", + "N": 1024, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "GCMIV128", + "DirIV", + "EMENames", + "LongNames", + "AESSIV" + ] +} \ No newline at end of file -- cgit v1.2.3