diff options
Diffstat (limited to 'tests/json/t-encrypt.in.json')
-rw-r--r-- | tests/json/t-encrypt.in.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/json/t-encrypt.in.json b/tests/json/t-encrypt.in.json new file mode 100644 index 00000000..35dc2c9a --- /dev/null +++ b/tests/json/t-encrypt.in.json @@ -0,0 +1,8 @@ +{ + "op": "encrypt", + "keys": ["[email protected]", "[email protected]"], + "data": "Hello world", + "file_name": "test.txt", + "armor": false, + "always-trust": true +} |