diff options
author | Jakob Unterwurzacher | 2017-03-05 23:06:40 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-03-05 23:07:52 +0100 |
commit | b7538fc026dc25d0061e08bedc4b3aff97bb52d2 (patch) | |
tree | 27d368dbfaa63d624896eb831f8be726e0b058ab /tests/example_filesystems/v1.3/gocryptfs.conf | |
parent | a8fd8a251662c538946edfe0fcec8ec89727b3be (diff) |
tests: add v1.3 example filesystem
This filesystem has both HKDF and Raw64 enabled.
Diffstat (limited to 'tests/example_filesystems/v1.3/gocryptfs.conf')
-rw-r--r-- | tests/example_filesystems/v1.3/gocryptfs.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/example_filesystems/v1.3/gocryptfs.conf b/tests/example_filesystems/v1.3/gocryptfs.conf new file mode 100644 index 0000000..dcb446c --- /dev/null +++ b/tests/example_filesystems/v1.3/gocryptfs.conf @@ -0,0 +1,20 @@ +{ + "Creator": "gocryptfs v1.2.1-17-g5b54577-dirty", + "EncryptedKey": "dfneWTRGfme/SnCcuBmQ4WBbcU3V2HvZKpp6JMafFYEvrfs6+8QQM6iY1zAuctKvAp//IcfGFmNS2YYG+xkfEA==", + "ScryptObject": { + "Salt": "fHYTB0o+D9sTm2sIpNih1maN3SdGfM08al3WBhVNQ78=", + "N": 1024, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "GCMIV128", + "DirIV", + "EMENames", + "LongNames", + "Raw64", + "HKDF" + ] +} |