diff options
Diffstat (limited to 'tests/example_filesystems/v1.1-reverse/.gocryptfs.reverse.conf')
-rw-r--r-- | tests/example_filesystems/v1.1-reverse/.gocryptfs.reverse.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/example_filesystems/v1.1-reverse/.gocryptfs.reverse.conf b/tests/example_filesystems/v1.1-reverse/.gocryptfs.reverse.conf new file mode 100644 index 0000000..9095ef5 --- /dev/null +++ b/tests/example_filesystems/v1.1-reverse/.gocryptfs.reverse.conf @@ -0,0 +1,19 @@ +{ + "Creator": "gocryptfs v1.1-beta1-33-gf054353-dirty", + "EncryptedKey": "GD7CQzhKMs4r8B/jc7eNNAffyMn4Z2A0tH9EC50y6v5y6amJdU6NQK5xLPWpWSc45si5L26VOVhT8dhz", + "ScryptObject": { + "Salt": "G/Cpk6TnscJzx1fae9t8guejwoPk1lsGkkcljIMjJdw=", + "N": 1024, + "R": 8, + "P": 1, + "KeyLen": 32 + }, + "Version": 2, + "FeatureFlags": [ + "GCMIV128", + "DirIV", + "EMENames", + "LongNames", + "AESSIV" + ] +}
\ No newline at end of file |