From eb38a3611448ba711a17aedd6f9654e501d2b2ab Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 28 Nov 2015 20:31:01 +0100 Subject: tests: add v0.5 example filesystem (with DirIV!) --- .../example_filesystems/v0.5/By5HbeLik3V5zkv7Ls1pbg== | 1 + .../example_filesystems/v0.5/VxphQR1cIIFkEKhP8f18NQ== | Bin 0 -> 56 bytes .../example_filesystems/v0.5/gNdxbufjfWaFvNeyEZ-mUg== | 1 + integration_tests/example_filesystems/v0.5/gocryptfs.conf | 14 ++++++++++++++ .../example_filesystems/v0.5/gocryptfs.diriv | 1 + 5 files changed, 17 insertions(+) create mode 120000 integration_tests/example_filesystems/v0.5/By5HbeLik3V5zkv7Ls1pbg== create mode 100644 integration_tests/example_filesystems/v0.5/VxphQR1cIIFkEKhP8f18NQ== create mode 120000 integration_tests/example_filesystems/v0.5/gNdxbufjfWaFvNeyEZ-mUg== create mode 100644 integration_tests/example_filesystems/v0.5/gocryptfs.conf create mode 100644 integration_tests/example_filesystems/v0.5/gocryptfs.diriv (limited to 'integration_tests/example_filesystems/v0.5') diff --git a/integration_tests/example_filesystems/v0.5/By5HbeLik3V5zkv7Ls1pbg== b/integration_tests/example_filesystems/v0.5/By5HbeLik3V5zkv7Ls1pbg== new file mode 120000 index 0000000..9f74ead --- /dev/null +++ b/integration_tests/example_filesystems/v0.5/By5HbeLik3V5zkv7Ls1pbg== @@ -0,0 +1 @@ +l7TSsTckQSyPjfmEJGNd8dRrbJCA68YIqD_ZYpKu4UQxlM-8RqA= \ No newline at end of file diff --git a/integration_tests/example_filesystems/v0.5/VxphQR1cIIFkEKhP8f18NQ== b/integration_tests/example_filesystems/v0.5/VxphQR1cIIFkEKhP8f18NQ== new file mode 100644 index 0000000..aa686c6 Binary files /dev/null and b/integration_tests/example_filesystems/v0.5/VxphQR1cIIFkEKhP8f18NQ== differ diff --git a/integration_tests/example_filesystems/v0.5/gNdxbufjfWaFvNeyEZ-mUg== b/integration_tests/example_filesystems/v0.5/gNdxbufjfWaFvNeyEZ-mUg== new file mode 120000 index 0000000..2eecd29 --- /dev/null +++ b/integration_tests/example_filesystems/v0.5/gNdxbufjfWaFvNeyEZ-mUg== @@ -0,0 +1 @@ +fgxzwbsvjcQzLLJCh8iXmdL89StySXpiXyLSyGLWuDmDxNVH \ No newline at end of file diff --git a/integration_tests/example_filesystems/v0.5/gocryptfs.conf b/integration_tests/example_filesystems/v0.5/gocryptfs.conf new file mode 100644 index 0000000..4aa8951 --- /dev/null +++ b/integration_tests/example_filesystems/v0.5/gocryptfs.conf @@ -0,0 +1,14 @@ +{ + "EncryptedKey": "eEjly8AC1f/7HSiBwZlCWtzYXx+le7HpKu2qf8mcNo6ua2J0N4wasewjkzntU6r2ROdp3hjFQyHtZrCf", + "ScryptObject": { + "Salt": "MHr2o3kUQAHPE7Wc+p4eDDhKrpA8AOwzOo14JYoU89s=", + "N": 65536, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "DirIV" + ] +} \ No newline at end of file diff --git a/integration_tests/example_filesystems/v0.5/gocryptfs.diriv b/integration_tests/example_filesystems/v0.5/gocryptfs.diriv new file mode 100644 index 0000000..25e74aa --- /dev/null +++ b/integration_tests/example_filesystems/v0.5/gocryptfs.diriv @@ -0,0 +1 @@ +«¯úDÈ|å¯?jq \ No newline at end of file -- cgit v1.2.3