diff options
author | Jakob Unterwurzacher | 2016-10-08 21:24:26 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-08 21:45:01 +0200 |
commit | 3c2c3453ad7d31927a2faee02bea34388c1da830 (patch) | |
tree | 09390753d8dd9713aee557c70b7e56937846619a /tests/example_filesystems/v1.1-aessiv/gocryptfs.conf | |
parent | e47577834bcb7bde3d06923f0feffc5ac5ca84dd (diff) |
tests: add v1.1-aessiv example filesystem
Also move the example content into "content".
Diffstat (limited to 'tests/example_filesystems/v1.1-aessiv/gocryptfs.conf')
-rw-r--r-- | tests/example_filesystems/v1.1-aessiv/gocryptfs.conf | 19 |
1 files changed, 19 insertions, 0 deletions
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 |