9 lines
182 B
JSON
9 lines
182 B
JSON
|
{
|
||
|
"op": "encrypt",
|
||
|
"keys": ["bravo@example.net", "alpha@example.net"],
|
||
|
"data": "Hello world",
|
||
|
"file_name": "test.txt",
|
||
|
"armor": false,
|
||
|
"always-trust": true
|
||
|
}
|