From 1caa9258685fa5fad8935d3bfcd0eac7d7f84f1e Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 19 Dec 2015 14:41:39 +0100 Subject: Increase GCM IV size from 96 to 128 bits This pushes back the birthday bound for collisions to make it virtually irrelevant. --- .../example_filesystems/v0.7/AgD7i9tiAUp42SYjULQt1w== | Bin 0 -> 60 bytes .../example_filesystems/v0.7/FQnvM-qOnCYSnk368ugdWg== | 1 + .../example_filesystems/v0.7/Pvg7Oy_Ar8Ar93EZZQV_Lw== | 1 + .../example_filesystems/v0.7/gocryptfs.conf | 16 ++++++++++++++++ .../example_filesystems/v0.7/gocryptfs.diriv | 1 + 5 files changed, 19 insertions(+) create mode 100644 integration_tests/example_filesystems/v0.7/AgD7i9tiAUp42SYjULQt1w== create mode 120000 integration_tests/example_filesystems/v0.7/FQnvM-qOnCYSnk368ugdWg== create mode 120000 integration_tests/example_filesystems/v0.7/Pvg7Oy_Ar8Ar93EZZQV_Lw== create mode 100644 integration_tests/example_filesystems/v0.7/gocryptfs.conf create mode 100644 integration_tests/example_filesystems/v0.7/gocryptfs.diriv (limited to 'integration_tests/example_filesystems/v0.7') diff --git a/integration_tests/example_filesystems/v0.7/AgD7i9tiAUp42SYjULQt1w== b/integration_tests/example_filesystems/v0.7/AgD7i9tiAUp42SYjULQt1w== new file mode 100644 index 0000000..6c0d1e8 Binary files /dev/null and b/integration_tests/example_filesystems/v0.7/AgD7i9tiAUp42SYjULQt1w== differ diff --git a/integration_tests/example_filesystems/v0.7/FQnvM-qOnCYSnk368ugdWg== b/integration_tests/example_filesystems/v0.7/FQnvM-qOnCYSnk368ugdWg== new file mode 120000 index 0000000..2b7a4b4 --- /dev/null +++ b/integration_tests/example_filesystems/v0.7/FQnvM-qOnCYSnk368ugdWg== @@ -0,0 +1 @@ +cHxK1r_WYNd43oz_foCmzgt5jWrSvpiD-Ngy94L8LndrP9Kic-xlEg== \ No newline at end of file diff --git a/integration_tests/example_filesystems/v0.7/Pvg7Oy_Ar8Ar93EZZQV_Lw== b/integration_tests/example_filesystems/v0.7/Pvg7Oy_Ar8Ar93EZZQV_Lw== new file mode 120000 index 0000000..e527253 --- /dev/null +++ b/integration_tests/example_filesystems/v0.7/Pvg7Oy_Ar8Ar93EZZQV_Lw== @@ -0,0 +1 @@ +cdrpE7F_WZBEDSu1DI2k880I-9dsPjhD8AU8faPjh4omHmDcdcHlyimF \ No newline at end of file diff --git a/integration_tests/example_filesystems/v0.7/gocryptfs.conf b/integration_tests/example_filesystems/v0.7/gocryptfs.conf new file mode 100644 index 0000000..c2997f2 --- /dev/null +++ b/integration_tests/example_filesystems/v0.7/gocryptfs.conf @@ -0,0 +1,16 @@ +{ + "EncryptedKey": "rjkwSNwi3nCUKMLaDttlYweHSDgyhbDx5sWv/a+h+cG1co5IXoXF9ZQSxXl1Qwm/XhY/dvTvnGZRREde", + "ScryptObject": { + "Salt": "mX6madEb9nbE+xgo840s9d2ro88f/5GuEiimQ+C7Z1I=", + "N": 65536, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "GCMIV128", + "DirIV", + "EMENames" + ] +} \ No newline at end of file diff --git a/integration_tests/example_filesystems/v0.7/gocryptfs.diriv b/integration_tests/example_filesystems/v0.7/gocryptfs.diriv new file mode 100644 index 0000000..4606c90 --- /dev/null +++ b/integration_tests/example_filesystems/v0.7/gocryptfs.diriv @@ -0,0 +1 @@ +7vFT5ˣN \ No newline at end of file -- cgit v1.2.3