From 8e6fbc572c850b4f48a19e2dfaa4361e4b32fb73 Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Tue, 6 Nov 2018 13:09:04 -0800 Subject: [PATCH 1/5] add PyCharm venv dir to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 052125ba1..6a18f3190 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ __pycache__ # PyCharm .idea/ +venv/ # Tox .tox From 816e36b9d8235b7a5794af3a3530779c658ef39b Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Tue, 6 Nov 2018 13:36:14 -0800 Subject: [PATCH 2/5] update full-message-encrypt test vector file with raw key fixes from generator --- .../test/vectors/full-message-encrypt.json | 53131 +++++++++++++++- 1 file changed, 50798 insertions(+), 2333 deletions(-) diff --git a/test_vector_handlers/test/vectors/full-message-encrypt.json b/test_vector_handlers/test/vectors/full-message-encrypt.json index acfb02889..cd9e337c6 100644 --- a/test_vector_handlers/test/vectors/full-message-encrypt.json +++ b/test_vector_handlers/test/vectors/full-message-encrypt.json @@ -8,7 +8,7 @@ "small": 10240 }, "tests": { - "f367bd40-a514-4c38-85ea-3e7916303937": { + "707ed1af-9cd2-4bc8-b33a-ed8782e77a52": { "plaintext": "small", "algorithm": "0014", "frame-size": 0, @@ -20,7 +20,7 @@ } ] }, - "a8c80786-59a3-4a4f-9a3d-e52cf12890b0": { + "4c0f9b9a-c9b0-457f-a0d7-0535710be57b": { "plaintext": "small", "algorithm": "0014", "frame-size": 0, @@ -36,211 +36,253 @@ } ] }, - "3b83ce6c-a060-4163-8c7a-194e017ccb4b": { + "0410005a-bd7d-4c6c-88d5-ea9521580b03": { "plaintext": "small", "algorithm": "0014", "frame-size": 0, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "7947b951-ece2-4eb0-9b4c-6630b960e83f": { + "e5282e48-ef72-4c1c-80bb-54659a0e86a4": { "plaintext": "small", "algorithm": "0014", "frame-size": 0, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "19b0404f-61d9-4f39-9d89-2847eb0c30ba": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "f0bc8f2c-5160-4542-929d-f24ebf0aa2df": { + "173db6e6-49d3-4b04-8ea8-c3a3614218cd": { "plaintext": "small", "algorithm": "0014", "frame-size": 0, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "f7634ae6-b0a6-4d9f-a519-097a7f675b46": { + "0c10e911-4a05-41c1-8c45-87ef9ad79739": { "plaintext": "small", "algorithm": "0014", "frame-size": 0, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "2e891659-4e42-4eef-b97a-c82aa263cc29": { + "6ad37197-3634-4165-9d92-46bb6a949970": { "plaintext": "small", "algorithm": "0014", "frame-size": 0, - "encryption-context": { - "key1": "val1", - "\u0000\u0001\u0002": " \"D" - }, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "e67190c5-dc2e-43e1-9d42-2b872f57ce85": { + "02f05064-65bf-472e-85a2-6245f903e0e7": { "plaintext": "small", "algorithm": "0014", "frame-size": 0, - "encryption-context": { - "key1": "val1", - "\u0000\u0001\u0002": " \"D" - }, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "f96d54e3-651c-46a4-b833-52c73ac99183": { + "307dccf3-98ba-4725-a4cb-c85277a895db": { "plaintext": "small", "algorithm": "0014", - "frame-size": 512, + "frame-size": 0, "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "825e68fc-c767-4a5e-affd-2a5e6a9eef23": { + "66a07a9a-5992-4f9b-b0bf-c9ffa0ea7588": { "plaintext": "small", "algorithm": "0014", - "frame-size": 512, + "frame-size": 0, "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "7d3525c5-4888-4dc6-b04b-0ae923ed879b": { + "47f57449-cada-430d-8402-1d2023875145": { "plaintext": "small", "algorithm": "0014", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "frame-size": 0, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "b88400d3-3582-4ed3-b20c-ada688caa5e0": { + "771fafed-e0d2-4a4d-b22a-7b649d5a018a": { "plaintext": "small", "algorithm": "0014", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "frame-size": 0, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "70282d80-66b5-47f7-9b03-144f21e3a9c6": { + "723e3fe4-4121-4376-8356-12dddc78944b": { "plaintext": "small", "algorithm": "0014", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "frame-size": 0, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "95e13450-2ec1-4325-acb2-d4f9430a6aa3": { + "b2c142ac-9c9e-4454-a0bb-741cb3a1051f": { "plaintext": "small", "algorithm": "0014", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "frame-size": 0, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "a241d12c-83bf-471d-83fe-aeb741d2e1c8": { + "08dcd44e-d791-49ac-9617-3f0a07da373e": { "plaintext": "small", "algorithm": "0014", - "frame-size": 512, + "frame-size": 0, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { @@ -249,13 +291,13 @@ } ] }, - "3e31f3c8-adc7-47aa-bdea-bf07a738b140": { + "16dec065-7b31-4dec-9dc3-b216e266c498": { "plaintext": "small", "algorithm": "0014", - "frame-size": 512, + "frame-size": 0, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { @@ -268,202 +310,289 @@ } ] }, - "e94c13b4-bbf7-4e45-ae76-d5a35fe3b5d3": { + "f3b2fff6-46b4-4f38-b377-f891b295ad18": { "plaintext": "small", "algorithm": "0014", - "frame-size": 4096, - "encryption-context": {}, + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "35887c4f-21a6-4e27-9419-746e4082b699": { + "e6ffeb30-93a1-4198-8352-4f91af94e43b": { "plaintext": "small", "algorithm": "0014", - "frame-size": 4096, - "encryption-context": {}, + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c57dc108-9baa-46e4-a8c7-f5a0f3979c05": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "f265899e-ff67-4ae0-a0c8-22e3c27bc4e5": { + "0c2b0646-8be2-4c41-beea-74a918349f18": { "plaintext": "small", "algorithm": "0014", - "frame-size": 4096, + "frame-size": 0, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "6c33f629-ec90-4d81-b2b0-01a4d65ed301": { + "fb32a977-bd64-47f1-a00d-dd8d54028a2c": { "plaintext": "small", "algorithm": "0014", - "frame-size": 4096, + "frame-size": 0, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "91d68735-50ff-4d8c-8984-33158781785a": { + "155089ad-6d86-4985-bdb3-993e8dba0f03": { "plaintext": "small", "algorithm": "0014", - "frame-size": 4096, + "frame-size": 0, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "190b4cb5-f360-40ce-826a-8197841a6f20": { + "ea973204-3241-4569-bce8-991de2d439bc": { "plaintext": "small", "algorithm": "0014", - "frame-size": 4096, + "frame-size": 0, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "d24dd747-eddf-478a-a110-77a4d58c2ed4": { + "cf26ab19-7866-4a36-be8f-2ea3a642a080": { "plaintext": "small", "algorithm": "0014", - "frame-size": 4096, + "frame-size": 0, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "cd41c879-a110-4aa2-ad43-bc3291e857c1": { + "5796648f-12ff-43e3-97f7-fab40a25e2e6": { "plaintext": "small", "algorithm": "0014", - "frame-size": 4096, + "frame-size": 0, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "e4faa395-3010-4856-9bb7-c7d6184cd34d": { + "4c76681a-eec5-409f-b5ce-276ebfdfb0be": { "plaintext": "small", "algorithm": "0014", - "frame-size": 10240, - "encryption-context": {}, + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "40605652-71b3-4e78-bae1-0d6f5eb405ab": { + "0e6f7e51-921a-4b7e-a525-90988fb90eae": { "plaintext": "small", "algorithm": "0014", - "frame-size": 10240, - "encryption-context": {}, + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "8cc0131d-1767-4ddd-a85b-3e1c0e1dd8a2": { + "49cae1f7-42f1-4032-b866-b71f18c9661a": { "plaintext": "small", "algorithm": "0014", - "frame-size": 10240, + "frame-size": 0, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "558dedbe-7652-485e-9b27-32184801de0b": { + "519197c7-44cd-4110-a07d-d36b9d9073f3": { "plaintext": "small", "algorithm": "0014", - "frame-size": 10240, + "frame-size": 0, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "479762f7-b280-48c3-a3b7-37968e47465b": { + "ae42da34-c879-43b8-966f-eb55e8dd25c2": { "plaintext": "small", "algorithm": "0014", - "frame-size": 10240, + "frame-size": 0, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" @@ -475,10 +604,10 @@ } ] }, - "55c5ca82-6840-4018-8ca7-66ead98210b1": { + "7fbabd0a-ecd9-432d-9f2a-d6506075ecae": { "plaintext": "small", "algorithm": "0014", - "frame-size": 10240, + "frame-size": 0, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" @@ -494,205 +623,292 @@ } ] }, - "fc372360-a049-4c0c-8cce-9aa902a594e9": { + "5756ba75-03ff-407c-8fe2-56d0c068800d": { "plaintext": "small", "algorithm": "0014", - "frame-size": 10240, + "frame-size": 0, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "4b14b456-44b3-4402-919c-9fefbcf673be": { + "49102409-aafb-4c28-8371-18dbb36e7cbe": { "plaintext": "small", "algorithm": "0014", - "frame-size": 10240, + "frame-size": 0, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, - { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "6f773fbe-2bc9-4610-b8ac-7a492492b648": { + "e47a2da4-b594-4ac6-9038-974c2eba1a7a": { "plaintext": "small", "algorithm": "0014", - "frame-size": 20480, - "encryption-context": {}, + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "ee1654c8-08d1-43e6-bd13-746d7582b4e0": { + "9f62c8a4-bcfe-46c7-9e12-c4685692c713": { "plaintext": "small", "algorithm": "0014", - "frame-size": 20480, - "encryption-context": {}, + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, - { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "49b4292d-29b5-46c2-828f-6408e89e223d": { + "daa432a0-67b9-4474-87f1-366f8510c6d8": { "plaintext": "small", "algorithm": "0014", - "frame-size": 20480, + "frame-size": 0, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "30094261-c4bd-4ceb-a13a-6c486cff103c": { + "c1cca02b-c523-4831-9a69-7b8074c4ab1a": { "plaintext": "small", "algorithm": "0014", - "frame-size": 20480, + "frame-size": 0, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "f055b1b0-4eeb-4274-af16-265a3a2c157e": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "149a1d04-a773-4b41-a8c3-0db01d0ee447": { + "512f5629-222d-46b3-9469-3e62160928c6": { "plaintext": "small", "algorithm": "0014", - "frame-size": 20480, + "frame-size": 0, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "5a99c4e3-ffbc-42bd-9cea-0636d7c6c3ac": { + "8be83318-953d-4d0c-8693-0e46adc31f8c": { "plaintext": "small", "algorithm": "0014", - "frame-size": 20480, + "frame-size": 0, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "e26991ca-75f2-437d-bbcc-2e173322bf2c": { + "9823d72c-3898-4746-b8a8-3ad9b4a1f00a": { "plaintext": "small", "algorithm": "0014", - "frame-size": 20480, + "frame-size": 0, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "c4c7efd7-dd87-4ffc-9e34-984fb6b2b395": { + "e8299220-e7c5-4c87-a70e-5576243bb8ec": { "plaintext": "small", "algorithm": "0014", - "frame-size": 20480, + "frame-size": 0, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "cf227630-278c-41c8-b95a-112d4c5a9df3": { + "3bb8cb4c-1669-4666-95aa-4960999bffca": { "plaintext": "small", - "algorithm": "0046", + "algorithm": "0014", "frame-size": 0, - "encryption-context": {}, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "222cc8c9-8307-4773-a510-f4ff9b2d4c6c": { + "45f37a1e-33ce-415f-8bda-44c9082debe4": { "plaintext": "small", - "algorithm": "0046", + "algorithm": "0014", "frame-size": 0, - "encryption-context": {}, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "1200937e-67cd-4faa-b593-39b2475504d1": { + "0b02ca31-23bf-4b9a-a09d-3ff0eb09ba9f": { "plaintext": "small", - "algorithm": "0046", + "algorithm": "0014", "frame-size": 0, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -701,13 +917,13 @@ } ] }, - "fd210a7b-c830-43c4-bef9-fe9c5ac58c8b": { + "55defa36-c726-4550-bf6f-b5c21e3ffd78": { "plaintext": "small", - "algorithm": "0046", + "algorithm": "0014", "frame-size": 0, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -720,43 +936,60 @@ } ] }, - "f9591ce4-bcf8-4996-a676-62deb7af1682": { + "e10f7cb3-77c2-4704-9bdc-81113576a0fc": { "plaintext": "small", - "algorithm": "0046", + "algorithm": "0014", "frame-size": 0, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "35a22c0d-0076-48e3-af14-05f5b60c240e": { + "f9cce7d0-9cc8-4c74-b4c4-369fd16c43f3": { "plaintext": "small", - "algorithm": "0046", + "algorithm": "0014", "frame-size": 0, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "eb0d9043-ea64-4e27-ae92-e6dfe625bafc": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "3b112b06-661a-41a0-aaf9-60d14d32e5af": { + "bef0716c-8012-4f53-833b-6efebad371a5": { "plaintext": "small", - "algorithm": "0046", + "algorithm": "0014", "frame-size": 0, "encryption-context": { "key1": "val1", @@ -764,14 +997,17 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "8004b8c6-9d28-4ff1-b137-34e920f265e3": { + "ffa7852e-96fa-43dd-b476-8b57ea2d478c": { "plaintext": "small", - "algorithm": "0046", + "algorithm": "0014", "frame-size": 0, "encryption-context": { "key1": "val1", @@ -779,149 +1015,210 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "8b7f6390-126e-42cc-846b-73c653212066": { + "dc4c86a0-3cf1-43f3-8a81-135d943724dc": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 512, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "4b0c5116-1c9d-4541-afe9-a6475dd2a264": { + "0d0acd2c-a272-4509-95c7-781dcc4090c6": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 512, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "155efcc8-8e94-42cf-9c73-2058ea5d7ef5": { + "0ff3864a-4a60-4350-9869-f78ca26b428c": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 0, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "a6867ad8-b3e8-4d5a-9bcc-e247b4c73c0f": { + "ebf66572-14ac-42e8-8f9b-2a9f19729c06": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 0, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "d857d27d-e1f6-4e88-8155-28544abc2d85": { + "640c2605-860d-4f5a-9fa8-74e2225d7937": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 0, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "dbad18b9-bb12-4d8a-a0f4-6b706530432d": { + "a9eb62d9-b1df-4c13-8e0a-cb6bd7714bbc": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 0, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "ebcc6994-4688-42e5-9000-dc35bdef1c8f": { + "2a1e987e-8981-4eb6-b0f8-b615e92ef9ff": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 0, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "42e639cd-8dcc-4c3d-a631-52cd910458ef": { + "c5568f12-91bf-40ec-a54f-d994fa97a9c7": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 0, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "be7ed74e-b607-4833-84d3-21a8d6b3f9ff": { + "a8673bb5-3bc9-402a-a583-ca33b2c44d5d": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 4096, + "algorithm": "0014", + "frame-size": 512, "encryption-context": {}, "master-keys": [ { @@ -930,10 +1227,10 @@ } ] }, - "41d52c69-b646-4e87-9e10-245224390724": { + "ff277a5b-d61f-4229-9aa2-391c5c6351bc": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 4096, + "algorithm": "0014", + "frame-size": 512, "encryption-context": {}, "master-keys": [ { @@ -946,211 +1243,253 @@ } ] }, - "d52913da-42cc-42f4-a393-e5aef4d69820": { + "81fd8fda-cc8f-476b-81ad-3f22f5b4998b": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "6fbd39c8-88f1-4b19-933f-08f830de8d8f": { + "4bd3743f-5782-4034-b717-12411af1642a": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "709bc4df-4d41-4ae8-8faa-7182db0e7e2d": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "6b421416-48fb-4d18-b961-5697371a1a21": { + "7c9abd89-2495-465c-8dff-923e2a376788": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "8aa779c6-c87d-4cb1-99e4-fdbb8f45e633": { + "91a227c5-21e3-4975-83ca-0dce9c5cf349": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "a624a21f-0955-4e6e-a08b-367955c84719": { + "c75ff1dd-4dfc-49ee-9679-97d258fbc3ce": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "\u0000\u0001\u0002": " \"D" - }, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "326cde54-0392-4892-871b-9957211960eb": { + "10e16899-1605-46e1-a8b1-d47bcb94d4b4": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "\u0000\u0001\u0002": " \"D" - }, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "3ab1b2be-750d-4f12-87c3-8142a223be92": { + "b1b7e006-fbed-4a2c-a7b4-64d105955671": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 512, "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "b04d7dfc-7e53-4fd6-abb1-a4388dd0486f": { + "8b6fb0c8-1075-4f93-8fab-71af8299bd93": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 512, "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "4f2b3804-a03f-4691-a081-fa98be39ec70": { + "082c3094-7441-4b0c-abae-d2f623f313e6": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 10240, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "021e8e5d-6228-43f9-af2f-bdcbf708eb18": { + "8f667354-8880-44f3-aeeb-f84ef505affc": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 10240, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "2c0e2560-5f83-470e-b6b3-fbcef9dacf6c": { + "3ba27bbf-8228-46ff-9357-95c01012cbea": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 10240, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "77807a5e-cd8c-4e0c-9a23-9f253bd947ee": { + "125ffda7-98c0-4c18-8217-b52537c2e0a3": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 10240, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "33afaa91-9cd9-4ccf-974c-f0184ce18f73": { + "e363510b-d3fa-4222-b92e-d01f9d0d38a7": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { @@ -1159,13 +1498,13 @@ } ] }, - "542dd2de-d653-4172-beba-31524096a65d": { + "6df78ddf-55b3-43d3-9252-c2a1eb1b1a3a": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { @@ -1178,202 +1517,289 @@ } ] }, - "70b55c4f-8fa4-4eb1-b1da-8a3dd9afca9e": { + "1ae9a681-1069-45be-a761-3ef95486346a": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 20480, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "83d33f42-a97c-45ca-8c46-26e862c0b739": { + "4bc2df9d-393e-445b-bace-2695eeeb6fe3": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 20480, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b523b248-a853-4e3f-b474-268dac9812c3": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "ba851255-4ef6-44fa-9ebf-119f69bdeea0": { + "781d2582-db7a-44c6-b12a-3de4d058f34b": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "2e21751c-f187-48e2-96dc-149beb9c7c62": { + "ba0ffd18-fa8a-46ce-bad2-94313f3ad754": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "2a52b546-a03a-470c-93c8-0094f53a539d": { + "31cc073c-7dd7-4e77-b405-aaa49e53b36a": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "c1d684b7-2bb0-4074-b860-41ad2e0e38ba": { + "91ab8f65-6bcc-4a13-b499-64e84ee79649": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "4320831f-28b2-4e26-a342-af00ef2776c7": { + "51d3db24-bb59-4326-9ed7-63d5d5e1e1a3": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "5ebe8063-ce6e-4300-8b44-b9a9574bfdb1": { + "3b74cdfe-6324-49d0-809f-82ff82431061": { "plaintext": "small", - "algorithm": "0046", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "f9ad5bc5-3469-4895-b681-f94b5d0c8e2a": { + "76da1fe5-4847-4482-944c-e5f05eaab4dd": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 0, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "0e0dbc02-121a-44c6-b890-8bc8fe70eee2": { + "7898c934-8149-4af2-bd68-4027a9a3fe94": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 0, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "f5fce32f-5da9-4a39-9ee2-01900f29bf04": { + "0cff7bd5-5d13-4f7a-9487-e695f4a39b00": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "8697c795-a4c6-4f58-912f-354e009771ca": { + "6a5c4fa3-6257-460b-ab70-bb3228e7ce27": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "3a8ec2c2-9bd2-42f2-8404-5c891322f202": { + "40cfe016-379a-4ce2-b64c-6ccdadf297d4": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" @@ -1385,10 +1811,10 @@ } ] }, - "2001b037-5926-48fd-908a-0e1cfee0d582": { + "811c0cca-171b-4d17-8f43-65369a3caa51": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" @@ -1404,105 +1830,150 @@ } ] }, - "c958516e-22e8-45b5-a6dd-f0687a73380f": { + "1ec16ec7-9806-4f34-ab00-bfdadf8b6a53": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "c43c1194-7d52-432d-b99a-9d1f7836484a": { + "097b4077-8951-4684-b08c-9aa715f28a70": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, - { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "d67db15d-9f05-43e6-a6be-28eab677181f": { + "349aa1a3-0086-49b6-8664-dfd8ab32672c": { "plaintext": "small", - "algorithm": "0078", + "algorithm": "0014", "frame-size": 512, - "encryption-context": {}, - "master-keys": [ - { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "521a7658-43b4-485a-8ce1-3d40dce7eef2": { + "29c9ed76-c8ac-4561-adc1-4d0a882a24f0": { "plaintext": "small", - "algorithm": "0078", + "algorithm": "0014", "frame-size": 512, - "encryption-context": {}, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "718cdf47-ac93-44aa-bb5e-384be38db34b": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "a0204519-3051-4c33-bac5-b990c132328c": { + "c2fe6669-f875-49de-acef-913645533d8e": { "plaintext": "small", - "algorithm": "0078", + "algorithm": "0014", "frame-size": 512, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "328b9893-01a3-44b6-8940-0fb9afba2ed2": { + "43f6c679-a873-494d-80d0-cae0fa63dfdb": { "plaintext": "small", - "algorithm": "0078", + "algorithm": "0014", "frame-size": 512, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "5a26252f-8331-4267-9f7a-793d39911142": { + "b3a090c4-e1f5-4c28-80d3-363935df6ec0": { "plaintext": "small", - "algorithm": "0078", + "algorithm": "0014", "frame-size": 512, "encryption-context": { "key1": "val1", @@ -1510,14 +1981,18 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "785085da-af95-4d39-a8f8-26c96ef8453e": { + "b54820e8-5782-42db-b7af-ab4784f490ae": { "plaintext": "small", - "algorithm": "0078", + "algorithm": "0014", "frame-size": 512, "encryption-context": { "key1": "val1", @@ -1525,84 +2000,122 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "97834fb4-08b4-497e-bed0-07d25193a27b": { + "9e6d72fd-acac-4e65-b32e-cb8b32379a6d": { "plaintext": "small", - "algorithm": "0078", + "algorithm": "0014", "frame-size": 512, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "96b15858-e2f7-4b9d-93d7-ce48796e28ae": { + "086ef009-fe48-4144-a8c0-80a86089bd60": { "plaintext": "small", - "algorithm": "0078", + "algorithm": "0014", "frame-size": 512, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "5217996f-0f42-4206-b3e2-40615756cbae": { + "6a1d78fc-6442-4cc0-a631-d55a6e9e95e1": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 4096, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "f80f62cc-aebc-4272-b4ba-c7b8409ed8b3": { + "c0da91eb-775d-47fb-964e-588edf050ba5": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 4096, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "a70a8f7a-ce2c-4ba4-9c3c-6324820b6040": { + "57476842-5aa3-438b-a24f-248bf46e8b4a": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 4096, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -1611,13 +2124,13 @@ } ] }, - "c97968ab-91cb-40de-a5fb-5dfb9d2c02ed": { + "387705aa-2f9b-4b88-a8ef-5eb3ef135db6": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 4096, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -1630,208 +2143,289 @@ } ] }, - "9204eb95-8e98-4e4d-ad9f-a4557fc5d3db": { + "cc2a175a-45fe-4f84-a0b2-3e3517e11e72": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 4096, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "cb8ad27e-f8a6-4cb5-9d0b-4ca5961d4452": { + "8ea6dc94-caf3-43f2-bf19-8ff10861a736": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 4096, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "5af1a403-ea31-40f7-aec4-28326231515c": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "762ab411-9e5d-4976-bec9-4e9fb3354422": { + "3dc72dda-1eb7-4f1a-b3c4-50382cd6cb97": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 4096, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "40924a31-78aa-4715-9960-9780ddf09c96": { + "da7a4dcd-8416-4def-9cf3-ebbe79794573": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 4096, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "d7f0d750-84e5-44cd-91f6-fe8860a428dd": { + "47697893-cba1-40b3-b209-8aaeef79755f": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 10240, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "8cdb86b8-406a-4e12-828b-75fe1df2ea12": { + "86350bee-aaa3-4974-9edc-968e7f4af353": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 10240, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "fa74f1c9-b52f-496f-8f3f-fceb9ca26818": { + "6f7dd972-36aa-4e0c-a74b-511b0e224fa4": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "6abb6a0a-d082-4d38-90d9-94ca1570ff16": { + "5460f8db-04d1-4985-8110-33710a2dc532": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "23ece0d2-6bbb-48ee-a369-9b533e381177": { + "f557f2c8-e395-4b76-9280-875c5d7e5714": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "badd1c97-5dfb-4d2e-a40c-e9be707f3497": { + "bf3f494c-626f-4797-ab40-acbc4d8e1be5": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "6a59a547-11ab-4735-993e-06f013f8f6a6": { + "dda5e6ef-c9f2-4ebe-968c-a826e2ca5cfc": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "52fee69b-9ab1-4274-bc44-9b9ec428858b": { + "a32d104c-8ea0-4a84-a905-0e614a963948": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 512, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "2af4bf25-58ce-4192-af45-9e91d7bc1d3d": { + "a7a3c95c-15e6-42dd-b2e7-2b8405b5d3df": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": {}, "master-keys": [ { @@ -1840,10 +2434,10 @@ } ] }, - "d0fec01e-4203-463c-9556-bb69b973c71b": { + "3e7e821a-593f-40a2-8b9c-b8a29846ca7b": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": {}, "master-keys": [ { @@ -1856,211 +2450,253 @@ } ] }, - "f38f7f4d-dfba-4486-88af-26b3e71a7957": { + "a53cdb4b-455b-4af4-a3b2-16e6e3fa6b71": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 20480, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "dbd1dd07-9e30-4281-a74d-ac93306b526b": { + "5ca0abec-73ba-4971-9fe5-9de4578ab387": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 20480, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, - { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "b121d309-4600-4267-8265-1347243886ee": { + "58c47235-d3ad-45bb-ad05-038b5c7202dc": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 20480, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "954bdd30-e7e7-466f-8833-d6afa43498c1": { + "3641d50a-36a9-439a-b84a-c619aa18c3f2": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 20480, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "349d6306-72af-442b-aebb-b1bfb144248f": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "09684477-cce7-4ca0-9d7b-a613c5c82340": { + "01d9b9ab-b945-4260-a44e-711293c87353": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 20480, - "encryption-context": { - "key1": "val1", - "\u0000\u0001\u0002": " \"D" - }, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "05953fd1-4882-49a6-88ff-2d838ae6c34a": { + "2a8b5cb9-10cb-4368-8a40-0b43b02a4a29": { "plaintext": "small", - "algorithm": "0078", - "frame-size": 20480, - "encryption-context": { - "key1": "val1", - "\u0000\u0001\u0002": " \"D" - }, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "0a43596f-3d6f-4b70-be01-72e374e60354": { + "26993691-ca6a-4483-be73-b92081a9d718": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "f8cd15b7-e1f7-450c-a27e-ff30224ca1af": { + "4bbb2f8f-845c-45e4-92c8-a700247f1e49": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "89f9d736-d23b-469a-bfad-30cf16c50158": { + "a71ee058-b04b-46db-870f-bcf594fad1db": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 0, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "1e324ab3-71ea-4529-885c-157a58944990": { + "5df6e7ae-6da8-4ad7-8c57-ce545e09ae9a": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 0, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "1b8491f6-1e3a-40d9-9d76-ff8dcf583a88": { + "13c5dc2e-bd3c-4fb3-bf24-925028e4a749": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 0, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "96394e6f-4989-46c4-a69c-b67c1bdb2fa4": { + "9be6ce51-4624-4575-94c6-14b5be164374": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 0, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "e318a250-71ce-42f6-95f1-5a551663d624": { + "edcdd148-f43c-41ee-bf44-6b44f9891c34": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { @@ -2069,13 +2705,13 @@ } ] }, - "5762eb8f-1ba6-40d9-8258-fc74ec4bf0b9": { + "1b081036-15ae-44c3-b671-f0ff69e74b01": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { @@ -2088,167 +2724,242 @@ } ] }, - "1892f23d-0d33-426c-b541-c130a278d5f3": { + "71014c04-0aa4-4b67-942e-73ac23a312c4": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 512, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "6a629dcd-0e4b-4a85-b893-2590539eb903": { + "b3ac71d0-4705-449f-85d6-9f398c67d1de": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 512, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d7599934-9e45-4954-8e66-e75b3be3dd12": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "bfddd176-cf9a-4822-a63e-94b3d94ee947": { + "2106472a-8977-4310-ae7a-3b70d572f160": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "1aa338b1-1618-4bf3-9429-7e1e896a491a": { + "11aa674a-30a0-4914-897d-57d9e3660c6d": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "112a34d9-66bc-4b8b-8f25-827370d927cf": { + "21e184f3-caca-4d85-9ea0-d8711a42a1da": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "8f03d1ae-0af6-480d-a08f-affaffabffff": { + "18b760dd-1e78-430d-af07-d70a45eb94b9": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "b38dda39-d191-40ba-89d1-1555e0ef4e17": { + "4e8d3040-c112-4020-b5b7-e7b3843f14b5": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "e28b8bd4-02d9-417c-a309-acb76462bf65": { + "4d9a8fa7-7ba2-48e0-9b2c-cc86ce095a46": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "b755ca14-456d-441d-88c9-60d758c3a241": { + "99abc0f5-36d0-4329-8caa-120ec6c7b924": { "plaintext": "small", - "algorithm": "0114", + "algorithm": "0014", "frame-size": 4096, - "encryption-context": {}, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "6aaaff4e-ef0a-479f-9c5a-f5ac83a8df84": { + "e7ed367c-19ce-4db2-99b3-d518483e81dd": { "plaintext": "small", - "algorithm": "0114", + "algorithm": "0014", "frame-size": 4096, - "encryption-context": {}, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "ccdf76cd-16ae-48d6-b0e1-af77ac45cbb5": { + "7dc11d1a-d7f6-4a2b-9e3c-1b20128cef2e": { "plaintext": "small", - "algorithm": "0114", + "algorithm": "0014", "frame-size": 4096, "encryption-context": { "key1": "val1", @@ -2256,14 +2967,18 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "4c282be2-158c-4a24-b4c0-54d3a57ffec3": { + "3cd39159-30ee-4a80-a745-1b4333769e49": { "plaintext": "small", - "algorithm": "0114", + "algorithm": "0014", "frame-size": 4096, "encryption-context": { "key1": "val1", @@ -2271,18 +2986,26 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "f82590de-1a0d-4ca6-a469-98d2b26908bc": { + "db5d4a71-2b27-4d47-885f-862616f19059": { "plaintext": "small", - "algorithm": "0114", + "algorithm": "0014", "frame-size": 4096, "encryption-context": { "key1": "val1", @@ -2295,9 +3018,9 @@ } ] }, - "6829e139-8025-4235-a2e3-6c17fae432b2": { + "9b0e5fa8-33cb-4ed7-a149-2764e85f983e": { "plaintext": "small", - "algorithm": "0114", + "algorithm": "0014", "frame-size": 4096, "encryption-context": { "key1": "val1", @@ -2314,205 +3037,292 @@ } ] }, - "8068554d-27de-4d60-9f7e-cde582584dc4": { + "f7d399ce-89da-40a6-bd60-cb4f04d1a36a": { "plaintext": "small", - "algorithm": "0114", + "algorithm": "0014", "frame-size": 4096, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "6743716c-fdcc-4755-b832-fafa8ba67d03": { + "f6268961-4d0d-4193-87bb-59f7fa495b9d": { "plaintext": "small", - "algorithm": "0114", + "algorithm": "0014", "frame-size": 4096, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "49fb0eb6-e602-4e47-b1d6-75414cb1365b": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "4608238d-e100-47bb-8eab-42b8e19812c3": { + "bc62dcda-3338-4c33-952b-54cd6f196422": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 10240, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "96055f4b-0b13-46fa-b23b-75e7982286f5": { + "f62f2dc4-ab54-4720-9127-61d698ad4820": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 10240, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "d948e483-3579-473c-868e-6620977c0a98": { + "fdb6138f-fd0c-4293-88ac-276e815f765a": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "c3a0785f-ef01-4761-bbab-c1011deccfcd": { + "0bcf57bf-4ab1-4dcd-8a01-90db6c3b6996": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "f605ab59-7391-4140-87f0-9c8e79f4c356": { + "95e3164f-c16b-4514-8862-cb306f529cc1": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "375beeec-44af-4fe5-8880-2fba67d96736": { + "00ce1d75-ea3c-4529-b4ea-9a9ea11628ac": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "d143a343-c169-4c5a-a322-bc70ceb4e54e": { + "21f1803e-1e25-4bcc-9557-e70472aaec5b": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "28830717-daea-46e9-abaa-d27ca20488d1": { + "f7257822-0329-4239-b3eb-1c9698da8b3f": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 10240, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "928d4c97-148c-4079-b858-8d466219bcae": { + "b33f7a25-7ace-488c-acea-b73a9fd5968e": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 20480, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "505b380f-bb80-46da-8011-8157b47109ed": { + "71497b2a-fd4a-42a9-855e-0fbd5adf8a6a": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 20480, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "7407c2f5-79db-4726-ba98-4c64c958cee7": { + "7bf003ed-65ee-4515-bf78-55fffe89e3df": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -2521,13 +3331,13 @@ } ] }, - "98818b0f-4106-4635-bfe1-e8c758825f0e": { + "ec2d729d-a851-48a7-b646-4b53826658ee": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -2540,208 +3350,289 @@ } ] }, - "2ba78610-b358-4453-adb9-aab4266e8c05": { + "fde0a43e-0456-4f8f-802a-fe584688cdae": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "20ecceb9-771e-4967-92dd-1464c054219d": { + "55566de6-3eec-485e-9d1d-1d45c088a8c2": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "7efeb168-3ecf-41b5-af5d-fcb6d6a60d01": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "fb175cc4-9735-4ffe-a955-99793bd6f4a2": { + "81bd74c6-397f-42ff-99d4-081ebf5be9e8": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "ec751d4d-233f-4b4a-bc90-b06cbb37bbed": { + "0c92621c-8d46-48af-90ce-b146e65f441d": { "plaintext": "small", - "algorithm": "0114", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "89148303-dbc6-4187-9eb6-06794fbccd27": { + "78fcc2d5-5710-4742-ae75-f34569702440": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 0, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "a0eec59e-44cc-42c8-b65e-973781e02433": { + "83d9b37a-252e-46f4-bab8-a8a97a367502": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 0, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "8da1dd31-67ed-4553-aebc-1410f95ff0e3": { + "63721edf-8cb8-4ddb-bfd4-38a808f1537c": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "e4dffb11-a85a-43db-b478-c27e1a5c60ab": { + "c3204a9a-4240-4b93-8ad9-32fb8d8d1bc1": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "20e16b1f-d22c-4f28-b435-1f8ac6705c8b": { + "eedb2e16-4c2b-41d0-933f-e903bb591982": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "cbb6ad76-cef1-4473-a780-e50771bea9aa": { + "8789c43f-da88-4f39-b4ff-07e3e2b90511": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "5124d53b-31d9-4241-8730-514a886261cf": { + "a0832c86-71a8-44b3-a6af-2aa97a23573d": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "4af6b2dd-96b5-404c-826f-bee13652eb0c": { + "f8e2338f-70eb-4eb0-94a2-5d079738e34e": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 4096, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "9186bc2b-1db4-4afc-a212-0e602d48f726": { + "1a8f51c3-ec25-4f31-a5ea-1df418303904": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": {}, "master-keys": [ { @@ -2750,11 +3641,11 @@ } ] }, - "6a654129-8a78-4f7f-81b4-02e4c8f8aa6f": { + "2f8797e8-2e09-4049-98ec-25b4d8ade481": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 512, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { "type": "aws-kms", @@ -2766,211 +3657,253 @@ } ] }, - "35246358-b1d2-49ad-86b2-fa2db47e646f": { + "928f8541-e5b5-48d7-be21-72c7e28a396e": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "c25ba91b-e554-4866-8879-e4c345996e97": { + "48482864-44c2-48b9-9060-2bd7613dcd65": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d8339d5a-4603-4533-8162-c7aea73e2afd": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "917c6127-7ab7-4907-a6e1-38aff8e5178b": { + "2167443b-b6b0-4e17-ba9e-449a64c79d37": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "2adf0299-6573-4500-85a7-54de25286f00": { + "c272e3e8-4d96-4191-bdfd-fb79482ec620": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "8a1bbb9b-1399-4be8-85cf-4aaf9b4aaeb7": { + "a3cc52f9-2694-43c8-a7c8-853eea55394f": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "\u0000\u0001\u0002": " \"D" - }, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "180fbdcf-636c-436b-850e-3007c5745ff1": { + "9b56ff88-ba8f-4f7f-b566-79364a8c3735": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "\u0000\u0001\u0002": " \"D" - }, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "7c959146-57a5-40e0-9882-bbcf643f8f29": { + "5113c8aa-a132-4a62-968d-e368ee06bbf2": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 4096, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "370231fb-de7f-46fc-aa5c-f510096bc4cf": { + "c3e58b7b-241f-49b9-868f-5b8fd5a09b09": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 4096, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "2f89c9f5-aa65-4976-a8dc-5b90a5fa0a16": { + "99d1c593-b019-4633-86db-1c8ef4433d8f": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "eb3ebb86-bc06-47fe-b933-58794fe75c41": { + "1a41bd8d-2f71-4dd3-9d16-55e13daa5791": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "8c76b235-e4a9-4534-8489-346c816af44d": { + "0a929be9-5a9f-49fb-8bd7-231e7b9e1354": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "3d4db5dd-18b4-405a-b92b-6752a92941be": { + "ecc8a845-cf3b-4ec8-8ffe-4690bb3c81c3": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "c8439729-d144-495c-889a-ab74d6eac905": { + "91fb5303-d9cd-4e99-855e-ae7ec778d7e1": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 4096, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { @@ -2979,13 +3912,13 @@ } ] }, - "566ed0e5-c15f-46a3-87c1-e1544d4fc532": { + "a418a791-26a9-4228-9089-8da8ba42dcd9": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 4096, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { @@ -2998,37 +3931,26 @@ } ] }, - "7c378d35-1c67-4045-ba70-335444527e82": { - "plaintext": "small", - "algorithm": "0146", - "frame-size": 10240, - "encryption-context": {}, - "master-keys": [ - { - "type": "aws-kms", - "key": "us-west-2-decryptable" - } - ] - }, - "606f9e32-ce17-4db5-a257-23edec69b031": { + "28c39b03-d32a-49ef-8a5d-39fbf4690289": { "plaintext": "small", - "algorithm": "0146", + "algorithm": "0014", "frame-size": 10240, - "encryption-context": {}, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, - { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "ab348ee3-abfc-4ade-89c8-cd038e2aca18": { + "793e4916-9796-48d7-a77c-f0491ccf4b1d": { "plaintext": "small", - "algorithm": "0146", + "algorithm": "0014", "frame-size": 10240, "encryption-context": { "key1": "val1", @@ -3036,14 +3958,16 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "ea33b235-b786-4ec3-9b24-74d13b90ac98": { + "bd0eb916-042f-4641-91a1-c13077f0c869": { "plaintext": "small", - "algorithm": "0146", + "algorithm": "0014", "frame-size": 10240, "encryption-context": { "key1": "val1", @@ -3051,149 +3975,245 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, - { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "0b0a75aa-965c-4064-9702-ee46bbf915c5": { + "ae6265f8-900d-4bb5-b8e4-6cb7c802017a": { "plaintext": "small", - "algorithm": "0146", + "algorithm": "0014", "frame-size": 10240, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "9fd7b26f-ec6f-4437-b343-c3ae9f158da5": { + "e00a95be-fa1e-42a3-af51-e11b4b807f2b": { "plaintext": "small", - "algorithm": "0146", + "algorithm": "0014", "frame-size": 10240, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "bf6467b6-ae7a-41d5-8ce1-6794e8c913fa": { + "8ad95964-f816-444c-a8cd-9e15a03c049c": { "plaintext": "small", - "algorithm": "0146", + "algorithm": "0014", "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "dbc20083-cb95-45fc-a9bd-b1df31b3862c": { + "bb0b08fb-5417-40d5-8e85-9a91c10ba827": { "plaintext": "small", - "algorithm": "0146", + "algorithm": "0014", "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "6258a3bd-2752-49d0-bc4a-f57eb542447a": { + "a2371dfa-90fd-42f6-86b7-b922565d5a22": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 20480, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "02d6bebb-f41e-461e-b285-656325c5d282": { + "5dc4baf0-01b9-414f-a1de-7d6fb425a0b5": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 20480, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "934748eb-0614-49bf-a480-a27780935a74": { + "8f45ce0f-77b2-48f5-8c31-df61b4cfdc93": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "c101962b-e2f2-4ab1-b471-6f0e61f692cc": { + "efaf7401-2f06-47a9-9c26-c1eb331a13fa": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "a32dd5c9-9b8e-46a8-868e-fe7f5d3b5d87": { + "1b62f2eb-890d-44fa-afee-a9bf655ff79c": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "6261fde5-3988-4f0c-9207-98d3b1ce7169": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4e58a804-eb0f-43f7-9653-d8655ebc2e7c": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" @@ -3205,10 +4225,10 @@ } ] }, - "65b7a6bd-5533-4a67-9213-1b87d48eb035": { + "f94dfb57-4813-481b-9aaf-16cb068aa99c": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" @@ -3224,205 +4244,292 @@ } ] }, - "96a08e3f-9599-434e-8276-b49f68cb7497": { + "0ea2e02f-73b4-40d8-9e2c-aa334e5609ee": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "11c6532b-b23a-4e90-94cc-7f4c21894df4": { + "d8379fea-c470-4cf6-afe3-f59884c38fa3": { "plaintext": "small", - "algorithm": "0146", - "frame-size": 20480, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e3660e9a-d848-4da3-89ed-53b2d030cc80": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "8cec8c87-14f4-4225-b926-899261a89390": { + "4dc2ba28-31e2-437b-b02f-1ad043825b66": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 0, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "6f017356-c730-46d6-abc5-ee6bb8a68838": { + "693d99f0-18a1-4871-83d0-49ca269b74e7": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 0, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "15025b02-b9b7-47d9-bc30-85a40aa62e2a": { + "ce019598-b616-469f-b734-3520c6a88981": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "78062fba-0ebf-4c5a-9802-3ad20bf874eb": { + "5540fe2c-1126-44ef-8a62-8343a90edb62": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "e3bd2216-8751-4957-990b-ce3c1add71af": { + "9ce53e70-55b1-42b3-99a5-d0bbe1041b1c": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "cb5764b8-9539-4355-a76a-9ec2232b234f": { + "b972eef9-b952-40e3-a625-858213af45e1": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "a657518f-7e02-4141-bb85-e1dcb29515e9": { + "825bc394-f0be-45e2-b0c4-396bf6f68b88": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "48a2b492-45d8-437d-8dbb-ca124f3b0f77": { + "356ecfb6-9b72-46d8-84fb-8fc93c654945": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 0, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "7b3701fc-32e0-4d36-9608-a603cf2ef7d4": { + "5a600680-928a-41e4-96c5-8a4d86a0b0cc": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 512, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "f71699dc-d6a6-471b-bdb4-c1104436a61f": { + "899be8aa-9dfb-4193-9217-3f07d427a6e2": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 512, - "encryption-context": {}, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "269ab3e6-f11d-42cb-a465-035ce5e93e21": { + "da15846b-2014-42cf-aa42-219b1091f278": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -3431,13 +4538,13 @@ } ] }, - "b6cdf4e3-9037-4565-b775-919681d8ed2f": { + "47b613ff-a349-4aa3-b664-04c22dedc825": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -3450,105 +4557,46689 @@ } ] }, - "c5169765-9065-4da6-bf21-82c7c25f78c1": { + "d241bae5-4d89-457b-9dda-277182a054c3": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "d0a80429-566c-4945-a00b-76975d90b1f6": { + "3f5c63ab-4529-4b32-90fc-c74823f51007": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "26a1c4e8-977c-451a-8028-fdd7c3325e6b": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d11546a7-345f-43a7-bab1-024a655ba1e5": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "84b69db6-49c5-4063-a491-e51c71fffc75": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "ac6ca381-65de-41bf-bbb0-779eda7ca78c": { + "e6427102-8aba-4480-8e51-0a748566cac1": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 512, + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "545fa50b-b249-41bd-841f-af0bf32b712e": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "61b59c18-346f-44a1-8ef5-9003f17b50e2": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "87d56a20-bae4-4f42-93af-56a18904082d": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e5f19975-ca22-4f47-8909-b72b888dbf3d": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "79cb15dd-c5a1-4edb-95a9-2bc19dee5324": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9b199d8e-67f7-4dff-b9a3-9cb92c51932b": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "7a105545-7834-484f-8f65-2e1dde615649": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "20ca5e40-0813-4a74-9ee4-adadafb784a5": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "71257626-2c7e-4d24-81c0-7d19e816c27d": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "9825f9a5-442e-4141-ae9b-65e3c6c0c47e": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0e193b3f-f90c-4586-9cd7-70e523ff3b42": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2d9dd7f7-4c01-48c0-ae7e-3e65d3d0f73a": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "defcf4fd-3260-4991-8107-2d5cf3044bac": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "763e2e19-026a-4567-9bf6-9a311b169175": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5e6dd1ea-fb47-4fb3-a86a-3a1470503677": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "ad06b1d5-54ae-4a47-979d-d21afeef3d35": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9a337d40-c6bb-4819-9f2c-747ff368fd34": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "82860375-a8c2-4ef2-8b0f-ba3a250b1a0d": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "efacfa5a-f9ff-441f-8a82-d8f01663636e": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "16a5f6e4-4a91-4cdb-932b-347e5d172cb9": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1d2aac27-8a46-44c2-ba73-95bb5df2a63c": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "dfd4213c-fd46-4693-a79f-c750bfb304b7": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9308b397-c0f2-4ece-8768-a0c375ad2359": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "3671542e-a264-49a6-8a07-6ef349a76e2c": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "07032e40-3cde-47f2-8aa5-d86cfb6e921a": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e0f40503-0742-4ebf-ab60-2f58b2b2eeed": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "899a564a-13d1-4ba7-bfcf-1e03edf3f1cb": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3a974e68-b107-4ff7-9f9d-53bc18400cd9": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "6b630d87-69d2-4a91-a67e-9b44432b4193": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "dd838d1e-a56c-4317-bd09-1a5332aef4a3": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "8405cbe0-e782-44fe-829c-e0142a2b02a8": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6fdefdd7-ce36-49cd-8898-b7a7dc166934": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0098c309-1e53-4d27-84f9-f28fb8aeda41": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4b5ef494-f1a0-47dc-921f-d745ba854305": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "73c1bc14-da7e-4e97-b927-487fd97321ba": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b0b76829-0636-4c97-bdb3-c924a4f835cc": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "46953fbf-ea7d-4a29-9dfe-22ba82fe1b55": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "99211a00-8958-40b4-8e98-c3a7d9da9f04": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "4ffbadd3-4bfc-48bc-ba87-9dd3ba9b4dd9": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "cc3e8b19-4be0-4e00-a8af-126c6685784f": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "77635b72-5d8a-4efd-94a8-da7ddc18240c": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "716aec86-e472-47c2-84e4-fe1cde445b1e": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3af2ce02-d473-44c8-a715-20ae50a7ee9c": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "18955d77-c56f-4922-9238-d00672259748": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1b0dae90-8fe0-4b09-9814-ad7b4db68e03": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "67c68ebd-9dcb-412d-b450-5a6418a98727": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "520bda31-4a67-4a52-a885-f5859d2940cd": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3c1d19b7-9565-4e58-ae25-4b9148d1a56c": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "285959ab-f6ff-47ac-b5f4-d4e592518876": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "d9281361-498f-4789-bd00-17e0bfbe566b": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1fae4545-b743-46c5-8bf9-82b0df6603dc": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "27fe30a6-da71-487f-b798-dda86dca6ca7": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c5939869-4534-4e62-a342-6fbb8fc891e8": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "9e007ba5-48ed-4969-8951-d7d2496df798": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "dd46d026-05cc-441f-af89-a022a5c07a35": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "df405623-dc08-4091-8b53-33319e662306": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2bc8cca0-8ffb-4e62-9056-f2390a10b5b1": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c78715cf-d709-4217-b9cb-8e507f2a0f39": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "e0acb81b-e8f2-42f6-ad48-88c75aa55eef": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2e948ab2-64a6-421c-b37e-b46191ea2e8e": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "5d3dfc93-825d-4b36-8bf2-53e264f11459": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6f804ede-1f14-4997-9691-336690415698": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2f603239-5623-4662-b9e3-1d5e23ba1aa4": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cca1d63e-c74b-4231-8419-7427dccadf88": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "2dba7116-22c8-4d7a-9b5b-784838ffe54d": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b662cbdb-75d9-443d-a4e9-600e4c7132db": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "aa4804a5-b4c6-464d-b68d-db7ffe7f4586": { + "plaintext": "small", + "algorithm": "0014", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1f570d44-c28a-46a8-b9af-22c4cd78290b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "a7427d96-e744-4f93-8de9-5f677006c1d2": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "eca8b444-4388-4ded-9b9b-1a3da7df234c": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c3165770-6028-4379-905c-52b80e722c31": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e33624e1-e60e-4d33-ad35-f084fb071fba": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2c42a215-7b5f-407c-8eb5-dc72c75aad43": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "f79041cd-18e9-4c2e-9dda-e879eee11afc": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f8e0ecf5-9e8e-4686-9c4f-69a9d00dce38": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "15d7273a-ec9f-45b1-9e0f-2f0d8bc58202": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7b196989-f2bc-4054-81e3-0ff8c5747dee": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a2a0d29c-d220-4c2b-8169-5e88db289791": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "860c6eff-2d78-4384-b2e3-2e084e19462b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "58144951-baee-417b-8dfb-fecd2c37c8ce": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "12b112c8-a1fa-4ae8-9ab4-be97ecf099e9": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "8c990bd4-9853-4578-be85-6bf29910cb4b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "06a46558-3d65-4339-9687-4f800b1d88bf": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "d92ce016-5cd5-4dec-a900-061d5cb71d57": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "0a3a57d0-6592-4ec3-9ffc-0e5179a9b358": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3f0e90a6-c5ea-41d6-9d13-44c5e882984e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "fa3c71b7-ee86-4fe4-aea0-a900aa59df99": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "5b4b026f-57d6-46f2-a9f8-f1957afd1022": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "325f73d1-d550-4883-8ff2-98bdf96a08dc": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e7000713-7be6-492b-a622-d3bef0d0d287": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "4d14beea-4dec-4559-b103-7cc126acedc7": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ebe96351-ba83-480a-bce5-75569fec8e3b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "900b1805-c8b7-4f7e-ad23-49ad361671ae": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b0692ee8-edd5-4aa5-8557-9d3dbaf555bc": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "7d5f1e47-d288-4e62-b938-22e010614b08": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "eb494cea-5b36-49b2-8e5d-e73f7c3afcea": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "cc962af9-7307-4ae3-a2c9-3d69b7b106fb": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e749b50e-221d-4385-8d4f-5851b104086d": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "1db94109-3e58-424d-8133-47ccdcd80899": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "176cc495-580a-485b-8d0e-f9589d187d40": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4cab4305-96a7-42b9-b0ec-19bf81e3cc5d": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "43291584-5343-478a-a53c-287d5c77db48": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "23755601-e495-4a90-9a70-0cf5b3e24e9d": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "3fac5a52-01a1-4553-9746-49583b338fde": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7082c85d-d817-470e-802b-83ded088f1d2": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "eb616780-f8cc-4adb-b762-6ca73d959c39": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ac33d38e-22c4-4a87-9111-4b84546dcb5f": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "dfda259a-7839-4b06-875c-6a7e05da4f1e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cc464b5c-a8d3-4ef4-a4b3-c150bac75caa": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "b7e53daf-1e49-4025-893a-601ed39cc2eb": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ee79f5aa-5157-4d09-8417-dbe3ba2faa1c": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "0add60da-b66f-4bec-bf3b-318ecd60db4c": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3cd6828e-362c-4b3a-bdbe-c4c3234968c9": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "f13caa1e-9b1c-4c1a-bf7c-ae0918caf55b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "e8d23ae4-0161-4167-be3f-0ce6c0ba1d16": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "21655dd0-cfb8-475c-b6c0-454c15a2daea": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "193197e4-6f23-4a17-b374-7c234ebaa310": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1315b5bf-c1cb-4070-b8de-63c22c9f7b59": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "8c13e795-e471-4932-8b5b-63540fdfb32b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "97f9aac7-6ad3-40fd-aba2-a4e15969e727": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "6065c25b-fc80-4203-853f-67d56bbd0fb7": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a73e2f59-378b-4757-9bfa-2b408f2d04a4": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "54b67173-50c9-4002-988a-5a8e71eaace4": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "aa4fb42e-8413-4150-8d56-c4924e040819": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "0924c1c5-1fcc-4c66-bc93-b30f9e6462f4": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5cb7dad7-e4c6-4bb0-bff0-975a91ca809b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "909f6f9a-a103-4e63-814e-3dd29f732e7a": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "11eec4fd-0dce-4b3a-990f-3067a5c5ab7e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "bdd88c67-b2d5-4dd2-991a-4bc2c0d75200": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "4674d83d-540e-48e5-8995-af5b276ed425": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f12a753e-5187-40b5-805a-8f67361204e4": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "edf6eccb-bd93-4cbb-97eb-eedfe2ab02db": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "fcd1fe84-eb00-4f1d-99af-2731657e5716": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "ede2db17-b57b-4e45-82b2-93033af4c1c3": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a2c8031c-846a-410a-8dcb-61df93e8422c": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "88f0e68d-ca76-4671-8e6c-ab0fccefa02a": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c5389263-7d5a-4c07-bcf4-67a3ab13b77c": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "08b0c112-366f-4ea4-893c-ca0747882671": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "23d1216f-b9dd-4772-a534-5569fc1450b8": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "ea99beb9-365d-4a2b-8406-df7da418907e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4c53a5d4-2f70-412d-9298-9ef1a27ab615": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "8ca3173b-2df1-417f-ba7c-348403f535f5": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7c578b98-9ffe-4372-ab72-e20c320c708c": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "b01cce16-ac39-4239-a770-d56ced0aed2c": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "b2458e4e-77ba-44b4-8b50-d3b8201f0c51": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a54db81e-991c-4ab9-a490-fe310fedf91c": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e38f771e-af72-4e38-b91a-15b89c954cfe": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1a38860c-4b2f-42c9-ae81-c59ceb64ee0f": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "46864aa6-5d9f-4ce8-8a80-58397a575e5b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fd1df068-f100-499e-be46-bec4ddb41aa1": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "f0204c1f-bb7a-4207-810d-6b58ed3c02dc": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a4d10215-9492-49cb-b5fc-ccfdee407159": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0183620e-a1ab-4b0a-bee9-25f351f0dc15": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b7c3eed3-52c7-446f-a1c4-2a2d4d0afb52": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "d1a3d868-c2ef-46ee-9db8-779ee171d7cf": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ebea09da-3f0b-4e85-bd03-3ec3a68c775d": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "e8e31468-0490-4e46-a198-4e39d4237a8b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6a7aaf95-f0b6-4a51-a074-2fb807d23214": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "7d7d57fa-6b78-49f7-8f40-73893419dc63": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "afc3d4f8-77de-4c34-b00a-34cf02e45d23": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "872b2955-4f83-4de1-9a2e-bd0ac6aad611": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "03622059-9353-41c6-825c-4b0c136847c8": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4ed0ff7b-38e9-47bd-b46c-01f9a3156f95": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "ed053b07-43cf-4ee9-a090-94f546000c6b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "28899735-0580-472d-9fc7-474f79abd424": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "8fbf248f-6762-49cb-8591-0bbb45631874": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "89a4b881-2aeb-4d3e-b079-85cd08ea2402": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b29ff6e4-4b1d-414f-9e14-698f65eed484": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "26116008-c637-4cff-a3e7-82083bcc8673": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "b1c2ead9-4491-4315-acef-be8d5f187c4d": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "366afc71-acbc-4320-b4ca-402f0dd71762": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "aaef9446-be29-494a-86cd-e7c97ad6d4d0": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "33c526fc-71db-4ce3-9070-7375349ab42b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "904e1660-d080-4849-a67a-f83a66c151ba": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "86be1301-4498-4c9d-9e77-d0c25b806877": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "ff3c4443-f955-4fc3-b558-1b872396ee03": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6b3baa6d-742d-4609-a8a9-80d27decf72e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "72003b60-824a-4761-838a-043463f2ad6f": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "78a283c4-ccbc-4aca-bc1b-db5e8ba950c2": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8cce6a04-856d-422d-8ec0-f1fc54ab7e28": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "ee3043bc-082d-4e58-a832-05fa6cf09a7c": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b2bce136-2a2b-4dfb-9afd-3fe5667e20da": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "139764ff-c1b6-4b09-940f-7769c7c63c1d": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "23d39029-3c29-4f39-acda-a02ed73690dd": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "5274d7a3-e28e-4255-947c-16c7eede544d": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4119b138-1a01-4302-8238-57a6c0776498": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "57054ef4-98d9-415c-a786-1077462c2f65": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "895d6c8a-4cba-485a-9160-fde27d836601": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "b66a4e1b-a7b9-491d-8658-dec65b155a98": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "7650361e-88d9-402b-8712-51255aacdb2f": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a2628a0e-1c65-46ac-8b3f-c3018ee435d6": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "88b37b6a-d190-43f2-9e51-257297274031": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d2a4a31c-89c9-47a0-bb05-64b7db87364f": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "6f5db286-b74e-46d6-967e-65321d80cf0e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a3046e41-eee2-477d-b525-9c7e2be55e0e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "045d5c51-19ac-4ab4-975f-791529e156e8": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5dd221f3-a4e9-4c23-8373-70f395183dc9": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "38d52c0c-26bb-440d-9f8a-ea6c9904905e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b0067ba1-64d5-482c-92ab-d3c6c0191a1e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "490fccfa-f6e9-4f9e-a4bf-3a397209cf5f": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "166fb276-4f50-4225-9107-6d7b7a682b78": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "097a60d2-c2c6-47d8-aa15-18e67ca51af3": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3523e2e9-f614-4d81-b2b9-3013ba19db25": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "86d48d4a-46ca-48c0-84e8-1b7b365ba632": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "5d661fde-88ba-4e6a-9838-6cf772814de7": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4fd090e4-8c80-4276-9138-2a9af0656335": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "92ef0432-0fb0-4281-87b3-ef1886be54a6": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e7ea258f-05e9-4491-99ba-ecf2cc56cd2f": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "479a04bf-1f53-457e-8fc2-2c574a3af180": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b5a099f1-0fba-4ac6-a3e2-fdf45be71400": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "4c2ac023-6409-4378-b3bf-bc230d7ada7b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1bf0d8dc-a3bc-4856-8e50-c1b9c97da896": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "16bdd052-a42f-4c8b-9343-e7a2358a146d": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6532e42d-3f1a-4faa-a4af-e214a02aadac": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "54614b11-d5f2-4f49-a817-f3d9631ba475": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a762e5bd-e776-436b-bf0f-66c1399bbf85": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "e294edea-1f16-4a95-89dc-530834f0ac3a": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d7696a74-809a-4e1e-bc08-6b318a128d62": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "8586cfd0-39ff-43b9-9e0d-d47c9866b66f": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "77350e36-7cfc-419b-bf11-3ef30d1f4958": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f9edfe79-be74-4c2d-a2f1-9009d126487a": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a40c6ff5-01a7-4c19-bd00-fe86411789a0": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4c4ffc9b-bd7b-4f4f-800d-c34f9396abbc": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "853d378a-16fc-4758-afbb-a2495e284307": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ad9a2168-ae2e-408f-89ac-a56f220036eb": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "b6691ba9-7079-442a-b467-f50356b8cd4c": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a2144041-693a-4cc8-b07f-421e907d74d1": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1727572e-7866-485b-bd14-8e3b063014ee": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a31535de-2988-40d5-8665-69b515751c84": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "e55f2d8c-dd5b-43ae-be0b-37db0f31fd45": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8aac2a53-e9d5-4ec8-b583-5d3283b880bf": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "f46a9ee8-c99d-4342-ab5b-d864a8c091de": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c4bb095c-6cc9-4d80-8b91-382bbe025107": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "e78cc4f1-c26e-4ae0-b0f7-65850cfb8838": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "7755931b-c241-482f-84c9-517f2433badf": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "75801386-62ed-419e-98e3-72e3387f3372": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1653b764-8981-4122-bd2a-130f86be4733": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0170581b-ba16-46bb-ae2a-913eba3a16e7": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "3307a536-c085-482c-9dc2-03002038de83": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "97b98771-83c0-4d60-9930-856b0ed5dae5": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "b1d79430-19e5-4c97-a5aa-a89fce1c17b4": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "daed0080-abca-4d81-b94d-f2c33dbc81c5": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4ec1c791-3ac1-4de9-8ec0-104c7b09e360": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c2594d33-097b-4870-9225-d241e1c1d7b3": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "9f4a0a83-5b6d-4cf6-a0d9-ca2f68003f35": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "db923ced-029c-4976-b530-a9a7bba7807d": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "bc3eb841-0e2b-43ef-8030-b45a550f15d4": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0f57f6b8-f0fa-4eb7-a738-76ecb0677bd4": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "2599569f-eb02-48a4-a0e5-38572f7412ad": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "308db639-e6aa-41a5-985c-b35f56e5d78d": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "01ace4f6-33d7-4df9-a588-79d8a2ccd4d4": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "fce01dd6-acb5-49b9-84fd-1b50d2d68963": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4b39ecc6-9d32-4090-833e-d61319717259": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "6d2daddf-a0ec-41dc-806d-1f5aa6809661": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2210551e-d9e9-4488-a3ee-a76ad83fbab1": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "b442285d-95f0-467c-922f-6f0af3741104": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d9b5d21f-7995-4f0f-a31e-21a9d1a59816": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ba72a2a5-3f90-41f0-9bb9-cac841c6c5d2": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1d9c2096-78d8-4831-be20-9bea0ea0e87c": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "6b7ca5f5-7087-4421-b4e5-626677b826df": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3652f509-5354-4987-923e-eefb8398cbd7": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "32a9ad1d-4509-4849-ba6f-e1e6a0de037b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d8a63e95-4e91-4dd8-b9e6-ecf6450b4c8f": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "8c7756db-0d5f-4896-be02-7cde9495ecc9": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "42100419-10e6-4eaa-b49e-742a48e3da0b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3b447924-b3f9-467b-86e6-c988fefd7d76": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "91c7a7f8-02af-4410-839f-a115fb700ee1": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "59577d71-a0dc-4fcc-8300-f43dae667649": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "3aaf5c80-40b1-4700-b451-ef577727a895": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a692b8c9-cf83-442e-a77f-20e2c238d479": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "568f4787-9e35-466b-92dd-4254b2dd33ef": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f91bd9c7-eb8e-4908-a401-9ad97a13c165": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "524a4483-b233-4b2f-b912-68f024499b81": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a6692610-6d91-4e69-bec3-b708b1b17f93": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "65ffc41f-27fe-4d61-96da-2d40fe1df055": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5e6938b6-3f81-4754-9c6c-4feb37ecc404": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "6c863171-ae80-4af7-8c97-c3f4d53c91fd": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c5157dc2-b2ff-48ed-bcaa-42774e4e75ee": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "25e3c29d-4ca3-403e-a663-e1c7dd4677a8": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "809bc0cd-b6c4-4cb1-ba17-db75ba2170dc": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b77e16d3-1357-4eb8-b718-52160008f99d": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1f909285-cb26-4895-977f-9d49ddca9254": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "755fbff1-28a1-4afa-8501-449f69335d14": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "85fd3d88-f54e-45c2-a023-ce0460555660": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "10584d99-70d8-4893-ac41-a78c477010be": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "f779f0b2-cc7b-4447-a874-4e4856f97c38": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7af2575b-fe02-45eb-b10e-7d062e0c2903": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "683106a7-1d65-45f9-9cee-7cf22412a14f": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e8190656-1788-42a7-901b-06ddd82158dc": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "39e73420-6cfd-42b3-be81-0ddbd8ea7692": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b2cbf93f-b324-4eae-a7b9-f569a44da886": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "7e3f4870-d87d-4185-a96c-7143e380c01b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "89e68fb5-1dba-4d8a-a745-de5a561f6123": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "43b23ea0-8038-4cb3-939a-bc3ec15bfb12": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "8e668e78-56c0-43ea-b4d5-5f6e80f5094b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "932ccaef-692e-454d-b893-1f60915cc1c8": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a25e551d-80ef-48a0-89db-5a41f71b50c5": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4aea4eef-426a-47df-95a8-f16ead638802": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "c1ffc0a1-4872-4e78-b51a-f361c3aa260d": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "063e9653-f472-4765-a478-3a4e61bbb1a9": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "33cf0a88-d7f7-4597-8898-253e4c4b6c82": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "06560171-8f85-440f-bf13-0304ce4315ff": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e18888cc-808c-4e46-83a8-aed1026aedcf": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "571f72d3-ed89-49e2-906a-aa10e494b38e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "3c03e929-9444-452a-9bc7-d064825d1d18": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "349a2bb3-b527-403c-805a-4777f925c42e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "e9bff2a6-5856-4240-a5e8-709e46206a01": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0f2a1dff-8d16-4c5f-82a8-ec1662639c28": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "b061f34e-0dd8-43f9-b011-f025e652c947": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "1629d660-fb5e-484a-98f5-40a6bea5d6ce": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1f1e2d8c-565b-49e2-97f9-c19a5e7d88e5": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "934ebf25-2586-4357-a2e5-f65b87275520": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "eb9fb775-6735-49a4-8d75-2741a249f366": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "161dc9ce-5d58-4679-b62c-ab8dfaef73d9": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1daa9d32-667d-46b5-be34-b0a77ac89a0e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "f5518bdf-c887-4076-a804-e5a225c2aed6": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0971e37e-177e-4fae-8dc5-313d80c7f613": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6d7a8281-f54e-4f62-b349-ab9e839aebb9": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9ac41c39-0771-47f7-bbe8-dae10f6ce88f": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "88a522d1-fe78-4b77-9ac3-d630a88999b2": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9f46a440-4f14-448a-a4cb-d28655068041": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "d748f4cb-6391-40fc-95db-b3e4ddb8a91f": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a1531f6f-6026-411a-82e5-b9bb8ff23ff0": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "713f5e43-bb27-4f12-9e5a-777710e68451": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "bf14997c-a950-4e59-bb1a-19235dfafad3": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a7ebc341-f1e8-437b-b203-1cbda9cbb857": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "7bfb1c5b-8c51-472d-8663-272891e23666": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "079b15f3-8b16-4175-86dd-5042de78f579": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "9288ef07-8e9b-47e7-aba5-99c13113d92a": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "85ce1544-e7d2-4351-8b61-2c62fee8434a": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "bcf5709c-a4e8-4e92-994d-dff3cdd2f84e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8b56e5d9-2ab3-413a-be74-2bb6c94de01a": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a3bfd4e6-03a7-4ef5-a3c0-bb91c93b129f": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c11ca52e-c9c3-4046-9935-171111efc346": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "1446044f-12e4-464c-bd3d-f43ad676d62c": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "75919b51-00b6-4d82-8bdd-7ded257c22d0": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "51c999db-d266-4572-af9a-ee6547c0bb29": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "808ff174-e000-4176-8380-f7bebda8342a": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "95755e5b-7ebe-4aa0-b16b-bc64f1ea0f08": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "51c16095-d56b-4160-9716-0838668a4f36": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6c9ea302-0fd6-42f5-861a-8d0caaa40b5e": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "9a96eccd-46a3-44a9-b7e5-ef635985ee49": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c2424493-a177-4808-a3c3-c4f1132e2c95": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "e05f4b70-7f86-4aa0-b935-c1d25db6624b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f27cc7b9-e36f-45c4-8509-c4a0bc480751": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "2a14476f-ac3f-49da-bc3d-749499504cf8": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ef16320e-8ab8-406b-ba6f-efe531ed67e4": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6c68337f-2be7-4af3-84dd-86ce8493e9e6": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b2815903-9809-403d-a05a-08458472fb7c": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "ee637fb6-7755-49d9-9fd1-26b8819dfa44": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bcef0a71-c579-45f4-b5f2-571ab6e77f5d": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "5d0dd6eb-1e5d-4e0e-bc14-8b42124391ae": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3639c1f6-00f9-43eb-adb6-6df84c7033ae": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "020d891f-e118-4ae2-b4eb-281ba350b1d9": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "16400393-7d7c-48ec-a1f8-648e8db3f927": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4642ffdb-a433-4fd6-b7f7-ffbea4c25027": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e7e55807-8fae-4f26-bf15-619a30bbb95b": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "7bf51fc5-c562-4b59-b01d-4d4c4db324a3": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "b0d83906-ff6b-43a5-926b-526cd4a82a0a": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "38be8680-75c8-4691-8ec0-86b94b50f9de": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "99f01804-936a-4344-a6c7-d024a2e74269": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "443a617f-5643-472e-aaeb-f471542082bf": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "aea2ecf4-af59-4458-b046-ae1ec9182fde": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "473b9a61-29d5-4d0f-8593-8bd9ec4619c0": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "560fd987-b01f-4bc0-bc25-e47209174cf0": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f9ba54d1-44c4-42ee-88bf-ceff1d43e3f6": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "f8f950cb-6f67-4e72-954d-49c7b91aa3be": { + "plaintext": "small", + "algorithm": "0046", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "164060a9-c16a-460f-b840-408b66935e09": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "588fea77-e9a3-4fba-835c-89c657b20844": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "3b006e32-271f-4340-ba5c-ad952bda0bda": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "7b33cc28-aa07-45fe-a016-c5654de243cb": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1577a425-2012-4fde-94dd-4dc702bb1b33": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "112a5c48-9a4b-40ae-a015-676e35415f4f": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "fc27e2c2-b17f-4648-abf6-ca9765dd306a": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "687cd5da-6d41-47dc-97e6-d6ad7e1c8894": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "8bf254fc-d3f1-4c9b-9828-0f98c52af501": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3cac7143-519e-480e-865d-5968c6f78a62": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4d788877-4941-4717-80e3-b54bddd3b0c9": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "75a01aff-01f1-4e14-b6fc-4e9ee0a20049": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "114b34fc-7bf2-42b4-9335-eff98d4adb8f": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "34ec6e0e-8e7e-4d57-8d07-979a98285bc3": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "ba7f2a49-4bc9-47a8-bbea-ce636d1322bd": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f187fb97-9b0c-484f-beba-69db74ada0e1": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "c7bd9f53-c2f8-4026-a700-bcaaca05c4ef": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "5b57087f-5af2-4aa7-88de-34fbef503abb": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0a12f047-6120-4eba-b426-261e8400ac31": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0ba308f4-8ae4-4ab6-9453-13c3a5c1f562": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d5f0eee3-abe5-4aa6-87a2-3920f32e5fd4": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "4ea6c1da-9f5e-4a93-bdbf-f52f9086eafb": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d5eca1b5-d343-4420-89c3-3a2e9ef3e0ce": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "728d0402-2103-41be-b156-a595dfc23751": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "265a934a-1a89-454b-b8ae-5a7fadcd4793": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "16337151-2706-4c70-867b-870b909d1586": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "17dcad4d-e800-48e5-8ffa-f1eb3c6383f2": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "3ebff8b8-c3f4-4b40-b614-01ed8e6ba04d": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0fa853d6-1c52-4b3e-9919-a13e2feda354": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "cf68f2ce-37db-462e-be44-d9e327cffece": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "11819485-b89d-4a5e-90c0-6e00ae6c194e": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "91ab34f5-04b3-40fb-b34d-3b8dbdcf183f": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "8a81b3b6-830b-49a4-b783-ff5cd1f7ec71": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "57cabad7-032f-4d5a-bd1e-8d21e2acac95": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "56c10763-6ada-4bea-bd06-83e8bf2d68e5": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1f8e4b57-5740-442f-b2d9-6071947a0dd9": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "87ce63a2-3f2b-4af4-963f-44fc386d7bf0": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3705dcc6-4442-472f-8bb2-586a0a82646f": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "e43f939c-95de-4cf4-8558-b35d4f333e26": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a0888028-5d5c-4ff1-b43c-d3bd4d6760aa": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "196bc7cd-2927-433e-a6e4-63ccf3d0d987": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8a352791-1477-4b05-a5bd-eba32df64df7": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "77d7ce52-fd2a-4c79-a4e6-7c694f549bb8": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8c2bf9b8-714e-41e5-b607-47ef0b1f8dbb": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "073c1da6-fcf5-430b-9b3c-e94ea1d6865f": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2f77a836-718c-43ae-aba4-88dd6e2ae8ad": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "5d79de81-fcf1-45ea-95b1-01f67c861867": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "0574ce23-2220-42fc-a73e-ab32426c482f": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0615ca4e-ba42-47ab-8153-96c7f966042c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0e24528c-a9ff-4243-9a96-4d8319af96e7": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bde6ee62-a2ac-4056-97b1-7cae31f14fa1": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "be46e8cd-69e6-4a0c-9b6b-fd96dac35987": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "28c5b95b-27e4-42ce-9a61-5b9adf118058": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "48d3e5e3-3718-463e-b80c-c82d77939531": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f40fe58f-f032-413a-a1d8-188d51f5b388": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6bb1fe84-0e24-49e4-8162-f1fc21b54197": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3e4356ea-59b2-46ad-b566-dfefe98c36bd": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "96cecaeb-c1f8-4368-ba28-58e53e1b0c18": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e53e848e-145c-492d-bf25-4e82c0b8a1b6": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "a3457edb-92ca-4217-b872-ba4c90e48845": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6821e9fe-b1de-4e1c-ad48-5447e10ab45c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "51a9295c-56de-4968-bc99-560dfc6c669c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "f21fdd39-6b08-49bb-8411-18a6cda34ca4": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2a17dfdd-344b-4371-a5cf-43948d46a9bb": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d51f7de9-e081-46f8-a985-007bdd5df6be": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4cd31fb6-35e0-4c63-9f05-111fa9317a59": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "6f9753cd-b05d-43d0-b8bc-0b6b8000fa95": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6a8165a5-d9fe-4755-b717-14ce50843035": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "f6750662-df1f-4a7d-a0dd-21dee435c9d7": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a88731b3-53d9-4a43-a094-4166a8910e58": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fbcc2e35-3d70-4004-80db-87a4cd111afe": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bbafc5dc-6622-463c-a26c-496f2b4d0426": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "37b8ba7d-3e68-4730-949c-7cc50141b131": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "dd5c490c-ddd9-49e6-bf8f-6cbfe2a2fc79": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "71791fd0-268b-43aa-9234-2ada83d767f9": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5ebc8f77-558f-40ed-9c8c-f7e2625fd31e": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "368e8365-c0db-4ed3-b84c-770d0441eec9": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "c9c2f598-91c6-4c8d-a8fd-8463de587198": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f1296f41-e6c7-4b7d-b08b-d7da4ad716bf": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "5ed41fe0-6101-4186-a504-b78f543f558a": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f7e9f5a6-08c3-4d02-b814-44037f92e919": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "1a2dd6b1-c074-48ac-9d67-a578e886f2e5": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "62c7f592-6413-4970-9b2b-6efa57d392f7": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "a964f03b-5d92-4d46-a324-bdc261065aa4": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "460c948d-fe0d-4d86-bd93-c06d8d8649a7": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2c21032b-3183-445b-9388-f2e75a2ac9d9": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "589eddb0-357b-4ac5-b4d7-b514548f9efa": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "2acf0c02-7e5b-4bc6-a052-20e2817384bc": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "45a52523-aa0d-45e0-89fc-06069d72e57a": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "d7774f5b-60f1-4fad-a7c2-bd5a2df8d365": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "30ac46f8-ef55-4b03-a2c2-a8500da64582": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "0fa2a0e7-12bb-45a3-b164-c8f4b9adfb1a": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "2c806862-087c-42dd-a2e5-166b0b5606d1": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d9cdc60e-3c2c-4915-bd3e-ab2f157fae0e": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d004866d-445c-48d0-923b-90309ee124a1": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f8826b0f-593d-46e8-a9b7-852d720fc228": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "0f54fe2d-b0b8-4226-9b45-83afdf37daae": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8cad0545-c0e0-4767-8a08-4c7d347f808f": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "bee562ac-1654-469b-8e51-0571353a4d79": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f5a97f1c-4926-41ca-88fc-212b614803e9": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1c5c6e23-778f-4c45-adbe-5cc41e211038": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "34f4f2dd-1d87-46b3-8a12-bcab77d57df6": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "afa92383-e782-44ff-9dbd-6ad0c0de9bb0": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "159ee90f-d2fb-4892-99a8-7ae40c08b849": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "a688ffbc-d3fc-42db-a819-9463026bcff8": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4544ac57-b4ab-4af4-8e02-ea520418cb13": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "230df8f3-c6f9-4224-a710-e3110cbd2571": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "8fc252da-fbc9-4ecb-970d-fd3a780bdbc5": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3a4ef016-ebd8-49ae-8d5f-50d65637fd1a": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "91b45da2-3525-4b0f-b905-682561fb6cb5": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d0e48d2e-0d43-4590-a83c-e06e55c820b5": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "f806178a-ab1a-4b00-9214-dfc49d678e58": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f7a0d630-ea28-46d3-a0b0-e18fea0b6cbc": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "ed0cd0fd-a14e-49a6-989d-4f7583e7a6b7": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "28ca4f89-2673-4fff-aede-28d24720d048": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3c7966e0-05b7-422b-930d-de64a82c61be": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "efd70a92-ae55-4fd8-acdd-2710a96b8852": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "78103c6f-6d12-4031-b30e-baf2aba1dea0": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0701ab22-2e63-4f61-9b61-ec4ae7000ff6": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "edab797d-4089-457e-b09a-b659ef59a086": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b84adb80-31a6-4634-a362-f3cff5a93360": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "85478107-6211-49d7-92f8-a756e7d781ba": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "d5b1f0b8-3e2f-44e7-8474-0c9c19f0753c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1d7a54f2-ea1a-4b16-88a6-8174b5057bf6": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e9afa56d-5191-414a-b517-fd8b81b9dc82": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2c8ebaf9-955d-4fda-9174-87c80f0443be": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "9082ce07-4806-4ebc-9211-8b57a273b707": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e3338edc-41f1-4b9b-8a21-165eb0c54925": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "a7ceeea9-9a8d-4b3e-af35-9cf43018c53a": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6f23f06a-710b-4355-81b7-fb0a406fc5e0": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "987da628-711b-4ed2-b5c2-e0228f45d240": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3713f180-609e-4661-8518-d703353bef99": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "82680a26-b08d-4eff-95da-c219a8f440d4": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fff26180-f45a-484b-9a7c-0f630c0ea885": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "cf7e7fdb-0fdb-4f0f-8580-0e3e7a3a3ce5": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9367ea70-81be-4916-a46d-3a734be201cd": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "a9ce69f8-68c9-4593-b6c0-142a30739e58": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "1b2f450f-ed22-4bfc-b2f4-0b541392da89": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e3ee2f97-9ec0-4d9e-88a2-70454a77da62": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b2db792c-5eaf-45b1-a993-66901d34717b": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4b549ba8-e149-4e7f-a815-3aa2e49f83a9": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "fec0cb2a-0cdc-4dcf-93b6-6a54370046df": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "008eb350-4483-4dae-990e-bba0ad72eb4a": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "7d84f068-d478-4850-b5f7-7537f6969aea": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2ed2043d-5c66-487a-8c9b-2bf105070814": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fb5ac622-970c-40d7-a313-8b3be75de4d8": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1a3affb4-6627-4314-bef9-485d6f8c7592": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "0f0c4624-a1af-48a6-b9c2-67023cccd929": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "09c3e959-f908-40ac-be8c-8bbf41102ddb": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "4ac40021-7112-4e3f-8603-6a646102f4dd": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d5727bf5-7747-4b34-8212-d83d0954e729": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "528b53bd-31ec-4c74-b7bd-577ffcfc2558": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "e6bd64e7-c76a-4cfb-9d73-c0bc2752eb0b": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3468cfa8-de26-405c-adaf-924c57d92ddc": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1834c587-8856-4edc-8f89-39efca08de18": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6e45c085-1178-4382-b16a-6282e99e854f": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "d15092fd-2e2a-4db6-a45c-cb55b55ab8d6": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "51e934a4-d681-4cd1-9a10-9b872fe41627": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "6d1ae29c-5590-47a1-b9e3-97565faa5c69": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5c4a742a-07b4-4d9d-9fd2-b053ee7c2762": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2f687102-38b0-49c5-962a-0208e23901ff": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8d5108b1-2f81-45ed-a945-58d5fc27c332": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "a991f5af-e76c-40a6-8bce-ae42367ed5f3": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c9f3c600-74bb-4be0-9711-cd9002cfddc8": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "f0704eaa-8dfd-4ab1-82ac-42c426721865": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5c921e19-8955-4ae6-a4f5-4acb2b207ce3": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "bd6d12ee-7180-47df-9ee1-5ad9431debb3": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "3b664bfb-95a2-4dcd-8748-3af9c90b592f": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "ecd32945-58d1-44bb-84c3-bc5561dc025a": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "175891ad-84aa-4caa-a675-3c8b5a97bef0": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f531f643-1143-45d6-b348-d72048b3d3b6": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "b50702a5-1cf4-4a78-ace3-0cc6598d4b5e": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c44ec71f-435f-4b7e-864e-937a1da08d9a": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "87f982b1-f503-493b-910c-2fd12714f2ce": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "43dccbc5-9a31-432a-be62-20d1ed29e964": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "916a70d0-a0fb-41b3-ab4c-14346371bdf4": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ffec11e8-0bad-4ffa-84bc-7f4b677e0c3a": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "14face6e-c39c-4e8c-b1d0-64d5114b563c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "13023e7e-8569-4e76-a3e8-e6492c43b3c1": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "452dacb8-9872-4bfa-9012-f8e16ea7359c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "59d9b09a-94ab-4f3e-b791-cfdff072734f": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "f03eafd6-5217-444f-ac15-72cd77a468f0": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "ece530ff-7aee-433e-bc30-29ea66f54dc5": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bc689c88-98b7-4ba5-8f21-5ac088dbae67": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "7438a722-8cd8-4c98-920a-04e33991c693": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "7057c22c-c350-4743-8d05-ca0f0d83db9e": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "d56a929a-f4ed-4170-ad95-fd6e236109e1": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "acd7753c-c5d4-42f8-b783-53ba47087a85": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "6eed14c5-acec-4395-88ff-81a47c6bb9d6": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b22c156d-af16-44c5-b8e4-8712f4856749": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f598e2ce-895b-4d50-9144-62cbfe516ffb": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "670f0983-c612-4b76-8a94-ebb9060ed8bf": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "db61495b-8c44-4b63-8002-49608fe613e0": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "85e53fdf-bbf5-41db-8936-a7d7a6f3e430": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "b27ebaa0-f086-478d-ae2b-cdec3be15cad": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "491fcb31-8df1-4dcb-96b6-8b682e334fd8": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "40a102d6-ac82-4dd9-ab82-84303203a78d": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "6f4cac21-f532-4aa3-b13b-b597778b3077": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "9c2b5716-905a-42e8-b49d-66b6b317bfca": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f5a124a1-5f0c-4942-aa99-1ecefb7c857b": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "da80bfa3-2545-4bd8-ae6d-99a025b9bf70": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "35954029-eb98-4b52-a9d4-be8f2defe2d0": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c4c9bb18-ef39-4130-99c6-d66296c3f663": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "7fe4903b-66e4-4135-b46c-11f067e07e6c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "61550e88-5738-4f64-930c-0be5c7492f19": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b7993354-3dfc-46bc-b1b9-1f1b4ddf4890": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7f9fb6c4-660b-44b9-a241-23112353b32b": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "06fff69f-e5bf-4e12-914f-32de231fa19c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4d35af75-c197-4337-8a82-f0a71d86f8c0": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "8cfab197-09f9-4be2-8fd3-5ccd3842c610": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a62eee4e-ae1f-4b78-af8c-b9b1f9579cb1": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "2a57e5f4-febf-437b-9b58-984080b405d2": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "77e8350b-92df-4697-bfb0-aa1bf15aa42c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8e8ad760-8c47-43a5-9164-12f6328506a8": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "89b082d9-05bb-4633-bd53-6604a02749e3": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b1466b0c-da2e-4806-b9ff-69f74b320d65": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "091fcc54-9eee-4bda-bbeb-248936c42675": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f7fc2ca1-9097-45a4-82ce-e48517c14988": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "76a5c947-7881-41a7-8e7e-64db970a11ee": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "37ba7723-8d89-4b98-86ab-afaeda52542d": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3f3e1bd1-514f-47a1-89b8-c2b6a34416a9": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "65e96b87-005e-4d53-9e13-d9c9cbdedb12": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "9230195a-ad8e-47f1-9195-4a913a461fe8": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "00a76286-99b3-4a30-9e09-ae0cdf35d665": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "c7475fae-dc33-4b0b-a967-6e4c67e3a26f": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5dd0c4f3-ccb1-4abc-9c0a-a2809fd2bc46": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "9c906c7f-d0bc-4614-9f15-7c4ef0edf062": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "c991d2bc-23bf-4a46-a48d-fe1cf534e136": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "48790cf0-1317-4364-ab81-abf8e2e26617": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6e7a71b6-298a-476e-92e9-cbbf976e46b6": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2c8e9267-155a-4b87-a601-3703305c2c2a": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "2560a682-b147-4cb4-8e9e-6e626fd9e5ab": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d5271c08-fd12-4fe8-a53c-f38dbe6aaf3c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "7e066ede-8821-4d31-8f1f-e805da5a9551": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7c977b4d-f549-4890-a532-14c4aa0ce3c8": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "668296c7-32cd-45f0-9c1f-8070a5548ae9": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "89153e8b-938b-4edb-8a85-f94aac73b87e": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "04952b74-4885-4fdb-863f-c1bb16ea3a1c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f9d74bf2-078e-479e-ae3e-a6bd78387b33": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "bd6927a7-b128-4ea7-9625-7a0abc769345": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "53e51818-023b-45ed-bbf0-693bc94c27a2": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "6e9b9864-ac35-444d-93ad-51b96868df72": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "d6b03813-b8a0-4c04-944f-4593243e89f3": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bd0d0e15-32a7-4f7e-86b6-5e1d1631852e": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6adbdf5e-a1d4-4cac-9e95-f222c9ec447c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f2ae312b-6576-4037-b3df-4ba1dae61f2b": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "cfa56fd5-5fe6-41c6-8266-a73446dcad79": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1c0ac4a6-6b90-4d40-bf2d-83a0d42565ac": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "5992b174-5d10-4f1d-b6ec-84d18ac800f6": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1ad2e473-30ac-437c-b2ec-63c716928a86": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5a410abf-28ce-4e79-a170-b658b445f5ba": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a966d0f9-f27c-43ac-8b80-89e16399cb87": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "babd97be-3d69-4a9b-a50a-3c9ad12ce974": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c8a17da7-225c-4680-b441-d84548a51d2c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "b2e7f796-ed54-4a66-811d-9fc7ec062fa8": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9bafda9d-5aba-4796-83f3-c97a08d321e7": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "22e7ee82-c2f4-4c59-9afa-4e33d2a77dff": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "db1d52ef-fe55-4315-a462-03308746aa5e": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "35b0a240-d822-47d5-8483-4ccf4cd31531": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4b776b4e-f8ad-40a7-97bc-f2ee5a631197": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "da110463-5b37-45b0-9189-a944131e9e49": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "6af4b323-99af-43dc-9810-a059d5d59abf": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6902e4fc-c8d0-422e-9800-0213d076bc44": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "d594808f-a381-40db-9b7f-cc1ee8a96fa0": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9fd0f379-d615-42de-98ee-d5b91936a065": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3a3ba8fc-9852-4c9e-9518-ba906693251c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7faf5296-ad05-4a9a-9e85-f3d18f5dcf95": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "20c0050e-6950-4d9a-b7e2-a64d53852f46": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "16e96474-a465-4f68-b219-16342c80a6b8": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "1863e8e0-22bc-4c58-b357-172ec4e98afa": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ed688083-77cd-4cbf-9449-2c6d2d7258e8": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "6a663290-4cf6-4799-858b-fbb39194f7ed": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "a77aff49-eded-4af6-8193-26d17cc10a7e": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b53ca902-f9d0-4c8c-bbd2-f1714a153ab7": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "509de8d6-f548-4586-a982-393bcfbbc838": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d092c8af-0993-4b66-9166-f1b4880b5e65": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "8f5b0c57-f326-4b61-8223-8fd057243154": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9f9826fe-088e-44ca-9047-b183608ed4bd": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "a5a1ca9c-ae13-4cae-96dc-3a2a911b0e6b": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "74cc19f6-ebc3-43b5-87a6-a46e1a0bd087": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8961712d-2b11-4b41-9001-6f79437a0444": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c6fecfa2-1cca-47e7-b617-996a4089f021": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "32c4ffac-fd1f-4c22-9276-114061282899": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "269270ff-3648-44f9-b890-482f9a3d95f7": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "5b6c8d1b-acd6-4185-b397-bd0d0ee36557": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5a5bd8b6-ca9a-4655-a0ed-c4372f2a7fda": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "6719ff21-e40f-46df-b10a-62d1518c3360": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "88bdee40-9d9e-4755-b241-1b2ddf5de378": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d88b357d-d382-4a82-98c5-ce4b803a10e7": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "fc5dff88-42ff-42a4-820c-b31cd48ae1ae": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "49d63b4c-62cc-406a-a579-ae8f6c62f774": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "487542ce-5443-45d2-ba89-7f2446a1360c": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ce474584-7791-435d-b4fc-fe70421292fc": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "965e027f-969c-46f9-9da1-a85b8780e26b": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4d44178c-6ede-4b4a-9dec-ad273ac8015d": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6486d580-6a3b-4c0c-bf11-8d4620e8a297": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d32093b0-9e8e-42d2-9d22-e905d724fb34": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "98f17d4a-e61a-4123-b89c-d29c1a049776": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4965ce4e-47cc-4b90-928e-fae7e466395d": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "58375ffa-ef08-41ab-9ba2-de9d61ae3542": { + "plaintext": "small", + "algorithm": "0078", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "255df58e-e0d6-4ae7-8beb-82ebfa2768fd": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "7b5bfc89-ea77-43c2-a612-c136c601e05a": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "d510303f-6f0d-4685-b42c-2fb17244305e": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "98582e14-9662-44e9-976a-9e92cdd8e053": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "dd0cb60e-6246-47f9-b01d-81e4b92d0572": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8e7ecee1-0082-411e-994d-a74ba1cc5d39": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "6349adea-4900-43af-a195-af863e119066": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1f8fd7ac-d8cc-4c0d-badd-8b637f8c8956": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "ede4cb9f-6ccd-45f8-b4ab-b7a2f1b0128f": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6f76c378-6fe8-4367-adc9-bb05fb4fe79e": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6e82df3c-38d7-419c-bb29-a59bc61138fe": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "623259f4-e6ab-43c9-9754-442d3099e9b1": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "70ef3e8c-001c-4b39-b7c5-d69cd6f21acb": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "247a67e4-3408-4db4-a888-f9f70435bd1d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "b796bf08-758b-44b6-b6d2-29483932d8f2": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d37318c4-0b9e-4bf1-a480-bc3eddfaee04": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "6c0efdca-6ee1-4370-93d0-093bc098359a": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "e3bfd30d-a6bb-418c-b417-717553ec5d42": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bb3afa4b-a801-4a20-916c-c8e2a7e5f53d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f608a168-92c4-4c23-9d75-3f4f7ad777f9": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "98394fc0-3b41-4055-abcb-67b90351460a": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "6d703515-0847-4656-8571-e5267f5f2756": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "be6ec9be-5246-4eec-9b92-aaed8ab87f52": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "5a12dbdf-dd44-496f-99ff-f2f30f4c99f7": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "251912cd-43a0-4056-8fe3-3509aee7c9fd": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c8235c12-5f05-4d30-b797-b97bab6d2f55": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ad0b2266-adb9-4ee3-b940-03b5de17f6c9": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "a0c1642e-c91c-4670-aa31-37013707cf0c": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "441dc3b6-7723-4aa2-a62a-434f3657b73b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "ec014689-809c-41e6-abe6-43e5d01c7bec": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bd54b1e1-22aa-495e-b41d-f5bb92e40ee6": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "e110fc62-b5bc-4aea-962f-683096ca4e54": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "3d1f5127-0fa0-4237-a2bd-d7f58f548db8": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "812a05a3-bcc4-40fc-a14f-f7516458f35e": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d305cb92-4418-43a8-a1ad-7b591b9a5a24": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "eb7ba30f-888e-4fa0-8a17-365e0bdc5ab0": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "625a9cd0-f353-4158-8e38-c4f20aca0411": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "104cb3bd-c94d-427e-9717-6c6adc17eee6": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "face6a55-13f9-4c08-88ef-6066b108d9e5": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "68ee8cb0-4024-44bc-b90b-4bae0542e1a8": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f9e8eecb-a170-4307-a27a-fc00b8205633": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3a582758-7807-4e5e-ba65-a8152394bf45": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "60671314-8a86-4608-b659-ee97af01127b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c6d46905-cddb-4da8-b0fc-0d892b9d7cda": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "27d6119c-3cc8-4419-8d88-bdee78fdfb00": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "343cb9f2-b213-40c9-b2c6-1c75c42dcced": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "790e3528-8dd7-43c9-be6a-e8cc0ddc00b4": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "e859bf03-e109-4fe3-8330-5a8114452473": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3d50b8ed-6651-423e-9d4f-79b18b170b4f": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8567d971-7d07-41cf-8cf6-7cb62d529fa8": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4f05571c-1e1e-49df-9a06-ded528b545fe": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "b23a2d1d-7427-4e41-81f5-79c043a7c54b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6df2c734-92a9-4028-823f-6f9bb08e880b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "76f92df1-4cd0-4a99-8d35-e67ce8705f87": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4d95cfd5-c8aa-4389-a460-24fb4c78d92d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bd5f3a04-66f0-4a82-971a-a0682241c1cb": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ffc1c37c-95df-422a-a796-b3ab3036b62d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "d289e02a-7513-4eef-afa7-26f05787540d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "03a416b4-f263-4a49-a234-f2870bcb83a8": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "f95c2ace-919e-48dd-b02e-aa73800eee7d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8473c590-05a4-4e6a-a63e-68db422d1020": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "c4f99747-6a1a-4f16-8507-8af4c59c5e16": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "168040f3-f7a1-415f-9121-7321e66f6cc9": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "eea987b5-a519-4981-9d3f-1c08cc4c4d10": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "523ae04e-7a2e-4343-bcd1-4b813260c0b1": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e389943d-1762-403d-b925-a6aa07fcdaf1": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "2f318344-9e0e-40f3-a5f7-32d26a4c4666": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2cc7c124-3de3-4c6d-a48f-34444a25011c": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "fcdc806f-4626-48eb-924c-a3bf69d75297": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4ec5ec44-8039-4d0a-a098-7bac9bd4c7de": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b5d57e97-eacd-4cf7-9602-ddaae1f9be61": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5561d566-9e38-4f30-929f-801264bc6f3a": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "43174131-e269-4ece-8d68-c62bb3890e15": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "91300fbe-64e6-419a-8a82-78314e55f723": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "321cc42d-52ae-4277-8bdf-2bfcd23fbeb5": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "009f25a3-2aae-46c8-82a7-2d8e6247a1b2": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "55c26903-3d1f-4a04-96b3-496059225ffa": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "2299446c-2d08-4a90-ac2b-fa45d03b75ae": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "5ea1d56b-5033-4d54-b4cd-eca059b501ea": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c06f590e-9914-4034-b19f-fb2aaa020ec3": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "796f4732-c20e-46da-8e50-9bd7d85e5ef2": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "89468d72-48db-4ab1-8ec5-991c9b2d1ed6": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6a377a49-0e5e-4020-bccb-c6176d829187": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "c8235c41-d04b-44fb-b5c1-929e4c4b06e2": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "afd1294b-1e6e-45af-9e6b-eeb815c81b55": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3d447b9f-63c0-4b7f-971e-914ac816a104": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "27723d5e-2725-4bc4-afc1-14118933cd23": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "289c21b0-dc8a-4348-b965-16b2230180b0": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8f131f5c-f88c-4419-9a46-9938257db5a8": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "199476a4-d3f5-4482-8b39-8b26abfb234f": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d6ebe335-57b6-4d07-9334-ad3e8347f8a1": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "d828197c-ae4e-4581-b07b-ae48ab3f2c80": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "fd099a98-9cad-40ef-9e59-780a4c1c5851": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "acfdc7d0-a9f5-40f1-a68a-649431ac39cf": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "17014368-e53e-4bc8-9ea5-dc18480054df": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a7a3e48a-0de9-4dd2-a4d7-43fd20c6dc5b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "e8115155-8497-4ca4-b49e-e50e384d7d27": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "15a861d1-5e85-44a1-9bef-aba3d79259d2": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "3758fef2-be32-4de8-86f7-cd2f22ee9e38": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cb4dd4ea-dc7c-4607-923e-8b5943513384": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f4255e64-3062-4667-9379-8fadcf168406": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "132963cd-3c8a-48ee-ad39-0080f652a1b8": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "06b4081b-5399-4e4d-9836-37138a70aaf6": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b068a0d7-b300-4275-a4b3-c0031dff7863": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "12bc053a-d9bc-4e83-a03f-f80a31127049": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "43835bf2-d328-46a2-a556-60d7cdd309be": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "4ed3ab6c-e42c-44cb-bbc6-be6fb654efb9": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "0ca6aa6c-3247-4ba5-9d9e-396a8ba7acfe": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d99516cc-5d6e-4db6-9a08-4216852703d6": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a0aef375-93b6-4796-972a-597eb930fe49": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a9089cbb-ec98-469e-8230-1bbe791c1c4b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "d6b44fea-8647-495c-8eb9-f1b6df61188b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "20d30d0e-1793-4559-88e9-7b6ca1fa2110": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "a764023c-6af8-4b13-b6bf-56bf83b39544": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f4d86dc0-085e-4d3d-9e33-10e8a47d6c8a": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b4dbb65c-d8d9-4af2-b26d-72e4b2ed6360": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e87039f1-b618-405d-bcbd-d5cc73f4ff43": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "551a7c8a-43ff-44f2-9c50-ae8207ab98df": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0d7c9496-279a-444e-bf68-e4735147a088": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "2ff4149f-448c-4905-bddf-e52518973507": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d11dfee0-f4f2-4aa8-a155-c0c3b85ac875": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "e4773e38-5745-4bd9-9a8f-2d8f514e1482": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "37c41bb2-f6b5-4516-b9a2-b34cae010fb2": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "243f2f7a-5067-4990-8ecf-387db1ee8746": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f4ec55c1-73db-4def-aa62-bb9e8b24cfee": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "30d6744d-c1de-4e89-aae1-0065bab4c1d6": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "5a49fc95-47b6-4f82-a88c-b2e3b331e427": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8dd98e29-371b-4a35-8386-e5c9c0727e3c": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "d4daa23f-8320-4af7-a2f4-2be388f4a7a0": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "653383b4-9812-4373-9521-b14fabc464e7": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9afbf691-4fba-4c77-9484-33146fba7487": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3a48c29c-baa3-4ce3-9509-c3d30ccd2aa2": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "6b318826-2760-4981-9869-43d7c430c988": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c3c6809a-b9ec-4933-b67a-c89b31807cdc": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "e95d16b4-e318-4f01-b606-35115b524af3": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1d94fa6f-0da7-4c13-9a20-488d05e9faaf": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "872621fa-11e6-4171-89f1-5d3cd98d4483": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "739e8cd9-8d67-45f9-824e-197fc621fe75": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b108435e-90fd-4abe-a307-a36003834994": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "64552c71-2dae-4428-9f54-0944b9a521f2": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "dcb390eb-b324-4789-bccd-8c1f0912ba55": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "bf8ed118-d4c8-4a3d-883f-9c97da78b7de": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b7d9effd-6920-4f4b-99e4-da56191d01d4": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "128f95f8-1a13-4e1f-a5b6-5d9a4916c826": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bb6c9eeb-8545-4879-b5ff-4ea3a07e6093": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f3446066-0f7a-428e-a5ee-7d7dc4a6735b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "eb05a742-a55e-4d1a-b6ce-446c49e4873a": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "b8c0800f-3769-4f58-8d36-3137cc9d0bbc": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fc2c4e63-f85c-46f3-98d5-0d01e27da018": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "c4629608-b2ac-4252-9aaf-9935c7374adc": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bec9fed9-0ef3-43e2-9b2d-194a2554546f": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "39c2ef18-fc80-4617-89c3-149fe0a62f09": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "77679f21-1cc0-4180-9187-ef1cf643c5b0": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "ea2e4551-476f-429f-a8a7-ae667013185f": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "00582fa1-a8e6-4881-b3ab-178b05689c0b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c440cb8e-2f17-4101-8643-7efc5ffd3aa7": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "98bdab1d-2801-424c-aeb4-744c63eb3843": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1052158c-3957-4b9d-87d5-a4e904f03b36": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "13412833-9859-4ac3-a696-bf502f6393f2": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b735635e-97aa-4119-86b1-147bccb6e750": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "adb93dce-00b7-4720-81df-b2745501407b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b0ec7660-30e7-455b-8a11-c4706629e9f3": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "243372c5-3318-4efc-a6af-671887852c83": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fd3e8719-2e8c-4b54-83d9-5033fd769cf3": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "f32b7ca0-0924-4ea4-a4a0-9c06e9166a8f": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d315c1d0-a02c-4513-b22d-2173ac1a1b78": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "0b13fa81-8f12-4559-954d-c82f5d9ea556": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "66d796d4-d483-4e28-9ab4-7a755a63725d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a95060a2-73bc-4d58-bca3-11d5821f2c51": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d70b3f6b-1f48-448e-89b4-13d0a8990a3a": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e70775a4-7b38-42cd-a1e1-1b003003901e": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "28bc19a9-e999-469d-b1b9-1097ce14c10d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7deb235b-e1a8-4cbc-8958-cfa1764cbe2e": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "e5a86345-15a9-4bef-9495-5bc4a7f17f65": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a1b7cc44-0639-4acc-b94a-81a0bc5f2d06": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "630d89b7-ec33-4f8c-8973-a5cb499ffc63": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0d32583e-1b20-46e9-bb2b-d714378d0d93": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "52dc663c-348d-431e-a8c2-6017acd5d1ca": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6d6418de-326a-4615-9ec0-b393b28a4e87": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "5ef616ab-235a-4746-8518-d6f87df6ca04": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e4480bf9-174b-4e0f-bd17-c3e606b25bee": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "f84c9cc4-c18f-4a84-ae1e-f37d46645237": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "6f73f422-8bd9-480e-8dca-19d52f7c8182": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8c14c096-7170-4ea4-9a7d-6eaf1db8ecf4": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1ca39c76-8dc1-43b7-b798-973ef83740ae": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "78daa9ce-3b31-443a-9af9-52572e07c644": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "5cd90329-fd3e-4561-8372-4325e18e238b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ef7062a5-eed5-4980-a297-94a9a1d24a6a": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "4ef3a8fd-fb13-43c3-b894-b962372fa104": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "68f414f9-a39d-44c3-9220-5e7d3ebf5e51": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9752fb75-3fb9-4349-a40a-9ed946b1d27b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3ecd3ee8-ac68-40f8-8c11-147f1bb61f6c": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "d88ce206-917b-4a6d-a1e7-976e335a02d4": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6c0985e1-21e6-441f-b52e-8e7568b12ea6": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "7db140ef-282f-405e-972d-55b917b0c42b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3e062ef2-1e3a-4029-9908-ed8183e21d44": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "a9835e12-90a3-431c-a52e-25248a561aee": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "9d719867-1e26-4813-b784-19bc9c6edfa8": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "911e59a0-2806-4e3e-950c-5bfb82893977": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b6b99053-914b-415a-838c-42cec7b79e81": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4b586fa6-fb27-4d7a-bb42-7aa28f186269": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "51e62136-6422-42b2-b770-106180a4afa9": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "28e14f06-cdec-443b-90a4-c10f50bb697e": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "c1f57cd0-9382-4def-b156-2ac54d89f222": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b7490f23-d9d7-45e6-9ae2-e3392801c7b5": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a961defb-87ad-4964-b521-f36e0547acab": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "881a7359-26f8-439b-8636-64c44b15e73a": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "1de1a8f5-8061-4e97-97cf-ddf239661c72": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "444af726-d3be-4dde-81d3-0f05e7792ae0": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "29d17fb9-fdc7-4973-b6fd-b91a6e349c6a": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e9629624-23c8-4d95-9718-47bd8a2148eb": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "2617a839-411a-43ae-ac26-ff1ae52eca89": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "fa5094f0-4397-4d85-913a-22d557a98c60": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "993e11b9-2dc5-44a3-b2f1-6e8196d5ad7d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "23c04df1-fc5b-49bd-8e36-790a7ab48bfc": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b2f57d43-4ae6-41ad-b10d-7f73d6a850f2": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "c55115f8-204f-40b9-b83c-e87db5022823": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "30d4267c-963e-4139-98bf-207656499673": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "a3856a32-3dee-4ca1-9523-5c5d425fd470": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a7d3fb8b-54e3-46a7-8366-1a86747aae41": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "121e6a84-22bb-4b6a-b467-3e86b81edf61": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "14d75822-7765-44be-925a-4c8380a1033d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "5275332a-ca05-43ef-beb1-a8f2b4427364": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "88d73d75-bbc1-406c-89e3-ccca28ae9162": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "d059573f-9134-44ba-8efa-5501e29850d0": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c4041565-53cd-4345-a741-7fcc6d57f522": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "8e851a8d-e8eb-408f-b844-10496669bebc": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "93e6f172-6baf-49e2-bfcc-ac60cd60d343": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "7eebaebd-7bd2-424a-87b4-9ce491ad3a0a": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f7331897-426b-440c-9b39-4ab052d851ba": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "64956140-9e62-4d74-8d7a-12425e91f0d8": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "cd88b06b-b1f5-4708-a67b-b692476cac25": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e7012e0b-e114-4c16-b4a5-12eccc727184": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "b4599310-866d-4f93-9893-f5fe9bb9ed23": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "136f0e36-0871-496d-a591-cb9ee24fec82": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "402eaec4-c714-4baf-8f06-5d6aeb8a9f4e": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e53f9adf-029f-4a80-b3ea-b9d739ca5325": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "e84b095e-fb85-4e1d-aa98-b7c1016d8d29": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3127f62e-353b-422f-afa2-e477d03a50f0": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "1abc4660-baf0-48d4-917b-03eb008fd07f": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0d20bd0a-0f05-43a2-9d72-cbf0d7b43f2e": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "546aff62-14d2-42f8-92f8-e78cbb1673ba": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "8fb4c224-c883-41bd-b652-47c97d5c3647": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d3e5e28c-3769-4a56-a7aa-15abcb276092": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "59d3531b-6b50-4b19-8808-0165883718d6": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "83de7990-e85a-4ffb-baff-eaa123c86e8c": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "770d00b0-beb6-4c46-91d2-e972c6b3588d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c60dcbbe-813c-4854-969e-cbafc26e3cf2": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "415b65b2-6a42-4d77-99d8-45d99022cd09": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "38e9a6e0-8d9d-4a97-9a12-f225c5e09f33": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "628948d3-10ff-48ea-92ad-2b23a0382852": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d095309c-5e07-4266-a63b-9d55d32740c4": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "beabcec8-addb-4f93-84d7-0e6a765d4222": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "631344f9-65af-4e85-990c-62a419fe879d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "6253e1e7-a378-420a-bd8c-57f572712b98": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7d10246b-fca0-41d0-bae4-de9b1126b898": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "da47ae96-a361-4cc0-9390-5041fa247f48": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "4f57ffcd-f73e-40df-b30c-66d94be878db": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "05a68ec8-a83d-45e9-9924-98f2ef4d6a1d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e23d75fa-f67f-4023-b4ff-e4c5801deff3": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "af97cd3b-9430-485f-b71d-8f362e29786e": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "54106da0-acc4-4e1c-91a0-713d0c609a81": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1ef01cbe-370f-4ae6-a312-3f06691a955b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "fcda6e46-3f86-42a0-9b2b-7e29e2054a53": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b28d6463-f6e6-4f4a-a16e-e1aac641b1e6": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3885e4b8-11f0-4fe7-abe9-c6a906e8a114": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a4251249-2d92-4e12-885a-80a4ce3984d3": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "b455a025-0826-4563-9f17-170033de565b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4cf35840-758b-42b8-a6cb-e86161d4b185": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "4810c4cd-3084-4f78-bff8-15c955a8daf3": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "87671fa4-1619-424a-9308-d573522d1060": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "c4065692-771a-4d34-9e3a-050f11a9abd6": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "b1bc746d-fe78-45bf-8142-535953fe68e6": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b0b25ccd-8171-4fc2-a0d7-5bb1231251e9": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "9d82f686-6a20-4842-9145-7e1c1a504645": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4dbf2047-bf4d-4885-9c83-d290b8a5c439": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "a397c63b-07ae-49be-9e9b-bc3039850d0b": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ce91bfaf-4f85-4a04-83e4-8ef7a86720c3": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "953c51a8-dbf2-4035-91ec-6788676e69a4": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "13e326c3-add0-4703-a15b-88750da45cea": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a2c574b4-140c-4e13-9d36-849519d71c22": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e455c100-1f2c-4d80-81c9-1cde2e2d9c30": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "75ffe377-8f65-4051-8d0e-2391d2021d2f": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "58bf649b-1f64-432c-9523-66b2ec026958": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "a110dd12-534e-451a-ab0f-0a6372a6186e": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e104b5fe-4c17-4ce3-9bce-0d679529df40": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "785d6489-0e05-4910-a906-52a8962b45f8": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "56444676-978a-47a5-b7f5-610cdae8bcf2": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c26eba61-6a6b-4bfb-b4f3-54f498aea551": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "5ec81fee-6d4b-46ec-af76-47b13a7492ed": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "899c9e38-9068-4da8-b935-59e773db5dcf": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "9fc60219-28ca-4de0-8122-6dde3c652876": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e6375f12-5d65-40d8-8609-0b2dbb6c0f0d": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "7aa69eb9-87e5-452d-b05a-dff0d5c2c2ad": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "423d5950-1614-4fde-9bc6-c993a2419a02": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3c1efc7e-687f-4282-98b4-e152c6fdb8fb": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b45fc594-d799-4560-83b5-13f409f700a5": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "82bd3597-7ef5-4e03-ba35-6178f1f7ab35": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "dcbd476a-e408-416c-8312-c32b188712e8": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "e7ffcd79-7c1b-4d02-94df-9527eee7c5f8": { + "plaintext": "small", + "algorithm": "0114", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a23e43f9-331c-41e7-baba-89eb54bbc59a": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "65d808af-1bd6-4368-9a3c-14af471fa5f9": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "70342e93-2410-4d4d-bb7d-dbf41d056ceb": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a7e9bc8c-3783-473a-90fb-f80391f6a3de": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e4b4ce5e-647d-42f8-8e3b-ddd39b8aa79a": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "9442fbc1-84a8-4c08-ab77-1b8158c6ab9f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "ddd495f2-08fb-48b4-9da7-46898d0e528e": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "62cd172f-b9b6-4cb2-9b87-eca1dd53b9ff": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "56f430d7-0ecb-4bc2-a56e-d452f1df69cc": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "efd7ff86-eb23-4880-bf8c-4a9e97943f6c": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7bb1f2ca-c240-460c-b842-fd7f999fc52c": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6ee07ae6-415b-4944-924a-de678334846a": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "3cdde12f-019c-4d42-807b-2feacdab7035": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d467505f-d341-4cd7-b269-84b131fca630": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "b402f255-2b3a-4424-845f-f5caa0dca3d6": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "75af3d19-5cd4-444d-9bc2-91292163200b": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "2f9e837a-d92a-4ac6-a286-8a1ec43a1e14": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "b8efbc77-bcc0-461b-8a3a-68fc21aed417": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4510184a-2e84-4512-af74-50691b6f96b5": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3c7b4d44-c834-462b-a44b-3feb9532ae43": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "058b8bc5-99aa-4378-8bae-d7babf1a36ee": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "823b1fe1-ffc3-4000-8733-e6527fce3c6f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ac64d936-e8d2-4447-994f-087e81c2e862": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "6b609fec-6ea8-414f-99bb-f9fe3f414b67": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "668a25b8-bec3-44a6-9fce-1cdb724889fd": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "482eb4f7-a055-4a35-8fa1-7230be98d27a": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "12b306ac-1df9-47dd-9d35-8fe57cd820f6": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "b833109f-e88c-4640-ab1e-b6acc7efa94a": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d8075ee2-2500-4b2b-9529-2bf855dbc649": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "5e4dd452-2406-48d5-8a29-0ec6500dbb10": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a7e5d35d-6b9a-4a15-9b11-cef57224cab3": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "27890ee4-e03c-41e2-b177-2cb69171df5e": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "b2a365cd-3edb-41c6-bc8b-e3f56b404e36": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a2da3232-c532-4061-b84c-6fcc38160970": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "dfbde66f-02c5-41a0-8fbe-009514e1035c": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1d9df425-a9ed-4ecf-b163-1c08391cbde1": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "ce5ca5b2-e45a-44ce-8fde-0db31b7c7677": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2e794534-f4c4-4eb6-80a4-667e930f362f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "1294da9b-abc1-4e12-8226-cbcb9e380586": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fbf2f3ac-449d-4e03-af98-636a964819a9": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "41c4e484-4a86-49fd-bc54-e09cc09d422d": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6e088bdd-6de3-43a3-adb6-3c7345abbbd1": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "cf6fbeed-981c-4956-b428-bc1fe8760287": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "20589f37-c7cd-4edc-9031-ff14e5622deb": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "3221ca20-0f95-484e-8a6e-eac3ebf04223": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "359d7c75-77ef-4a36-90ad-03093b4e8d68": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "cdd4f62a-9139-4de4-9693-83548aa99e03": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "a55dd364-97d6-4cea-bd79-45d816d171b4": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c9bbda3a-7942-4714-abc0-343398d004f8": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1fe141af-6bb5-4f05-9197-e5723cac8510": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "13f77b55-344a-46a0-9a80-4f549c644f60": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "544bcf8d-f55a-4dbd-b477-ef6212cda6f4": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d3db6736-f6ed-4a4a-bccf-cfb2b0c4f468": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "1c84a681-cb21-4385-b3e8-95b4f43f7035": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "55150f64-5c69-4997-b451-1dcf926cf050": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3fac49e0-a44c-4f09-8550-70ddccdc3c20": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1acbe6de-f1b6-44a3-a165-914193145a11": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "21e3415f-797d-473e-97c1-6d93b11869f0": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a9b5e167-746c-4378-bde0-24a5d1120ff7": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "2d50aad7-2985-4e24-bcf6-c726413cff4d": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "315902a5-a637-4680-afa7-302265bbd52b": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "9940bcc8-a1c3-4d57-9dc1-1be4decac8bd": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "b53b181c-11d8-4187-aa7e-4cd246f73a19": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2072da30-3f1b-4b32-85d8-f049df966fdb": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "7688d849-963e-499f-9dae-47248da50dce": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "352798a1-0142-4c31-acfc-f0ad8073df9c": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "637dfbae-1fd2-4da1-b463-9aaba7edff5e": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5b755113-d5e8-4094-8389-148d5a776b3c": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "d84538c2-cebc-4cc9-98af-a6879d66a0d3": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2cd83e62-b39e-44cf-a2fc-bc248d567b5e": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "608070cd-6a72-497d-9b84-2b84d15737ad": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "54309b5a-aa2c-4eda-b7bf-7c3dc5c230e9": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "21d3eb17-380e-4c94-bed9-3e260191285c": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "86d578a9-1e36-4957-9279-3f76e00353dd": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "ddc1de70-811c-4b6c-9a71-2dd34cfe8205": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d9f5220f-dbd4-4ed0-a8e3-86d19981a889": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "f1f26863-2248-454a-964c-9e30609aecc3": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "95802676-e64d-40be-8f1f-bdfe927beeb3": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "680d759d-1ee8-4560-9d26-13d8056b93af": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "29403253-b8eb-4887-9ba1-a9aad3b4a47b": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f896b303-ccc9-4817-b270-9586ecdbf8f3": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "c7e46ee5-2ea5-4d1f-b757-35ccf81d689b": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1c78e642-3eee-41bf-9b6e-866219544c66": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "c4c79c7e-f54a-4476-bcd5-49c740df1f3f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "890e09f5-95c4-408e-9141-072f01b007f9": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "de2777b9-3928-46eb-b46c-2b545e17cfe3": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7b9d3728-ba5e-4744-804e-075f589bbca6": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "b6424fc8-57fd-4caa-82de-a054f6168c7c": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7fc90ffb-29dc-4ccf-8762-52278c703ef8": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "0a811c35-8fe5-4732-b656-030cbe30853e": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "dbd7b21b-8c8a-4eef-84d5-f7a4e8f53c3f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "92183dc7-84f3-46e6-b6d5-1edacb37434a": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "999059de-866d-4173-8d8d-b886e82568f0": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "da2c69d3-61f5-4aa7-9a68-548e6199c179": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b252ea43-df1e-4e98-8122-443d7967b182": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a05ee764-84c1-4a7a-bb6b-ead70d5a0068": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "bf05cdf9-c53d-41a0-bf87-4997c8942fc3": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "83de7809-9ca6-4402-bfd7-6f0980d3c9e7": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "cc3e9368-cbb9-4d04-b450-d9517f857446": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8e8d22b3-1977-4980-87a7-f0a2339adb2e": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "de1af4a2-3096-4390-8471-8c05d52a8a18": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0f2b4fb6-5856-41c7-8a18-185776c20f73": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "881046fb-c43c-4d1f-8c1a-7810ce4c0728": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3d889da9-1d61-4ccd-bf6c-8923f45adb5a": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "908466ff-b604-4af3-8339-e5f7c3cbaa5c": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f6b57234-9007-4cc9-b384-bf2645f7666d": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "9aac5f79-8c9b-457b-8d69-eb146afb4d93": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "ad775cec-fd75-41a2-af62-b203b0f14581": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "64f6d87e-57b8-43a1-88e8-960a84b05c24": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "42f81881-45b2-4be6-92de-b50b3c55482c": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f0e1d95b-6265-40ca-9148-82f0cb82f716": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "2400268c-6e39-4aa6-a781-1281a5b295a9": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6b74d88c-aa33-42b7-a3ad-3ef0f8c0168d": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "eb5259cb-cac9-4952-84d1-d8d6abde8a29": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "551b0463-e5d2-4b36-8049-6a4504ffb3eb": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f1bfbb5a-6d31-4eab-b345-88ae26c53ecc": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ccc70f97-ab19-4220-96a4-f21b2c1ae7ee": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "62bb630f-11e6-4f3f-a900-932730cbdf78": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "83480710-8bf5-40d0-8d96-82601cbac546": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "da9ead1a-188f-4461-bccc-ac6953a9e2af": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8536c2ac-a278-4709-ab78-2a49bab3190a": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "96afe71c-80b3-46b3-a147-6384019c452a": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "df0a8961-b017-4f4f-89f6-d13124a7db35": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3efc0266-ef13-471a-bc38-7aec4856ac74": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "67c98206-0b55-4820-b0d3-ab68af6c9546": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "52cd744e-3a68-4512-b0ab-8d44b80ea8c1": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "a8c98611-f963-411e-9630-83b3c42355cf": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b12c5a4d-ea33-422f-89c1-6c054eb88275": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "592aa3da-0dd0-4028-8df1-9ba9633b9d41": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e832b616-ea9b-498b-bb02-aa22470dfd26": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4b556efd-0736-4e7e-9fd3-fbdf83bccaea": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "72eb3c8b-8c83-4d00-9646-33493c2ea8a4": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "878ad647-3b0e-4ea9-88ea-667f90248885": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7353e482-49f5-4456-9150-e83bdaaf7f57": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "25d62ba3-589d-4fb1-bf08-a685f640c304": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "81bc59c3-25b8-4a3a-9dbb-5c8694b44c14": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "9bb0a60e-b64e-411e-b8d2-296cba58916a": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "dc0cf971-9908-482b-bb99-6f4bffd024cc": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a4dd4b12-0a0d-4069-bacc-a612f7186b60": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "accdb8b8-b659-4fe5-9bb2-532f06831658": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3b7205f1-b602-446d-bb3c-2cbcf5fe312e": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "ef7ff50b-797f-4f7c-a50d-1529e74ac601": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "17ecb254-af52-42bd-b8d3-06d73a005f18": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "fc70064f-756e-4e6f-89d5-6d9663d476a2": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b51f8ede-8599-485b-a306-17cdbbde56fc": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "835c22c2-47b7-4034-ab60-5b09d3273f66": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "139d42ee-10a0-4078-9183-91161eb07cdb": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "81708544-f18e-4a79-bb1b-779e070a447b": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4b9a4341-4167-40a6-a1ee-586fb02cbead": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "6adc00ff-0d96-444b-b4f4-658d32c18773": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ead5a36e-5a27-46ac-a0c2-6a623e577b50": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "a82e870a-17b7-4d88-bd54-99579b0611b5": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "196b81c2-12b8-40b1-a41d-26f2b6d26e06": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "fe40843f-a1ff-4d53-9c5b-15c134b49fc1": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "67c49dbe-0bcb-4992-9df3-68d5a897d09e": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "98e9e91f-cc2c-4d1d-bebe-c31b5035a20c": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "a5598d14-b48a-42e1-85f3-f44764cc8b13": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c824424b-845f-4769-9fbe-2b58b8f50066": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "b9eb713f-6421-4047-8daf-01874d85ec02": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ffede0e8-4991-4736-9d2c-c282e30d4e86": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "eba5d1e3-f55f-446c-a597-dacc35bcea5f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "258b6924-25ee-4186-b403-4585a04af709": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "d4e53821-e3fd-4057-9628-2ed33e16ca87": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "050550a0-2e49-4009-9c46-8894dba5da71": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "65c0a84c-ae50-4294-b951-3c5ce5bdd803": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a2b58a34-b024-4bbf-b54f-ae00ecab12b1": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "decf380d-e91f-48e6-a40c-b9b16828377b": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "cfa86e05-4e8e-4775-96af-dcbd1b62e3ba": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "789f5d20-eebb-48aa-9b52-59953690c6a2": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d4d6d8d7-f952-4446-8f27-c2ac1826e458": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "88004559-5113-489f-9d97-0454b4767707": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "3bf082e6-3dc1-4c03-9381-9d01fca5bdfb": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "22b4adc8-89aa-4822-a0c4-106f86b5b655": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "ff060d45-7ef2-4a5f-8adc-89d0774950da": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f9646630-e653-4408-a66c-5993ceead525": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f3e37554-199e-41eb-a949-c3b572417001": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d7100c93-e0a7-48c6-aaab-5f3bcf3fb62f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "ec9aab61-da6a-4c27-b7cc-6f00e222d111": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ddcfb7f9-f81f-459d-8aa8-99f3d7e3d769": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "c60f8f3c-06d7-46bc-9821-8a9fa84e2fd5": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f0ceab10-3c46-4ec5-9848-8ebe87b877fc": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "2564786b-8e9c-43ea-a55e-7c5603070bdc": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "bb22a789-2669-4857-b118-e386f3f45592": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b9b59900-4bb6-41f1-8c7d-a5990f10c627": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "06d9be37-c893-4960-a88b-8c9771428bfa": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "18a75660-0b2b-43ca-ad3d-241307c29bf9": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "162af383-efdf-425a-9320-f6f009d6d63b": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6809ed3b-15fb-4b90-808b-3c238554323c": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "e94a7f7e-c8d1-4924-aead-c44c1c5bb3d1": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ade42208-5c54-4365-b5a9-f645adb9188a": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "93d69a4a-06b0-4c1f-9687-1c95bb5e8a82": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0be8cff3-7b56-4cfe-82fb-ae7ca7983c30": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "6bd2140e-9d5d-40ec-b00b-908035116fe8": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b88caf5d-9e7c-48ce-bcb3-9a467decc445": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "cbd1eec9-68a0-4731-ab52-21891eb0ec7a": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "34c9d44e-0c51-4f1d-8a12-9151e6da6994": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "98d28e16-f711-421a-b75d-edac90ec5776": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "1b2a73f5-be82-4cbb-8ec6-e462d5eae7fd": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6d3ab439-01f7-4a34-9686-680e4a3ff846": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "68049d4c-2d13-4cb3-87be-60fad1a5071f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "609d36bc-a5ea-4738-a3df-117b1ac23121": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "e92c70c0-89c5-48e0-875b-4c14d14259e8": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a4f8c742-b47f-4150-b693-7ddd65754401": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "94a1da19-61bb-4faa-932e-584533d8888f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c045479b-3c24-49ac-988a-6c54b1fd3f71": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f1d8fb87-9e5c-4aaf-b9f2-1d42b895d628": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "85042550-0a0c-49eb-a4c5-5e3d8f75602f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "1fde1376-72d7-49f6-82f8-83e1a507b45d": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "66125b89-c57f-485c-a52f-896a0dcc4bfb": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "21730c47-76fb-4355-ab24-7923c3a7202c": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0dfad946-07b1-462c-adb2-89122540a76b": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "c6f651c9-1ad1-4a5c-a65b-8087197e310e": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "39d976f2-7649-4102-bf0e-37df8c76c249": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3112459c-8ffd-4123-b731-d2d7fe418ed8": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "99e9bec9-7609-47c9-8960-35288e1cd50d": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "43cbb92b-17a2-4a98-a713-92c0e6008528": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "145d4a8c-c68c-4fba-aaa4-a4048a6f7c78": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bcf93c5b-6f9f-4641-a6d3-030b3410694d": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "c705d25a-7a4b-4e18-a4a0-e79378d65040": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4a143a96-1037-4f50-9507-9e9be86ef9f1": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "dea32116-2473-446e-ad46-c28e9c3c4927": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "14e4bfe8-8340-462f-acaa-92eb38948624": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "d39ef115-0c15-44be-a54e-01d44f7a9346": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b3684904-dde0-4a76-ba47-6d9a5641ec48": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "315c895e-38f5-4a6e-addc-6347566028a7": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "da0864c0-996e-46f9-ada8-1bfe7ceb6b14": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "541659a5-e89d-417b-8c4d-2f67c82dae25": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "f9cfbab4-4d74-4571-88db-27d1024be7d1": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4f6ec328-bc07-4b01-800b-093d1682e141": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3203cf6f-7fea-47e0-8c7a-51ae8ddda617": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "edf6a401-355e-45c7-8293-c3954d298b18": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "8fa943cd-198a-4128-b7e3-ec7417aa4cde": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0a1184cf-0223-4a69-b9f9-cc3db9ab736f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "f532ff7e-0a08-4260-8d7d-011402afcd36": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "139ee6c4-9ce0-4ba4-aa2d-15bd95dd989e": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ea460d26-bdf4-45a5-b756-f34e3d5cf6f2": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e3f85959-ad10-4e9e-aa99-61505b48838f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "92803ad0-9207-4d08-8790-5adbeb9b9683": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "df86f155-b8b3-41fd-8c4c-3568faee9f43": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "18282d13-d745-49da-8906-c982555b48b0": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bfe71572-5b73-479b-9ae6-f91b00c8cda7": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "3894d085-dd02-4bb2-b811-58df415302af": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "be5cb615-a0f0-4d8a-bc95-dcc9b4b7f67b": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8a25854e-dfaa-4a2d-9003-a6f25353794b": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "87d54fea-c322-4b52-8535-161a33fb4a9c": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1a4cc407-08e1-420e-8477-e06b918e1574": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "5692b83b-aeea-4101-a8f3-548b4c9c0506": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2e3fc82c-802a-41ca-9b4a-1ff7210b06b4": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "c1c49bbd-53ef-4574-88c8-e4268e0ceb65": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "78452a81-1a31-4501-b16f-be1df51fec72": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e5ee4c48-c0e5-4e50-8b01-9396d4972e1b": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e8fa2528-d00e-4d10-acae-20a0f2d707f4": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "1ab957ef-b46e-4524-8ea6-6c48954999e6": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "41ba4396-bd10-4597-a709-06c45757c333": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "f2ea46a4-839c-4552-aeb0-46f0f59a9ade": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3588db16-c65c-4f52-b607-af9bb0f95bc3": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "5ddbf47d-ecbc-4fd5-be29-58de11f30002": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "c50e6b07-b2f7-48d7-b234-e76df46fa4f1": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "05326f09-8606-469d-b76e-9bef898ecb6d": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "04ecf07d-0434-4cc6-bca3-e945c97933ec": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bf33f6c5-614b-4ec5-8964-682939e7a77b": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "9d360fc6-1d7d-4f5e-9d00-46b67bb61510": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1aecfa95-228e-44fa-b5ad-c3c84bb0e788": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "a02e159b-6f8a-4566-9d7f-e7861495e6e0": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e7090055-44be-4e84-b3cc-ce2f674145b4": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c28740bd-7365-4ddb-bb86-870675a8db40": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "757b60b2-2dc8-42c0-9d1f-479f26dc6fb3": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "c0488938-bf63-43d4-b011-7940af26fa07": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "df99f115-3728-49c9-bd57-df0dcee50832": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "1ad2d95a-e6b0-4ad6-a580-7355e3842e69": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "66d3aa0e-04e0-4943-918d-e95f0ea8a63f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "b58d529e-7acd-45bc-8f04-d7f1e16cdab0": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "32878ab8-5377-4330-83f5-610922d76a37": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "61d3bd1b-8db9-4223-96f3-b7dcaedc1acf": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "5704e6ba-1135-488a-8c5d-1d6427f4a045": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a2971981-7e2b-43d1-8226-53d6a9683196": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "4a42f74e-7b69-4d0a-bca5-6919dbea92b5": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ace57458-7a42-4f39-a81c-6ac7687721f0": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "8f728bb9-be41-4ed9-b892-4c0565ac6a3e": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "451da21b-a1cc-4dc3-b083-a4ac72af7aae": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d90866fb-45bf-49fe-8b87-31eebaff3a49": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "dcad64f4-85d2-4db3-a579-c078fccb8381": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "9e93a158-8b32-4ae3-a0be-27d8ef549b67": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e1eeee08-389c-4a35-8180-4bbae3a2aea1": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "5f8facc6-2af4-44ee-bea0-34027a13cb25": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "694d45b3-e016-4897-b882-0f4dfac300c6": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "3d91bf1b-20d4-475f-b760-968b13a10e3d": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "4dd439ee-1857-4a1a-bd25-5d1eb229786e": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f87938ba-d8bb-4af4-a515-cf4799b1aba4": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6403d01a-7bec-4288-9afb-b851e3a7b443": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e2ab2896-5164-492b-b30a-d7f1b85eef22": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "099b0988-e62d-481a-a6fd-2ef61c28c52f": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cdf186d1-344a-4ec3-87ec-0d6e16c84fd8": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "dfe14a3a-9c9c-4bbd-980a-314d58015daa": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fbfa63e5-5036-42c2-9e9f-17aa041ef915": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "531f6b49-9eba-4eec-95f1-186ab7a024f7": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "eb6cd0ce-3a7c-449a-a917-4c31db2d5fda": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "fca15179-1008-40fa-9878-054f91220101": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c9edc93b-f50c-4168-9d14-c5d4b0f8bae8": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "f53a0748-ade9-4393-bd02-41bd58c181ef": { + "plaintext": "small", + "algorithm": "0146", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "16629f0c-d7ef-4ded-85b1-0c045a581132": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "f83c3054-967a-48de-9790-5ce13ab0cb90": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "ebe4718a-0c13-44a5-a4ae-f93ab2704c72": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "820ac1ad-595d-477c-af6c-f099917cb4e4": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "13f43de4-03ee-4d71-babd-ef6dc542b95a": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "7015f927-bf94-4cbd-9408-1b6c7faceb0a": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "dcf16426-2056-42f6-bd3f-09a73776c43c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9da1a1ca-ab96-4a2c-8e82-3c1ef16815e3": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "5d3e9a93-e1f6-4980-b0da-90485c30b4a2": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "157bb3f9-8c93-4b17-a02e-b8d4f5f90c63": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "38cd5d8b-b62b-42ca-8721-7fb786b83dac": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ade3e964-dda6-49a5-a29c-1ee581e95faf": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "2e0a331d-ed67-47e0-882d-fc1d0e439f58": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "60b9a9cb-5ad2-4057-b3db-797c5ef11928": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "d69358e6-01fd-42df-881f-983f86f65287": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7f060841-8c85-4d49-88bd-d9c331bc5212": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "cac63816-909d-426b-9f6f-65f374e7e066": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "0069838a-a6f4-43be-adae-b833fdc2dd8a": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "774e93ff-2af9-4dd2-bf07-2274b6bd1781": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a7985caa-e689-4ca5-8d7e-dc0cc4da9c7c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "9935869f-e483-4bb5-afc5-e5d97813082e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "61e2aeef-38a6-41dd-a705-9b8a643f4a46": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cf9ed8cb-efed-4bcf-b753-3eb642f3a474": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "2abbc39f-315a-469b-a374-7f2b21c4250f": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c2495a53-bb8b-480a-a32d-fa5e2a954557": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "878cb261-ec65-4477-97ef-4b1cfb34e6a5": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "09c60d02-7936-4f0c-a10c-57bf21b33648": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "39ae1514-7d68-421e-bc7c-550c32863934": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "77b1b76e-72d8-4fc3-a836-0feedbd22d32": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "534580ef-2c22-407b-bbde-0090f6c0b660": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b1a5c36b-611a-4486-88d1-bf691e8d361c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "162066b0-6864-47ab-b2c7-88c252d9da34": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "ddead210-b9d1-48cb-81b0-1149cbada6d8": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6c42535d-0b82-400b-8225-d82fa4824c8e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6b88a16b-6f53-4435-9114-1a16cbfd9265": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "96cc7c62-8e23-437e-b787-09e2f03e935f": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "1dd19556-d567-4858-b2c5-2033efe2ab77": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a0d7f8a6-2892-4b32-82b0-0958819e7740": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "26244e9b-8778-4dc3-9ff7-d758ecc46344": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "17e4060d-f63f-42c7-b9fe-f8ce77cdd291": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7721ed49-5122-4934-9e0b-a42da7a5b0f7": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "20bf8e4e-e1bf-48ed-8784-42d6bea94c2f": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "5bf6c32e-6863-4ea9-9bdd-e073d8a7c8af": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b6d7d859-cde3-4017-84f1-96d497e119b0": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "604d42ab-b8a5-40ce-8aed-8d5dcc601fd3": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "aff06e21-a71e-4af4-9c69-9103c4fa4b03": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "18f61dfa-340c-433e-9689-6b15bdf7ed52": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "5ae82bdf-92dc-4e60-93e6-49038f8100cc": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0325787c-af37-47bc-b4be-8a81412d6a60": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "318b8608-f3bc-42e8-92a1-cde612f4e943": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "cf7d2785-80ff-48af-baac-186612481101": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "4c9b856b-70e2-4f36-91e8-abab4348e6c5": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "758f5429-2e62-4e8a-bb7f-3fecfeb6d0f2": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "e2691567-14b8-4f19-b8f7-87a4d35b11f0": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2245a5df-faa6-4f8c-b397-ff61716f5c9d": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6af3741a-2c01-4f58-8c56-dc86671a7093": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "57eed1c7-63ea-4897-b2c6-42e97ffc730c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "b43b797e-d750-41d3-8858-dec6372e30de": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "065dffc9-3704-4fa6-a0e8-d6742f7ccf0e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "132bc596-fb6e-4ef3-b74a-52cb5fd6fc44": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bf272c70-d0b1-4174-8ec2-4897d2220870": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "2116cce0-cc99-4ec5-869e-86ea9bfb83c0": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "a501a395-dfbe-4be4-bd87-358e30ae9dad": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "9916439c-33ce-4bfe-bd42-9a6b1b596667": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0ca89daf-bf95-4515-bb4f-976357ae85b3": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e078886b-ca42-409b-994e-3bf27b46f5d4": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "414e110e-bac6-44ef-a097-bb9c6771ab77": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "34beff79-ba79-42e5-80ae-599281d446bf": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "4da299c9-38b5-48a8-87e5-732e5918395d": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "00d065b4-f4ca-4557-9307-4437751ff3e4": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3aa7f7da-f09c-484a-a69a-040ec00c2d86": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "baccdb90-b74d-4054-834d-afde07a127e7": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "50f0a744-7172-466d-afbf-1fbca414213f": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b4a0d679-76b4-4089-aabc-baac2570a164": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "575647f9-596b-4a1c-97a7-42d6e5023404": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "daa4b59f-b137-40ad-aa46-9b1ff22f5b92": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "571e1c5b-05bd-446e-b5f7-b60044c50b67": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "87452f2e-6074-4c50-9ed2-0629af130925": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "35348fe6-b2e2-4fa0-b678-f04cdcc876cf": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bc98ad53-2ef5-4e34-b312-4dfe409bef19": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "86f5ef0e-61cf-4530-88d4-17c0e912d879": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "cf909c3e-65e7-440a-9377-4b535c3e821a": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "96ff6e85-8849-4bf2-b1bf-074536763519": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "d0005f8a-b4c8-43ed-a289-438f38b5ea0d": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b0317c6f-57e2-4bdd-8af1-3c95466d64de": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4bf3f6f1-a893-49f1-b2fe-dc0523a87e83": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "77eb208e-8b9e-4253-92f6-875a0472ce78": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "5bd1fc42-a720-469a-87c6-635f7d182df0": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c07a08db-f9e6-4987-8bda-11378c01f1e9": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "e0496a6c-b3f4-402f-8824-25830edd71b3": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2c687636-6d55-4f1d-9df7-55d8fd474d25": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "8d5a901e-2713-4b19-b000-55911c7f2a1e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "a7ddd491-9ac9-4f00-be4f-c494e7322cac": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "55016c40-605a-4fc6-bc74-ff60ce56dd2c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a0c85c37-7449-41bb-bb5c-d2900de6eb99": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "07399da6-7b8a-46c8-9526-da8249a5e4ed": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "66365e27-2c75-46b3-b7a5-58395c3449e2": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "354b1292-e74c-48b0-bd30-259f58fdd7ff": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "fc5046bc-6e7e-4ea3-bcfc-99dfe6be8563": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "214c2e14-2563-412b-a6ee-6a23af2f6160": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e03bf094-63aa-4719-a1fc-19dac2b6b44f": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6139560e-45f3-458f-8ea2-106cc145776f": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "8c41e66a-75bf-4875-b527-f663435b002c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2492ba44-68ee-43cc-ae0a-6740ebbaa842": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "09f14fe0-050f-439b-99ce-52039eb54bbe": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "74239e1c-972f-4adf-b029-578066779689": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "ed16f2fa-3506-48b5-a53e-736ee81dfcdd": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "14343291-6455-4a4e-8564-c3be6e68189e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c1628a36-a5ec-41bc-a4ed-adf791fd0382": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "432f6907-f43c-45e8-a1e0-7834cf9aa8bb": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "de8605a4-82e5-4649-933b-b36b045b83c1": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "dd844123-6984-4c7a-84fa-9095c346b03a": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "53f0a2c4-1214-4e1c-b521-1f76eb15dc81": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "b13ae1c6-9a5c-4767-ae64-1e9f0d34bd53": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "be15ffd9-119a-4eeb-b963-da5a9310757e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f4b51da1-7aa7-4875-b033-182443be8f53": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "55889413-32a6-4095-a9e3-1878fe4fff44": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "d791871e-5612-4fab-a6b1-4cb58bd14fe5": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f0f35a3b-e02e-44b5-8324-a01c2339c829": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "fd6c8d88-db1d-4e23-9002-db5b846a844b": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4d9dc20a-5727-4210-8935-b2f9dff15b9a": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "b6ebd1d4-5d05-49fe-ba77-1ec9c71249a4": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "87595653-db3e-431e-8a5d-059cca3c92a3": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8169dce0-a828-4ce7-8c5d-930652725744": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "283218b6-ba09-4e29-a2fd-ae63c4f1cd67": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1efc6303-1641-4f1f-b80f-c316bdc2f2e9": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "58665205-1ded-4be3-8557-a6722ffde877": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7bd5b80f-7f88-476a-a200-11c3350d901b": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "54fc8d23-c13e-4c91-96e5-4fdbdadfb890": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c56a652b-9823-4ac5-acdf-777f55e9ed45": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "73bb8b2e-45de-4594-b5de-1942086ac54d": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cccf3731-96ae-47a5-ad27-3392cd194ce7": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "3110a689-5596-4760-9b99-cd14704c3b1c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4b21e103-1987-4dec-825d-e80e644846e9": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "ce808363-2d50-4f7d-927e-4dae8cbab75c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ce2bf2ae-2832-446b-9a4c-9ef2ee425300": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "8fd4b43d-860e-440e-afc2-3d74c2536cb4": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "d9864444-2939-48db-81fe-7f15eb05dde0": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1f5208b2-76d1-4892-a92e-de1297fadd34": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d8bb55c0-591e-43b5-b63f-c1819174cd02": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "9375328a-9e0b-41b2-beea-6bc08f301daa": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "c45e4623-ef7f-437d-a8f0-a3a772efbea3": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9e60c61e-2e4b-4102-8be4-3ad3af152dfb": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "ade0940f-20ae-4708-80dd-91ecbad59991": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "18650842-8a20-4a63-acef-ff156b32ed9d": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9feb3eda-6c0a-46c6-8f59-b6a5eb4c6cb4": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a23b7e8f-104b-4ac1-a444-32ad26a678cd": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "cdfadf34-4cf3-4a2a-ad60-d236e7d27d0e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e4030df7-c6bf-4098-9f60-8af08f66acc2": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "7be3128a-a172-43fb-9429-14a99dbc2c72": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b223b40f-0489-4d4c-bea0-e0e590ca2fd0": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "d2e2b2f9-4343-487f-a57c-a5277b06fc6b": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "793b1e55-f9ec-47e1-b751-e4c106e2da48": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "02c5bff0-a4cf-4fad-b1e6-4acb83fa67dd": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "85702141-b7b2-48e1-b60f-28c299024aff": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b2978356-49fd-4f88-9aad-0998204d420e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "8660a9c6-2240-4992-8a54-5594bb15dc5b": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "12721434-cf32-47a8-ab3c-96d89928e3f8": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "5e119a8d-ee61-42e4-bb07-35b40f9a97f2": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b9f499f6-1945-4739-a072-61ceacc128c3": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0ed969c6-c690-490d-bfe7-764c71f3b591": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "be4404aa-1f5f-4731-a474-b7ec19e39239": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "5ac9e05d-2313-437c-a636-d7a5f2c1a233": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5c0fe5d7-3888-4ad1-8c33-2d1ca91c27cb": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "9e76bfb6-718f-4f47-9251-660d242e1f94": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9d152139-9ccc-4a6e-a634-fe8f5fa67529": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "7ca79a45-24d9-4773-ac37-503bffa2f345": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "31759047-0beb-4651-abc8-26d7f27f9393": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8a755859-ed35-411b-8c96-e906592d2640": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0d58f620-4d92-4bfc-85a5-a87840836096": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "ffae00ed-0340-4a58-ac4b-1d491f2897d7": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "39718e47-e6c9-4080-b6a2-d118dc016a99": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a8b3f6f9-3fb3-45f2-b625-40ebc3114ac6": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "58f2b3cc-4535-4acf-8070-4b61bbb8aa33": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f2e3491a-ef44-43c3-b317-6254ed631e7e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "064b4539-4cd0-43b4-8e26-296dd54c301e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f89d8dd7-3cef-4564-b795-1f8f53fc5b7e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "ccb211d1-4fbf-4b0d-9369-322fbebfb2a9": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "638dea93-002f-4381-8de7-a0ec1a8fd5bd": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "f0db8fc0-fda3-45d0-a113-93e1435f1bc1": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f3697926-bfe4-4c59-b585-674a38f4083c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "9fc8fcba-455f-474f-9ddf-8168af1f16fd": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "c5b67500-b634-4dea-9fe6-04bd529748d0": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2dc3c4e7-43c6-4574-9d7e-2a760d40de4b": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b6aeeb44-56b5-4c56-9176-ec52e4786112": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "48887f1d-4dc4-40c8-9657-a3f6e634783d": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "279e87e1-ea0b-4c17-ad4a-cb981ab5c476": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f3e46671-e293-4b4b-b754-5fedea8eaee2": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "172134cc-263e-4389-83c4-5339823733bc": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9bcab5da-8ec3-4fa4-adb2-806c66c643e5": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "230141ea-5d5b-4c9f-8bcf-5a060483ac87": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "edc1abb4-db44-4333-a03f-63e929ee151d": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "e3990395-7922-4f6a-b73b-28f43835491c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a36ad19b-d0ae-433a-af25-340d90354812": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "fdc8c841-c66d-422e-9962-defde93d8bf1": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "29fd64a4-9dbe-429a-aa28-598a32e6e377": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "d61abeda-2ace-40bf-8715-b7089db063d8": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "daba6745-d6f2-4d95-849f-30a24691bcaa": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "40d6f11e-7a49-4edb-a309-acc0bc6d9686": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "ac88627b-4206-44e4-8346-c6511e4d0d6e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "dd99b8ae-ef53-4f71-9c17-16c282f9ec51": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "01a46847-241d-4473-b90b-28effbb5544b": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0d826f0b-acb5-42da-931f-51b136e245fc": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "6ab7efac-8054-43c6-b841-94addb4d60ea": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fe62f4fb-0237-4b1f-97d3-94d3be787bd5": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "64cd8848-df65-4e54-b4ae-d745cb551d02": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8b7b4bfb-b957-4eec-a6b9-4cf49f7ca926": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "19c76301-8531-4411-9d0f-bb00880d386d": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9b6e0309-b844-4eaf-8388-5133a26938e6": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "7d76af89-e8ba-4c93-9abb-0d2bc259a5af": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "eef575eb-2614-455e-b7a9-6b55300c71a8": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "593c90f6-1f62-43f4-9a3f-b4338f9eb454": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "2dcde05b-a141-463a-837a-f3bd5ecfb72c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4ccba7be-3042-42f2-b2ce-9419bd6ef3cf": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6b7174e7-4f52-47a4-b058-7d99069fee41": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "26f1b5aa-6220-48ff-8dc8-91561c2d7d2f": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "21259282-9374-4a0e-9d06-d9e6512ba136": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7d66f885-76d7-4b8f-8640-98b230bc3fdc": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "60ea6f56-0798-4012-95d5-11e83a8461f8": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "200d12bb-3b76-434f-b381-7e5fc4ee6448": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cd047661-b4e2-4763-8b14-35c28de2b19d": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4baa9261-5bb6-46e5-ada2-57f0835a9882": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "06109e69-e5c7-4c0a-81cc-2bf0d8dccbd9": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5b2d261c-bba5-4067-852c-9e65f05e1b6c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "92b6958e-50e9-4b52-a493-7257f0c9761e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1a862c26-f002-4e5f-b86d-f20f1d0bf7ac": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "7ff979bb-1da4-477a-a42e-04d956421474": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "9d93427b-7099-4578-87cd-70d2f1cb4bbd": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "98220022-8959-4e25-99c9-df7e8a2f04c2": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0954e915-e7ab-4f51-bc40-c6c95b273200": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0ca0c7f5-2b35-4100-af24-7289c97308b3": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "eb19a1a3-92f1-4438-8ee8-8f6a843750f7": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e7bddf29-6816-4541-881b-87846697ea45": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "4b933ea0-150f-4a63-b825-e6e69db61f7c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4cf4eee2-f792-44c0-8832-e416dd681810": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c3428a4e-516f-4655-898f-c814364d1c6c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f3a0473c-97a9-44fa-9c7b-4c6e8abe5e9b": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "564d2310-d4fc-49db-b4a4-b8ecff480864": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1e36226c-e56c-48b4-86df-9ac925b35b9f": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "b133961a-438f-4e5c-bcad-dcd65cb96922": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a2ec4629-9405-4dab-b5c4-9d078b38b959": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "3ee886f8-d080-49df-be05-be8cff7ca215": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "c80324ce-b8b2-4413-82d9-e38f579de24f": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8c9d076e-cfb3-4b67-9d01-2600387a191a": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bc2ff982-9de1-41c5-84ac-86c4fed73d2b": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bc33c62a-59c9-4fe0-84c1-f2597c0c58e4": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "96e241d6-5eb0-4904-8f5a-10e5c5ce0e6c": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "721d552a-b1dd-421d-af15-b1de4a955535": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "a693ca9b-536b-4bd1-97b9-b98154f349ea": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6e7c9c6c-f908-4f2d-9b52-9633fce144a5": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "87a29ec8-dbbc-4d6e-9cbe-d3c7a2001df3": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f0d359fe-8231-417e-a9d5-7d30d367d294": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "315e2c68-4d05-47a8-8718-56d2ce6e51af": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bdc316f8-b95a-4407-8e70-23701641093a": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "0d9cc18a-e428-4b89-94d5-6f922f58ca0f": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2178ad66-7082-4cd8-8277-280f69583367": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "e57ece00-92d0-4deb-87c7-ca5480fef99e": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "b3a6c266-07c3-458c-a862-e483651782c6": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e896283b-300e-4749-8e9a-93c246f25e06": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "030ed153-8989-40c4-ad9a-e892bf6c06f0": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "aa447c3b-e879-48c5-a264-2bbf076d3a6a": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "0d798287-df0b-4ec9-aeee-db14d434ba60": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "21f3b868-f5d1-4c0d-94a4-efc191b33d41": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "cfb9ab8b-df83-4118-972f-81439490669d": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "32549df0-edbf-40d9-9d05-acf089b4b521": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cab31e7b-a4fe-4755-922d-1564b50bb186": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "997f3a30-67ba-4267-a5f8-020fae80e562": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "ce241902-ae1b-44bc-8beb-052a38e52cf6": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a62794ac-f704-42e5-be0d-c17dccc19ba8": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "4b72222d-afbe-425c-a048-0d2e2eaf6901": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "694c059c-56cc-48ef-9c94-e9e8f28d89a0": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "d79d2848-04b7-43cb-8695-45bf6b401c67": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "12afc5ac-6a33-4de5-a84a-483562f6e378": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "67a92702-758f-422b-a106-8f64c254caa8": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "16079953-cb61-4fd1-bafa-cf1dfcf76b03": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8689a3f8-d39c-4f6e-8132-b1810e6c09a6": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "7ecdaf79-7332-42d8-b548-bd5462bb226b": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7878c822-b317-4ec6-9ed5-cb73de7666cc": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "e9a4aa5b-94d4-4803-bb25-ddc66ef20729": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "16c94eee-784a-4e47-8837-e3e81aa1f9d9": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "13838d52-325d-4c4e-aa30-8fffff9c7d64": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "44ff3013-71a7-4a87-a51f-880f87a05b40": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "50db0b8b-4433-4ce3-b7d7-4ee0a2f45312": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a7fb0193-52b9-4bf1-b25d-26806c1ec022": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "ff2fc728-dd85-465f-904e-20a751979ed5": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e9eda689-a8ab-453c-a979-618badbb68de": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "cdf69416-7d3f-4bf7-9630-ec2e3aa76ab5": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "95f4aecb-cb06-4c87-b9f6-db134842163b": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8d027d91-c8c3-4a93-a425-e342ef7a3d2f": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2bcbd4c4-8799-47d2-83bf-b04397c49901": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0804ec3c-66d8-4694-9ffa-124b7211fd35": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "7ae0ea71-cdfc-4e8e-b832-06e5cc9efa4d": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5c359ec7-8478-47ce-b01e-dc0735fb9a89": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "4d8e07ea-0728-4b44-a2a5-044c6a6d0454": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "09123b2d-755b-4eb0-953b-a41409fcf7e1": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cafc2a4f-6e30-4212-bfc7-155226ff94f3": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "307bfd52-eb95-41f2-84c6-802921f3bc45": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "e75d08a2-e20e-4b7b-917e-f056f4ef94b1": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b3523449-c0e5-4393-a221-d87e2a170051": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "c752cc87-8844-4f85-b4ba-e97ba4936f0b": { + "plaintext": "small", + "algorithm": "0178", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "09271ee3-a740-4df5-9249-c6b3d7c7b821": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "9cfefca7-cbc2-40a5-87dd-9494e7843ff4": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "735cd91f-5083-49b7-8c57-9c64f6fe15e6": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e638857d-acdb-4726-8305-27ac89efbb07": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d8019413-4142-44d7-88f5-836fbccaed3f": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "9db61465-0f86-4609-8ca5-de7c29ad0ee3": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "802f0003-d450-41d3-95a9-86f0babbac04": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6d4332ec-2d35-4f97-9414-f5ecaca28e78": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "14adf266-2223-4a42-9a3e-9b9a6c0d8455": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "917a443b-745b-440a-9ac4-84cefee9af01": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "51267f08-6175-44a3-8c87-5b2c89586bfc": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a24c80c2-d2b3-4b7b-b1cf-7142336e38c7": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "20d59ba0-4070-48cd-a513-574d4157b9da": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "37f190a7-500b-4202-85b3-64936e83b216": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "9b573272-bdc6-41e0-a878-441c5293800e": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3d7b3127-b57c-45a9-b841-bb5bbb88ab60": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "4bb8ada6-90a8-4625-bfb1-18f0c35087c3": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "5ba60c8a-bbc5-4c18-ba62-b9b854c58c75": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d3fc5dd6-3dbb-4dad-8d76-a4f21246512c": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3ea4e3dd-4320-462a-9d20-2e23b1b7d85a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "da5f45f6-c465-442c-bd40-f9e4b5e935a4": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "87011471-1e3e-4f50-b964-0c9b4f9daea1": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d42ed466-34c8-4ef2-ab17-166065ed5ce5": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "53676295-775d-412d-8efd-ae87d16a8e7e": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6eef93ce-bd5b-4427-9934-f608fc86034a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cfddda27-8726-4ac7-a247-c74022c8f959": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "82ee8bd6-4434-4a63-b4a4-3b8818620391": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "dd33f170-fcd8-4335-8054-93581ea73eaa": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d5d7ad1f-f530-4cdc-9f54-2b30bf11762c": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "eb13d5ef-b91a-458f-90f1-02bda97422d7": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3f5e454d-41a2-42fb-8e8c-77f6656c5533": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "e580d137-89d1-4981-a645-d115c3118bdf": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "4abe8d0a-02bb-4f63-9d61-4f80056e2f85": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "99dc7df3-8229-40db-915f-c84bf2e0df6b": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1f95fdd9-3667-4ad5-98a4-dcd7e0a97ca8": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8db92289-1aa9-43ef-a093-3df581d2312e": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "704c2f0c-1325-45e9-89d7-b951868242e6": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5c080eb7-a2ed-40a5-ae08-43b685b09796": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "ee432783-a8b4-4bbd-91cb-6c1db48f380a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2c4aa903-c083-42d3-b866-abd0cc7a0573": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6e6c4ef8-64f1-4987-b0be-683ac3411ff0": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5fc42ca1-eead-45a2-8fc1-ac9c407e93bb": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "6316b4a3-e8f1-4622-b0fa-0a3d3b5aa2b5": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4d2858fc-75ac-4525-a925-606be35e59cd": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "9e8db8b8-b45a-4f45-9305-60879089511f": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "edeaeef8-dde2-42fb-b71d-629806f2c50e": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "fe4b9a66-f954-4d39-9ac3-e316a00a9085": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "2fcf3f78-26ab-4727-b4dd-4cd73f6a5227": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "17e7d44a-1bbd-422b-a37c-77ac66b53868": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "05af35f6-64a5-4367-82c2-8241aae47b1f": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c792700a-ebe5-4112-9de9-ab4afcde5a83": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "59a6ae6d-78cf-407d-b268-f01ce62de17c": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "625d0f01-ea22-4a24-b540-dbf4c281d789": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "46d76052-bea5-4ac7-9962-f8b62874be79": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "22d723b7-c8fb-4b95-975d-80c57ead02ff": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e4cedd79-c36c-4f1d-a129-ad83b83e1619": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1d01ff54-779a-4a9c-9386-67156e2046c5": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "85673a63-5ca3-49d2-8886-4228585208f9": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d2e0004b-e778-4906-99e1-ae26a0595600": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "dc0f4f46-2a6d-448c-9b49-35b1fdc5d1ed": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "640db17f-30ae-4824-a26a-fa30f85f5d0f": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "d346d29d-ec76-4290-91ff-dad855eea8d0": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "1ca7b28e-6820-447e-a300-9f9425ad9db7": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "71bd0705-a7e3-425b-8531-d667222863c0": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "9f577350-9264-4e5f-ae55-9289647c4018": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b0743135-8b97-4b9e-9ebe-dbff6d089fbe": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "4205df47-385d-4369-a86c-dc86d8747d57": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3ab367ee-93ea-4f9c-b385-4f94429fcefc": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "b038fb16-202e-4db3-b64c-9bf877fe18b7": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b3a5fdc4-d063-498e-beac-86cec848f487": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c516b41e-6a3a-43a4-b352-a67863a36ff7": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4904fd6a-774b-4526-8bbd-989246a23097": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "095afc21-a06a-4988-8533-cbbaeace0911": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bb519670-571a-436e-aa4f-71fe89b4db62": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "8f430117-eeb5-4bac-b54e-a9ec19c9aa6e": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b9395597-41c3-40de-b981-7112064a8142": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "e3466ee1-f142-403d-840f-1193ec434aa0": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "0c1941d7-2ad7-47df-8fae-d9b52e020929": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "24972f39-55be-4b8d-b06d-a9a494dc3744": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "de2cdbe3-c569-45b8-9cdb-474400685764": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e17ed7ee-5eb2-4447-a911-147a841fa5f4": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "1bbe8c51-baf9-4355-a660-70c9beebb751": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "dc16be1a-3989-49b2-9c1a-db420e4a88fa": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "29bb948a-fb06-4b2f-8270-6f9427a20c77": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "545a3839-5a09-4359-9139-4bb64e5c4502": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4ad22832-7bd4-4783-93d3-0e62f0fe0ed8": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "baae352a-2de0-4919-ae82-72c9c3bc93ad": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "d92e1bb7-6f8b-4288-887b-65fead9b8223": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "08f5fdd4-c6cc-438a-a780-bc1eac915c60": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "bc2c2a58-462f-41db-9f14-43c4c6a7bc1f": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "72e9ffa8-9bf4-466f-bbf3-1dfa9860a88b": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "6482569e-6ed9-46d1-80f1-d158054e2802": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "923c965b-5735-48f7-ab15-5bb97b8bedb4": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6d913404-1a19-4650-94c5-0162136815ae": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "cd9f5560-4358-4e30-9c51-92839d7c5502": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "28bd9cf0-431f-464c-a73d-bf7cffa5783a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "46346e3a-cce7-4015-897c-02f11578880a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "73ff3655-a002-4309-a065-5bbe5c673838": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "f91628c1-bf36-47b0-ac10-719f64e47c6b": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1e7c894c-0127-4d05-ad39-b94a9532a3bf": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "829e4783-1105-4485-a98d-efce722300a7": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "086de5f2-5e31-481c-8117-d2765582cc80": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "adca5170-d914-4dc9-a2bf-761c290f3559": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "20013a1c-a362-4542-b2b3-0ccbbf620c7d": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "6bec324c-e86e-4b83-a297-cfe7ca4f0d08": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1b05621f-92c4-48fb-b2c1-e9b544d44c72": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "fad7ee84-598f-4c25-8a57-931ce3497828": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "a99e731f-01da-4003-af84-f0d8b7ae8e50": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "7bd12cd2-f9ea-47a8-9ef0-fa2d038f4b5e": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "57b20486-862e-4359-a66c-56e4b210d736": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "5c849b6d-f1be-4a24-83a6-6e14479c509b": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "b981567d-fd72-4b48-925f-fe689b816abf": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d32782ee-3349-47f9-b619-86d4fbba5acc": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "77f2a6fb-29cc-4cea-8f17-c4c95d262229": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fe9514a8-cc68-4fa7-8016-3f596b3a2d38": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e6dc14d1-fc2a-40fd-8575-cd554ff69ce8": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "216c45f5-779b-423d-905b-c19334772556": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "0f127728-6c85-4d11-a248-0605d3c3253a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "94e06583-0f77-42a2-a0fc-6508d58e2ac2": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "cbec5795-aa95-4bf9-a4d4-b23985b6f928": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9e7405e1-b834-4928-83da-26a4b9ec2df8": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "e66b5d33-22b9-446d-9c39-eba7aeb96595": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "a5360d9a-46dc-4edf-96ad-2492c5830d8b": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "fd7fd3a2-aa9b-47d1-a30c-e66f6d05903a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2ebe3fc1-8946-47be-9e8c-484bb51be49c": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "9fc18bbf-82a8-4453-b9b9-5412c1c6e3a4": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "9c6e1127-af04-4e89-ad62-40fd124ebc37": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "216e1d21-d9a6-4dc5-bead-d0abced606ee": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "fe08bc29-e524-4032-9f08-6c54a13e9e6e": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f232ff64-4a50-477c-b7db-3ef3064f788a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4a560448-0f97-452f-a584-0b6edf8bc482": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6467974b-550b-460f-9971-fa49c6513580": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "81a602af-1852-436c-8705-f511331120bd": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "af760ded-f8f7-48d1-8565-324c4f0d4a7f": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "370687d9-152f-4954-b126-0391e58587e0": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6114fb79-9f4f-4758-b333-e10e1a2a9c5d": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "d12910d7-acb8-4165-9c0b-c2e7c1a391fd": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "e5d585bc-1851-4919-b4db-03c98335b003": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a6cd3d75-6bcd-40e7-b52c-d2f5819eab12": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "32edd7d7-eb93-460d-a44f-8639f261d412": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b97887f5-3ec8-42be-baa1-936f1a461862": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "8cac79a0-eef8-43ac-9073-8271d0dd6766": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "14f964f6-7f77-42c0-8934-e2eebc41820c": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "3ab6faca-a646-4afc-8943-f652c29cc605": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "74b3539b-57ad-45e7-a596-0c5b73a57a14": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2e04d983-ca16-4de3-8a29-b78afb15e8dc": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e86790b0-e0b9-4d13-bd22-055ef9ccaa95": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "849057d1-397c-4d2e-913c-9a834a2d2958": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "677a27ee-e679-471e-b75d-311e8f3744d1": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "3912ea4d-c9ff-44b0-a354-bcd28679e810": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1f5e352a-3134-4b6a-ad8b-abbe7d549f6d": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "7661aeb1-1c6b-4a8a-980a-a22bc77aec5f": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "a917c8ba-31b5-4ddc-9c86-b9eb4eeb8140": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b70e59ab-a014-4469-b37b-a3e9d0b35f55": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "016515b9-9626-4069-b8b8-2bf7dfdd6223": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6580c777-2f0b-439b-a451-3c080c470e0e": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "67cfbc43-edf3-4571-85a6-9aba50a43fe1": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3f87a61f-5492-4c23-a004-9e2f566f1ca6": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "bcb3345e-128b-4bc6-a45d-f8f89bb668b5": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "83d43a21-8cdc-4490-814e-57bc7029f0cd": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e19fdd3d-1e88-4242-bdb4-d0cf1c54ca66": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4c3c450f-5a2c-4203-a1bc-caf56f8c8939": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "0cc6c129-a5f1-462e-88c9-3b874744fa24": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f3c20baa-223e-4a23-9d72-8be52a1778c9": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "cb5dd84c-5c56-4db6-9a1e-08be60aa7994": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "892cac49-5beb-4752-b000-501e3fe095d8": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "2e7686f5-cdd8-4b76-8bc4-1b71fd962f81": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "d05ccfc8-4cbe-4ae0-b572-8b3a525f0595": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a7e9bad1-044c-4497-8ba0-883d1ffbb0dc": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b9838502-8561-498f-b164-ac45eb0cbafc": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "ced7c810-e6a8-4511-84c0-4a978f83ee6b": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "9dba77c1-c83f-4b79-bd02-138c30740fc3": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f9960333-25c4-4a1c-ab55-90fb84f8bc61": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "d3037fe7-d061-4d0d-961b-f5b2f85e35db": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4d2e259f-cc44-4b8e-a412-62bcf95fac52": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5e282d0e-24f2-4e0e-b33a-ed02210e7a20": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "975eb944-7481-4308-8ff8-2786096d8255": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "9d801e9e-7439-4da3-9dea-8a558e66c725": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5fe6011b-7a6f-4788-b8a1-be75b5968f65": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "4c697d36-e03f-4f64-8db5-c6f53248ea9a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "56285923-edf1-4bcf-9f64-1ee92230a333": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "1131e461-f15b-4968-8f19-6a286108d2a9": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "c4e9792b-b92d-4e2f-8d94-b52d348f880d": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "fb659f46-bacd-4af7-9626-3b3779f60f67": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4a7b707c-2efa-42cd-9c28-36d55c3cfb4a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6672e45b-abaf-43e9-8145-1efc9ab56429": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "fe027470-3236-411d-a6fb-13be951caa17": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2af704c0-0aa0-42d0-acf1-fef1a0f1eeb8": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "fe570f12-a7db-4f46-82bb-844446a26054": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4208667d-0af6-4a40-b1de-e2f6e36d6186": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fcdbff5d-668a-41c2-99c9-fcd244dfa21a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "46bcb3c6-aa38-46e2-be3b-de6426750942": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "13164077-007b-4131-81af-99c24c038c0f": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "271f79c5-9956-4b93-b76e-95eb276b6c05": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "07948ea1-67f1-4ebe-8f93-f14f898969a3": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "306cd3fd-51ed-4ec7-aad9-0ad93415d489": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "17c2fc98-c150-4976-bfc3-e0f7b84c17cf": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "72acca37-ace5-46f8-85d9-3a08f21d7712": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "40d04804-8a8d-46d3-873e-7680a9842bb8": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a88d9679-7c08-4b7f-adba-e382af0541e2": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "5934175e-d05d-4289-ac22-7eaca3722935": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "356c5847-5f1a-4c96-9981-1b5466adc031": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8ecf9fbf-ebab-4e2f-b2fd-655510335a21": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "fd14fe38-31cc-4dc7-962c-1405db5c510c": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "78be8c65-d80a-4b76-bf81-194090d7aebf": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5edcc49f-7acb-427e-a5a1-c87d71176061": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "554cfcf0-35bb-4a51-b104-512f6ab41dfc": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "b1015fe5-5499-4645-a1d6-c9010800f37b": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7ed22246-db94-4554-8a37-0c3dc9b5314a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "c44ae53c-65f6-4551-970b-0f12fe572f4f": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "264cdc81-802d-4ddd-b2b9-22192fbaebf4": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "6e5e44ff-41a4-46d6-bc64-586975030018": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "1f20ad2c-0bdd-478e-b257-312e261326b0": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "cb9dad97-fce2-4bd7-8c62-5dcc3d04f10a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f2863447-e882-4fb0-90fb-4caa8336a056": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1673fd83-9e23-440d-a74f-f0969e4ddc48": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "15af57ed-f78b-4780-a059-a9afc69abc31": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6ab628df-9220-4ab9-9894-328735214935": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "6f675226-1f31-4000-bc1c-847cfa29b494": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5b32cdae-45e9-49e7-a66f-f79d188a166e": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c9e86732-1df3-4387-b101-4ad37805ddbf": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "69051c61-a456-4b8d-aa4a-664808f08245": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "186976d7-4834-4ffb-90c3-76387505ffa9": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "19fbf38b-2d6d-44a8-b23b-6e05d2ad7d43": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "694a727c-e6da-4c9b-8711-d5c296015159": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7f498a1c-16c9-4a12-b13a-cc0120a5ab96": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "4d6204b6-3a36-4278-9806-28f4a2cd56d6": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "2cdd9112-bdce-4096-b3c8-8224970f09a2": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a2e21a5c-a347-45a2-8cac-1bf4e59cf67f": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1c4a29fd-1d7a-467c-bb48-cac203e86139": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "25c559f0-c8dd-40f6-a11f-0f04bc810a00": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "23172009-2187-4571-9b07-f2fe1de37a41": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ce21e1d3-23b0-4722-8716-3765c5556a13": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "794e3232-b0dc-4b1a-a61c-d683a66129a0": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b0785a5d-0795-4f3c-a889-647b9ef4a5b9": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f308bae2-3da8-4131-81d9-4217a4899543": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d281558b-5d0c-4ee8-b4f9-0bc2e032101c": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "10ed844f-caa2-433f-9f66-1f2657ee279d": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d34fd497-9c9f-4ab3-8b6f-e7ee79e3ac86": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "a0c365d2-f8d4-40ea-a01d-0469e1b92a19": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0190f0d5-0bf7-4288-aa27-69508c923c3a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "cabd2cdd-03a8-44f3-b647-705c9d736950": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "aabced3c-9c6b-42c1-836b-193e275ab876": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "31987d54-6c92-4cc1-bba4-3cc8ef81c0b9": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4ad9bedb-3ebf-4a7e-96c8-fb8d53af9e92": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a1efdd88-7634-4e12-a4fa-cfe0f548767f": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "2c76ef57-85b3-483c-ab63-f8119c67b032": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2deca4ea-02a5-4b3e-bff0-eff400edb2a5": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "2c2b3773-d565-4ca8-a5c8-e11f821cce5d": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e4a7f5d2-76f8-4b08-b2d5-51ced21bb6df": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3cf71378-06a8-4919-966b-8d237d5f59d9": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a45d1b3a-dac3-4a45-bdd7-f8fed6e88697": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "67527805-6a39-4f86-9326-46d585843e71": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "dbd9fd9c-1810-4efa-b17c-3ee643f915f9": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "067e2b01-0638-4877-9334-54b2cec6c36a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4fe27386-57c1-419c-a1f8-674700d38a16": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "732544c3-8fbb-4221-9222-9dd6b1f9d9f7": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "e3c42b81-1e30-428b-ae4a-24bf376579d5": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0a298733-4853-4148-9b7f-638cbc480999": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d8e8faef-8c25-4b53-b78d-aea83f8e7de2": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "fe9f2ea2-dd2c-4c6c-89ef-cd3a6eb80671": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "d079e861-8905-4403-b93b-fbe7b7b5f0e6": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cd8b2398-7cbf-42bf-91a4-8d0f68a976df": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "5536208b-2223-4273-94af-b9a7bbec72b7": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "73d89717-aab2-420d-87a9-3c30c2890c53": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c91c03fc-fff2-439c-95a8-12c96a2b5e14": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9116b75b-af9e-4478-9675-c5ca4b8e1cf4": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "91a4d864-203e-4032-ac0d-4c03632c79a7": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a5258f2b-43f3-45c4-b9f1-cd131dd48308": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "bcb8fb6c-bc81-43ed-a31b-58fc14afa92d": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4bb39359-1297-41b3-8ff3-d01388d53cfa": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "ba7242c4-197f-456e-8808-fbdd08b7b338": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "7f9f1451-ac17-4d18-8e6e-e17e9eeb7c30": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2ebf0b60-1b30-4932-a63e-efd08a1b1284": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "df2d1d93-511d-4758-b638-66c0a4d66f76": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "baaa6f26-37d2-428d-9aaa-7f750a86603c": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "dc67bb18-dca5-473d-a640-52c9ea913e44": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9c69fa19-63ec-402d-918c-6b40a6ed5c10": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "dcde80e7-f3d2-4ecc-95bf-9366ef3db906": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c98a5fa9-e6a5-496d-b3c1-c017e71392dc": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "aacc2170-8726-4c3c-b246-2f3e11da210a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c1522ab8-2aa2-4538-a10c-ea35f11ab50a": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "1f3979d1-e31d-43fd-bf6a-a78598f27f0c": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d44d08bc-e910-4a1c-92e6-4df334493465": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "066375e2-9df2-4c02-8f81-6fb7d1a10ec3": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "508405d8-2fc6-4049-b03e-563c2ea61668": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "c7caf48f-53b1-4f06-b5de-c260d17b6766": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "f93d2949-4723-4b8a-bfbc-2340c28f0f1f": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "593824da-ddaf-4783-b9eb-0cc7768bcdd1": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "ab28d75a-f294-4340-af0a-c161e649129d": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4f2ad637-2311-4bcc-9991-997ea5441982": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "acc36f64-68d7-471d-a777-5db79b13e034": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "97e5055c-f16b-4da0-9f85-83249d8a6ee6": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "b69e0709-ee47-4b36-a5e6-36661b3fb243": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "69b89710-ba9b-4bda-84cd-9a57d7c12bdc": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b6079e31-c587-459c-a231-74b9497ab928": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "58d49f12-0cd4-48bb-8275-f41943e1606c": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "0a987caf-abcc-4085-8056-9ac58636a151": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "92389334-5174-4c94-9c46-5f58e942de53": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "5b331e41-a1a8-4397-a14f-24e954affa7f": { + "plaintext": "small", + "algorithm": "0214", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "740c9db6-a572-4148-814b-b4968cd9e5fe": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "19c93592-7e17-4462-8260-4de5ebc6912f": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "fe1b25b7-38bc-4a5a-aa17-d1b86d01e3cb": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6ec4a0a5-25d5-4571-8e49-ef865ce58b74": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "aea0f092-65b6-447e-9d06-05668f41244e": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6465ae9d-c4d9-4646-9cf7-7a2a0a7019b6": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "e870bced-3e1e-4d02-8166-212466b67ac7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4a46eda3-e671-4804-8e79-acce6b22d8c7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "d766f70c-798d-4bbc-854e-5d3faa96d955": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "13c56165-6002-4c2a-897f-60242e28eed7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7a54a92c-24c7-46f7-81af-ef95ecb748aa": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b8dac8ff-eeb9-44bc-821f-c1eff60e2eca": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "f18293cd-f709-414d-9db1-6dfac66e4373": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f6db9211-9cf7-458a-aaed-52e7877efba0": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "c429694c-7ae3-4ab5-853c-04bab84750f7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "22981179-429f-4e05-bec8-3c55f7f985c8": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "f788e852-817b-42e7-b4cc-5ac6028c5590": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "07ee4539-eeee-4f5d-9600-fda831d4a3ad": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e765956f-924d-4db7-9ade-044f4aa3c2d4": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d777476c-1f9b-4bc2-ac53-6b5d589f76ed": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "63ef7e9a-d322-458f-8efe-065daab9f0a7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "5e5846c1-6d4f-454a-bf9d-e1daae26dea3": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f6eceb32-d318-438a-826a-7d739a09d000": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "59f0dd6e-c3c9-41b4-926d-f7ca7bcc6dd4": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c096a970-f6d0-43a3-8f11-7d81007e7ea0": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0d4ab618-52ce-4d3a-b472-cca93692aad9": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d23012bc-2a78-484e-ad51-ad593edd3c01": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "7ea1ced0-8438-4e2c-97ac-b033e32f6d2a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "34ab8427-fbcc-499e-a3df-5df7f3e8bbac": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "fb56fe04-6202-49da-8f6c-a952a952f02f": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "23928ec6-9ed7-405b-be09-9365d1a824f6": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "5c1ed8ec-5dc4-4841-b6d1-b9f46934c1f2": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "34527a68-d9b1-46b5-9291-f761ae1d52b6": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f7b1078d-d1e5-4bea-add6-97dbc7efaba0": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c0155618-ad29-489f-bd1e-de6e1c1cf3a7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e4e69192-f246-4412-bbd0-45cda2c799c8": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "fafda51a-775d-4a8b-8b51-be5715ad4891": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "499cf713-45ff-456a-91ce-ce47b82c90fd": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "8218f642-78e2-4380-8492-3143ab8dc66a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7418f058-9093-47d5-9815-bb0614b36aad": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5c112e6e-2f04-477f-92ae-22af7ae33204": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3cc052e4-68e8-4cf5-aacb-c003bb579a9b": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "22afab0b-d024-4afb-9b88-49c0ae05a43f": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9f3f261f-e600-467f-8eca-6b7aeb3776da": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "5c9e97a2-b8eb-40a2-98a8-d90f931c1b8c": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "630cb669-34e3-485e-92ff-6786faa187cf": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "4fef1d05-2aed-4437-86bf-ec9a8e5833df": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "31093d88-b59b-40d7-9d86-f528abb7db00": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "fb2ea1ce-6108-43c0-b647-3b3341662bf3": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8fa33319-31a6-4174-8c0b-8043642f6d1f": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f716cb38-3df8-48c2-8cef-3744e7b78b6f": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "1b2ea20f-78d1-41bc-ad01-809310d52e41": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "075f64b5-cb15-4a9a-bbdf-ed20681ed687": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "5baaaccf-81f6-4c66-83c2-efdf60cf0eea": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fc729e0b-ff24-440d-a1f8-f2f18e44278a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "521ed9cf-e224-4754-90e4-daed2af58be5": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "861bfcf0-20b6-4ecd-9ff4-5d626d2718ea": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "12474bae-4978-4103-b3d5-eec0240454ad": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0fde8b88-48a7-45ca-916e-096c3d501514": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "401d9b2f-f2d0-4155-810d-87aba6ee7b89": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "95f34c32-b602-494d-958f-5f136c8937be": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "d35a9b0b-c433-4c08-ac2e-630a020a94f1": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "10255fb8-7602-4609-8431-60dab852949e": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "fa4fa0a0-88fd-4d46-a77c-aa71bec1658b": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bfda056d-a992-45de-8289-028237e0f158": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "176ab0a6-6bdd-4a39-96b0-ba0a577ebaa3": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "1523bc69-492d-4d88-8bb9-5c7cfe6f6b46": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3871f972-f0a0-4284-bd8c-0b8270cea3dd": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "6e4b76c4-9c0c-4c74-b35c-a7e1a4315922": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e97820b9-ac7d-4de9-af95-0ffeb2a98f46": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "89d5af75-c5be-480a-88d0-77dc22bd4121": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "14117963-cebf-48f2-9a60-bef6fd1149fb": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "b588188d-9c3a-40e9-93aa-868ae7a2eeac": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a278ae4e-63b9-49eb-9a95-dd2f4a91f4b3": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "c80ebb39-b748-488b-900a-f71ca820f67f": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5e179081-2551-4610-bd09-e6626a2e09da": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "9d6d4c86-fc39-4db2-934e-e68e4e374958": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "041f4fb8-6e2a-4b76-9a9c-a226769a37c0": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a338e339-5b88-45f7-a838-649f080c9684": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "22adc42f-f93a-4e68-8a07-733fed62845c": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "252fba75-4b41-4ca3-9530-257bc67a865a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "32777516-571f-4e97-9484-0648451e4172": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5585787b-2e66-42a8-b1bc-de046b4e89a0": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "4c3295f2-0bb3-4446-82d6-1c769c1a2ed5": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cf3a6791-1a26-4754-ab8e-3c1e9a1f6501": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f08718ec-1f8d-40e8-ab0b-eeb928390033": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fd2814ab-f790-4516-91c8-1f9c76c17019": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "83d68d0f-1133-4da1-8038-331f1b9ef66a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7a716f3f-39b6-409f-abad-0b9253fa6882": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "158ee417-68fa-4f6f-ac1d-26a7e16476f4": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "adfb345a-b481-497f-bd8e-e173ad6645a7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "5c65e610-7e3f-4256-b03c-f34f193db0cf": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "4300b413-8233-445a-94d7-13b2ea8d1ecf": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4ac29e27-12ae-4c39-b275-ab758124bbf1": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "917a4fef-3e29-478c-ab09-d6a9133f0b07": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "54bd6cf7-3be8-4da2-a008-bf7ac855a9a2": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "26495bc1-05de-4afa-b65c-9773dc4c13e8": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "be6c7bfb-ae0f-444d-ab96-ebff21c5c6a8": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "b43ab42f-1ec8-405b-9780-fb972d3f682c": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bc6d5e6e-bd88-4871-b8fa-4cbf62cab293": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3b878920-9cfe-4d23-8fd0-81e612bcc739": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fcc9182b-49c2-4d22-a623-06fa2d083f2c": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "812fe898-5354-4b51-8787-027fa0dc8ef8": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8a242002-93e3-491e-ab94-6c7b59fee53f": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "cca5dab8-5c78-4bc7-9961-41c7514365cd": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7f750e59-a465-49d0-a945-f07b406751c8": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "b8f264c0-cbb0-473f-a759-571e66ff0489": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "59e68f60-164e-432d-b69b-15d57e41510d": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d05d2dc9-9d1b-4853-bb4e-525a7baa49e9": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b8347385-1649-4166-8bd4-b6b8fa955b9e": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4f57da76-1d9a-4a6d-a20d-0204a7a7884a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "6603967c-2dfd-4bc2-bbd7-8e01699a8c57": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "94dc76c2-e418-448b-bd59-d2e654f15ce4": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "caeb2553-e52b-4cea-8c7f-009c1c2f8720": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cd4899b9-005c-4f5a-9141-7677da4311fb": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bcac0d7a-aef2-4079-9eff-57b4d0fd9988": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "464fb39a-012e-4ea0-be93-d2b72bbb4e19": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "eb90611d-6fbc-48d7-9ba1-0387b9a7fca4": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "28d77a49-ddfc-465f-9f50-02688821c526": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "c0185035-5556-4049-9a2d-7a1bb1f1c886": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "963e0e34-1fcc-436f-acb2-08b58c4dc9b1": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "10c5dbd4-b82f-48a1-b2fd-adad05848551": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "4c9b94e9-5934-4ca2-8551-c323c98fece3": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0f0d0d31-7e88-4222-8820-8292039a326c": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d12f5b35-7b7e-4660-a8d2-e581adc72e7a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "43975ce9-56a3-4393-be13-82db35a9fe43": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "5af35208-e11b-42d5-9dcd-6ddb80d9900f": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0d966935-8600-4c6c-965d-a73ba0d9cfb1": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "c046068f-0ff9-4cb9-b5de-b29c600684a3": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b0641726-130e-41fe-b278-fc788461c9e7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "363fa23c-f960-4863-939d-2b79291ae810": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d455d325-b745-4268-9c9d-d05a5822631b": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "b2e59103-71dd-4447-a5a9-8f22dc6d3038": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "911bc3a6-aa98-4736-9dde-c8bff16dab72": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "84ddbcbf-4f92-46c9-9cad-2d7a31c4bbd6": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "27a48aeb-96f8-457e-9465-df807e6e11a0": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "f6b0d26a-c02c-453a-8b42-99225b8fc06c": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "5e440637-5ee1-4665-a4f2-300223450402": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d0444aac-96b7-44ff-9488-0448f38e0e6a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "96212ead-859e-4469-903f-d4f465f70bf1": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a09c9a85-2e87-43e7-bac6-d8c261da15fc": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "9a79b06d-3011-4477-825a-2772f722b625": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b37dfdc5-3160-4ade-a7ee-82fa5e4145a4": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "9e9cb7af-8c09-4000-b3c1-ae0b858fb25a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "97acc519-3599-4d0b-9710-85ed50fd32a2": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f00821b5-0de0-46bd-9ab0-515d477c9947": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ed583c52-bfeb-4390-a4f2-868929306b23": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "85c5101c-19b7-4719-88a2-e41b6e6a436c": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "491cb0e0-e478-4f24-8366-1a150da85347": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "a1227cb3-8d5f-4d0e-a007-9e6e2ebbe59e": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1a110c69-4c74-44a0-b6b1-ea53be8ff516": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "54c39528-c132-4592-acd9-391bade72091": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "2d25eabe-8661-4b54-b3be-584787f307e4": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e2e098ac-f1b0-45bc-a14c-527fc218f644": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "98a61152-a9cf-4dd5-ac46-635ea69c61d6": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0bd445f1-3a6a-4a55-a206-98b5a1469c8c": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "0542d52b-a51a-4d61-ac91-b7a745cac716": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7f9ae59e-426d-4c2a-b09d-174de8bcb57c": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "5f743c6a-7d44-4043-b6cb-21efb2a15312": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fc773cf9-cd88-432d-abbb-b6fda1ba19b4": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "451e91ca-2718-44f7-b930-1bb0b6768dad": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4de07d50-782f-4677-b920-8da2cc8d39e5": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "f065e829-dac1-40d1-a439-04eaa6a6d73d": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e4e488d9-06d4-483e-8aa9-42e4a5bb1ad7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "024468a4-c336-4c34-bed9-275f07991256": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3e1157e6-2f11-4784-a4c4-64bbbe8fc0e2": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "326fe589-d00d-4d8f-b049-eb22eaa42c0b": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "b0293a4c-cb09-4073-a25f-a314c7d00f7f": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8047e170-728b-4ca5-9225-d2711c6661c9": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0c1765d4-5480-4663-b85f-aa925e1820f5": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d9e22f85-f2b7-4911-ac24-98cce2ee5f19": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "2277b3cb-7b0b-4b6e-bc55-c48ae7aba276": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "da356f1c-3b43-4edb-8118-7164551edd62": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "7e5364e6-132d-4b9a-b0e2-1dabf678a2ce": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7cbb537e-4eee-4189-a7d7-108e75a46d01": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "13af2930-6fc9-4e2e-8f7c-4cc27aa86883": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "62db9f05-9a49-4d6a-9e32-06960587ab47": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "85aa7f21-accb-4d68-bd01-7dc526e0b6d4": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b0a892fd-f9f0-4871-9905-440b84aaf621": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "d5fd4e4d-7967-4376-a6af-0e73354a75e8": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "992cd555-0794-4fe8-9919-17d2d9707ef6": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "de087fd7-a544-4c42-abd1-89464b2bb8f7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "4dd86520-3fc8-481b-b479-9c4ab6ed4c1f": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a5bfe37e-03d9-4e42-8cf0-2ece1d30f405": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "7cc1b4a8-f655-4a23-ace9-ec22045c300c": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "95a09fa4-5d91-4a32-a6d9-8aebb7e98028": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "a9f0bee2-5e42-4d88-922e-6503cebf5a50": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8c27670b-071b-4f94-8fd1-4849d1bb20c7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "210c5775-a0d3-44e3-b6a1-c980a2510452": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4655bc71-eef8-4aaf-ba0f-2df00a29c8bf": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "693e237b-cfc0-4f45-9500-342177775551": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ebb13638-df26-4021-a297-431da42f1f2d": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "bf73a137-b510-4370-b80b-1b7b5be6dd7a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7549d154-274e-434d-b5c7-b60be8da43b1": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "2e6b211a-2832-4df5-a077-adbc91c10f2b": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9c41e415-5153-4db0-8c2d-2cec69e5e859": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "c25d5c4e-d229-4687-a9f7-26c1b3d3a148": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "447c05dd-fc0a-4a6f-96d2-ee1439b62296": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bc4588ed-d13e-4d30-a629-0245714144eb": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "135eaa93-5a75-4fac-9f35-2be7bd558fd4": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "30aab281-825a-48ff-a573-b3e416f7c8ca": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "4397afbf-ed7b-460d-8102-290ed6fbcd36": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "70a87dda-0174-42d3-ac00-a5ba388b71ce": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "aac891a6-a9b2-4206-a5c2-cc2b8bcdc849": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d86c6dff-e8f4-4c8a-b0ed-fe839b56ca35": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8fb202bb-ccfb-4f0a-8959-93ddac442e5d": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "419476a8-f51e-4da9-9e71-59a0d7d1e328": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "85952e70-8b54-43ba-bafe-8c37ec984ef2": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "f1e6c374-8cbf-4ebe-bc5e-bf8bd67b2b83": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "60fdadb8-418b-455b-b513-8d1777aec40e": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a2a77831-9116-42c6-801e-cfbb8171646a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "2221a038-d08a-400a-8f9d-343b66f063fb": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "2aea58e8-a620-4f58-8254-61486d1eb7d0": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0bd21682-300d-4201-8110-c819f7b2fec7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "74119254-d6ed-46fb-88ad-1dfb5f739777": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "756e7a41-d4c3-47e6-990a-25d12f0f7883": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "2b19759c-faed-49b3-980e-ecd1cef91a4c": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "176b752a-1877-4c72-b707-4b117602cb7e": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "612a95ac-cbcf-4cfa-9734-56d5b889e677": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3a85e871-5ad5-4450-a8cd-734bdbcce604": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c62ebfcb-30a0-4873-a38e-7bdca0d0c31e": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c09311b5-f33c-4ec7-b0a7-775ecad4faaa": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "d08eaa39-b269-4f85-8da0-ff898d811e5b": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a13d5d61-e449-423f-be38-40b228c78c4d": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "f48e75a2-e537-4b0d-a2b2-6fcb4674a3ec": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "83a90158-2b5e-4884-a3a6-36ee04a9401d": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "c3d8070b-e253-4fc4-a827-82f90929a4b1": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "bc06b2fe-e8af-47fb-b23d-7e8d1bbeb5cc": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c5e932b9-b5fa-48bd-b663-2a0f32080c10": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "61cda07c-b75f-4857-a407-f69912a6d94e": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "064d6349-d10f-4521-911e-409e9422ea66": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "25a29ddb-9916-40d0-a340-1fda6b9453ae": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1742a906-c4bd-4d64-a1d3-fab5c986665d": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "58b24a69-4d93-4b35-9f4f-8d989ce8faa1": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bc382dc5-9d99-4911-9298-3a9f18bb38d7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ff979b90-2bef-4299-b0da-7eae9377c0de": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bb570734-e853-4722-9d96-ad30d7cf4c72": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "f5a78a89-b9da-47de-9827-67819066d195": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ffd488e1-f64f-40ef-8c5b-2fa50a8629cb": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "2f32a600-b981-4ec2-b1af-65545e22234d": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e41b01fc-7ec7-474c-8ad0-07a4fffbad01": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "bb0e2da8-eefb-4dae-8ba3-3b0816221e01": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "e0443344-4bd6-46e7-9d43-972c902dd9c8": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "7e3162c4-a50c-4a8d-8e37-088210d5be71": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2463a91f-9bc4-4c87-9454-fe243e1d4cd2": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d866ea20-daeb-41cc-a545-db30be4e7560": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "55a76664-0440-4f5e-b457-2cb2c67b1469": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ac9f0c41-9e04-44d6-9491-112e9abc6812": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "4edb48b8-a233-4628-83a2-22e07e487247": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bee75fd4-ab01-4989-b0be-6621a7c5e76a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9159963d-3fa6-41a0-9c9b-511a199b0ba1": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5f352d55-659e-4626-962f-cc99066bd17f": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "09a72602-89a7-4345-b8d3-0b8fae2f0584": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9f2ad3cf-9383-49c5-b7b1-73acdc9cb8a3": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "ef2f7431-1cac-4b95-8f67-768e1e3c59bb": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e00fcc87-818f-479c-b793-e35dea5455f7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "a407257c-9065-409a-9db6-c8d1912873e0": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "4a4bf2c6-7ea4-4748-9710-345f2d12adee": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e95842da-2ee7-4f28-a120-a59d79b7aaa1": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "598816b2-10b4-4d8d-a34c-1449f2c49742": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "3bb6db4d-cc4e-4fca-8d45-cdc01f3b7900": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "ab1296aa-a6aa-41e8-b8d6-f5c451787369": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a81c3005-361b-40d3-95ea-881ac4c26e53": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "e1f96407-5b03-4aac-af3c-0de4b1562e8f": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9cc31b95-c954-41c1-9245-74f65c142af5": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "587c8c7b-4d57-4192-8070-97855f70b229": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fe83f43e-ed0e-4ba7-971b-97ee840b59c4": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "732500ff-d5ba-44ce-bb58-2b3f0d95ef69": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a809a6ea-03e3-49bd-87f4-9797896a26f1": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "aaeedb51-2ed3-4d63-8e61-38a1b5f365d6": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "e53015c3-5c8c-4d21-a7eb-e7eac64b1548": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "a1f8bb34-03e9-46cb-904f-f648be517a4d": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "b9904082-095f-472a-9d27-cf2138e1be47": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "47c4b6c5-74a4-491d-ad7f-2343faa5133e": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "4e37c95b-f233-4452-97d8-3723a9e0b9e5": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "60d16768-cd02-4583-a556-0972bd6b270c": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "45f3066c-f47a-46b6-bfd8-d9d7dfecfe7c": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0d5220b6-0792-42b6-b2ca-f021db705d15": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "0e229023-6492-46da-9c3c-18eb8230deb2": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0b7ae29b-8625-488c-a3fe-516cb154d739": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "9cea1068-0de6-40b4-9d09-14a8ff93c3c7": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3a2551bf-3bcf-4da0-b2fd-67e47ee11db3": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "2f5c8ec7-7c68-4a78-9d07-67deaebfa8b2": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0045ba0d-728d-4048-80a7-1ca7429be759": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "39771339-81d6-47b6-8ed1-1b064649d24a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a13bd7cc-86b1-4bb5-b54a-330888c3af99": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "d17df78f-568d-4dd7-aa05-cc1df18378eb": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "f5981425-5db8-4903-a5c7-327df867aca3": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "30b20dad-e1e4-409a-bdcd-a62cc20640c2": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "786c3dc6-1cb9-4a19-94ab-250720ae50f9": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0a333b5b-4cca-4304-a528-47dcace84e27": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "f3a306c0-40cf-44fc-a3cc-8a8c99ea2043": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2fbe59da-b4fe-4aa5-b407-3545189a7898": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "58e4be33-33da-4b11-b251-b141dc5e7c33": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8d449adb-fe6a-42a5-a0b2-46f04214e364": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6ee36bc9-9483-48e4-b990-8c2790573629": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "006f5892-4cec-4b10-8d43-03ac16e21930": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "2f9e077c-89da-42c7-9236-7e5bd742f57a": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "d7e0a732-7ce8-4428-81f8-286bc58ee124": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "cfe3573e-3aea-452f-bff6-7d74e173ec7f": { + "plaintext": "small", + "algorithm": "0346", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7e12a27f-f08b-425d-9ef0-1f38fc3c463e": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "725d96cb-a1f0-48cb-9b42-f262d5f08831": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "46fd4a83-cebb-400c-aa62-0d9c737ab4e1": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "30d2ca8a-235f-4f90-a13b-5b2319585271": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2453634d-47bb-4512-9c86-f8c1c7ae088c": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "e6ae4153-3323-4222-af91-7c12e4f64635": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "338b10de-5450-4759-b4e2-aa705fd52a9e": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1fbbd8b7-abd0-43df-93b4-6e87887e2e56": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "9d52c31f-d186-4252-8bc3-16eccddaa0bc": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "142d50af-2a8c-4a6e-80b6-8ae39f0a0150": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "412c6a6c-fb85-4b65-8322-28cd12d30171": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "603ca850-bbb5-4712-9f5a-96a148649e23": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "20351b18-b864-4da3-8b80-99756127e60d": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "249abc67-2eb0-48dc-a8f2-1c96e2546b3c": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "a1a3ead0-9ae5-4167-ab3f-f835fd47611d": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b0cfdade-f2e0-44d2-aaaa-f305ef1262f3": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "7149f8e5-3328-4941-aa91-92a160def685": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "ba437b76-a4a4-424c-a7dc-d0a142c2625e": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "699fa713-0c89-49a8-9d98-4aab557cf6fa": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "529acb2f-a78a-4412-b3a1-d037d7487870": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bbb626d2-97fa-4944-b06b-3dc5409e3384": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "a9034292-64c8-4da3-b2ac-cbf8f22e0579": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "db8e4871-7622-449c-a459-fed3de30bb95": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "b022b634-7816-407d-ace2-7ff91498b3ac": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3be7b388-59d3-45b8-9f5b-d5a14d5a9e86": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1999c1fb-e762-4ae6-9422-49f7f7f71eea": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a3585ccc-1210-4b88-b627-4fa66284c072": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "b28b853e-7aa1-4843-80a3-bab65cb1af0c": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b2a59c38-2950-4551-91e9-d3ebd283a974": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "aa1d03ac-d888-483b-b660-083ba84d72a7": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3a7e6409-6076-4bc3-a5c1-c23d496b8cd8": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "c02ed2f9-c402-41d3-8555-d4c27be3f3b7": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "3ecd4819-181d-42e5-9b3f-066eb7fd93af": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "a47e702b-d754-430a-9b68-3a8ebaa0af50": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "db08a6fe-117d-49f4-955a-9f8c042ba0f0": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "0469f0cd-fcda-4c68-8edf-0840bfe230ea": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "eac0f6a2-4768-4329-9966-5b2e7b68be56": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b6111969-cd2d-451a-81f1-4898bfa738b5": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "4c29846e-57eb-452d-8397-a338f3eeae78": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "30b48971-cdcd-46e7-ae2a-d5b5e96f8d43": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "da7ca83b-4a73-4f61-9ed1-29f1a337487c": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "7e209d76-bd53-42f7-8b2f-7f365df49375": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "46bbb338-5a94-43c9-b35d-0b8f1c313771": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "2b099178-7fe3-4448-9728-0432c273bf9f": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "23d06fd3-f23f-4fec-abff-f38b0bae6dc9": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "da3e53c6-09f2-4e9a-b5eb-a855cdb4357a": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "94d277ec-38fb-4e2f-b067-b489f3316c14": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "1c7dad02-275f-44d3-9185-7945d7d95acc": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "215ff510-623a-4c5a-b56f-9c99249d4a15": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "27325dcc-33b9-405b-b6a3-87b7bb771ce2": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bf0b9e06-3e2e-4cec-a9bc-e9c4b6ae4bbc": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "e819975e-741c-4197-9f5a-54e4a172f77b": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "96017235-2563-44e6-8eca-da98930b97d1": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "79bc5535-799d-4466-9b5d-cb6d3fb4412f": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5808de77-ddc6-43af-81b1-1d0816ee377a": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "81e72e61-9b77-4f2e-b940-f6ddbb3025a5": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5f4ec341-4fdc-4e0f-bb83-03161b92df90": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "3a7b6b0a-0e41-4eb5-b628-0efb40dfd4fb": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "bbbcb01c-e7b8-4547-9520-617898c4364c": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "da9f14c4-09cd-48ba-b0de-7b362d772ee1": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 0, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "67b1cc2d-056c-485d-b625-73e542550945": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "9f566a2d-1457-4a4f-8451-4528af37399e": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "3ca5a8c2-5737-4fa5-95a2-c64b7416d1ea": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bd86d64a-de1d-4661-8ae9-9b1d632833f3": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b5e6eac8-4ddc-4289-bf88-92fc546178da": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "993ce5c5-02bd-4e12-963c-45c19ff1f640": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "d20b86d6-4c48-46b7-aa7b-8e8d3babe26d": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a8372743-ce41-4ab6-bca5-e7ca3e5b98fb": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "1f7cca5b-a177-4567-9f4a-e790b846dcf4": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "4a9886b0-e478-49f7-80e0-9b629e62f0d8": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1c134ac0-577f-4c0a-9933-e2ccd2d104bb": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8011153b-d453-4f3e-ab3f-02442ec08a92": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "fb472e5e-8535-4051-9901-27cb01040989": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fda9aa44-5174-4705-b0c0-28de504f2dec": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "5dbb69d9-ea5c-4ae8-9e42-54ca25228cb5": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "85bcbf3c-e5a6-4303-acbd-918375826d70": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "a9d22f91-c969-41c9-a9ee-da3b19b729b2": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "9664d023-4973-49bd-acea-bff8b558eb2b": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "511a19d9-f576-4a61-8130-fae5de6f3072": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "f6548b9b-c062-4987-ab14-65a637c3748d": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2e7dddaa-a11c-497d-b883-3851b85caff6": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "ef86f9b0-43ab-497a-a333-0c1ae9b20945": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "55f9ba09-4e25-46e2-b67b-163f1f693dbf": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "dce65a2c-1c44-4537-800c-7f39a0324c22": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "85662108-b9d9-4bbb-8fb2-d3ce72ec1df5": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "c2200f73-84bf-412f-9ad3-ec730037cd66": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "78054e97-a5ce-42c9-bb83-ef2546fde64a": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "db5b7430-ef48-42f6-9d0b-f09ccc8ea2e2": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "da2a1abd-12f5-452e-9911-0b38cffc5141": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "30a00bde-37b8-47ff-8e22-ec67e8f66a13": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "3be6274e-bdcd-4067-84c7-839c969e9224": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "542294c8-0667-409c-bec7-a27be3bb512b": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "9ccc3b2d-925a-4cbd-898b-d9a20d07ba4d": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "6b6d6600-a2d4-49e5-a3b7-d92044c83b3d": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "d3729465-8802-4058-b14d-8f3cc9eb633c": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "8aadffee-bdbd-4e55-aef6-a7baa41e071e": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "b4ce35e8-4116-4c9d-ad88-66be08ba76d3": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "cbbe85f2-48bb-4995-9922-0bc0a2c8b182": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "7da05228-c120-4f5a-9938-ed923933cd8e": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5cd84311-fe0c-40bb-a79e-f2c6343bab5f": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "6010568a-370d-4e29-bc40-d55497be9e2d": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "ead892de-a778-4e9d-8d94-6d741a5e0265": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "3c1dee3e-6d6b-430b-948b-25b8ebe69602": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "8574bf37-837a-4be7-8e8c-2ab31ec54f1d": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "643bda77-6202-4660-a0ce-a353803bf7fe": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "85ccdcfc-cde4-404b-b387-13023f22e5dc": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "3b2bf007-db91-4851-938d-57c2ea1632ce": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "06b27e97-493d-4515-a8ed-1bd925455683": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "db101e1a-0c83-4fd2-ba4e-4cd1b9f41da8": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "1305955c-65cc-4271-bcae-f1e6f847ce1b": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "80000cb6-250e-4b66-9d02-1c5c2896d98b": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "93aa0972-e846-45e6-b969-bfeeef0a7122": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "5e3fe58d-195d-4184-bdeb-caf000542e63": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "9815b494-77af-4d65-a8af-abe65b564dc7": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "382896e8-32c0-4fdc-9890-0079b47f185a": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "dbf956c3-b665-4935-aee1-ec1d256ad3d4": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "74258516-4307-4882-8bcc-78e43272c42e": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "e8e988d7-e039-4329-bcbc-de0899a7a952": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "1b7c11b3-a192-4e77-89f9-65518b5cadc5": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "d4963bf4-a19f-41b2-b170-67ef22df6112": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 512, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "a0b04627-509a-47f5-b6ce-b0f11cc525c4": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "20d905e9-6ec7-455f-b014-c4097d785266": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "61ec1a74-09eb-4222-8423-15da4ac2f94f": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "cc525ec0-76ba-4c3c-9eec-fc6a6f486190": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "fa38cb05-d058-4be0-ba41-4ab9d04669e2": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "bbcad015-5b5e-41c7-8c0c-1360980075aa": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "0c825aed-944b-475a-914a-7a8504c71cb8": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "16aa47e0-963f-4d1d-bc29-d739f234f2ff": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "bd330ed1-22a5-45a7-a626-747cb07e00a4": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0801a10c-41da-41b1-8cc5-2d6b9e9930f9": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "205dc950-7f91-48d9-a7fa-acb5b171c21e": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "26d41f79-4e77-4f6f-bf40-6631700cd377": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + } + ] + }, + "c8f2113d-ee84-4824-8fb9-2b77424718c2": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "b42c840e-4f9d-42a8-a189-507b16c6c728": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + } + ] + }, + "e24d2877-b74a-4b43-b702-e8f08e31a34d": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": {}, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "539f6516-c8a2-4547-9cab-0a32b600cac0": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + } + ] + }, + "e1ae81e8-599b-4d58-9901-c0e82732b899": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "aws-kms", + "key": "us-west-2-decryptable" + }, + { + "type": "aws-kms", + "key": "us-west-2-encrypt-only" + } + ] + }, + "c4051e37-5086-4adb-81ca-38d12c6b35e5": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "de2f88ad-088b-40db-acf0-18cef2ef6e86": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c342f439-b5cc-4cea-b0a6-1ec829ecc93f": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "378c861e-359b-46c4-8365-5e03af2f63f5": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + } + ] + }, + "2846f52a-b3b1-45bf-a000-dbc51d1b28bc": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "fc8b5ed6-de67-4343-b814-3aab56adfbc5": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + } + ] + }, + "7149a2ec-1b4b-46ef-82a7-4f5dd1ff8ac1": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" + }, + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" + } + ] + }, + "0bd41cd2-8cf1-4ca7-94f8-7d24343324ac": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "59123b4a-00f5-4cc1-9c44-099a07748c4c": { + "d32da256-d1b6-4b60-8e71-7e2112034be5": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 512, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "af77a049-cc97-4f21-80a4-38b3ca6bd5eb": { + "24b4b13d-49d4-4c9b-b134-9d6db85e5e5a": { "plaintext": "small", - "algorithm": "0178", + "algorithm": "0378", "frame-size": 4096, - "encryption-context": {}, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "9a3b1dc0-7dc1-4418-9b1b-a31905ab051e": { + "7adb9a3e-4713-494e-a312-239bb256cc95": { "plaintext": "small", - "algorithm": "0178", + "algorithm": "0378", "frame-size": 4096, - "encryption-context": {}, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "85d8d1ce-0479-4c7c-aec0-aa724c0929c1": { + "8121d89a-de0e-42bd-bfac-7831d8684f65": { "plaintext": "small", - "algorithm": "0178", + "algorithm": "0378", "frame-size": 4096, "encryption-context": { "key1": "val1", @@ -3556,14 +51247,18 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "c8dfd20a-4235-47e8-ae7b-134fc76dfb1f": { + "5e51e0cc-7b1c-42b0-8dbc-d9bb63175c5b": { "plaintext": "small", - "algorithm": "0178", + "algorithm": "0378", "frame-size": 4096, "encryption-context": { "key1": "val1", @@ -3571,18 +51266,26 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "11af9346-05b1-4865-b510-c070564a70a0": { + "b9809b99-4f60-414a-8844-f4089c0ec3a5": { "plaintext": "small", - "algorithm": "0178", + "algorithm": "0378", "frame-size": 4096, "encryption-context": { "key1": "val1", @@ -3595,9 +51298,9 @@ } ] }, - "e15c18da-e2d4-48c2-96ce-3d60d84dd190": { + "104e0c00-202a-41df-aea4-524f6ef63d1c": { "plaintext": "small", - "algorithm": "0178", + "algorithm": "0378", "frame-size": 4096, "encryption-context": { "key1": "val1", @@ -3614,205 +51317,292 @@ } ] }, - "dc9b0632-04b5-4aa4-a34a-ad45b9b2ac07": { + "894a5682-1980-440b-8c15-a29dc16938d2": { "plaintext": "small", - "algorithm": "0178", + "algorithm": "0378", "frame-size": 4096, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "bf5b45b8-3532-490e-ac45-8b30038adaa9": { + "a3b939e8-8892-4ff3-8858-64021f0d7058": { "plaintext": "small", - "algorithm": "0178", + "algorithm": "0378", "frame-size": 4096, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "ad1b4a7a-0621-421f-a6be-7f5f7aa17fe5": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "8b985a39-a2e1-4639-a496-dfe5a0d6c9e7": { + "6897a883-8e83-4ea4-861b-086e8abf625b": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 10240, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "58d41d2d-f46d-41a7-8158-20a142af266c": { + "93e5835e-e7cb-42ac-9ef5-e944721470f3": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 10240, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "3f18df0e-561c-4d7b-ba51-01122c822941": { + "6d59c0d0-bcb2-48de-877a-d362f8c200d5": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 10240, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "e9c9d512-f2ee-48b8-b267-edefe67f4520": { + "3138313d-5dc0-442d-ae1e-e05f54feda92": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 10240, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "396e873c-bb99-4745-9a07-5e414ef79cdb": { + "e337dfc8-8f28-4773-9d8a-3d9982e058e3": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 10240, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "442a94ac-4c51-4bd3-9cc1-96386f473902": { + "b8e64b29-7cba-411c-9908-ab1dec67a888": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 10240, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "4d962ac9-6d47-4e7b-a94d-5d4a1f0607c9": { + "7974ef43-25aa-43bf-91d9-f150ab69340d": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 10240, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "17b1ac6f-279d-4c2f-bd1d-c9f3304a9680": { + "656ee65e-3e82-41c5-9b25-1a45106ef3c4": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 10240, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "874225d5-837e-4666-83d2-89b130b7da64": { + "2f3a1c34-94f1-4266-a07a-b1f9b13c7675": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 20480, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "d21fb59b-1d93-4a0a-a206-968497e4cda3": { + "707bca33-c274-4d66-ac79-4f54da3d7232": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 20480, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "03d0b63a-fa72-4fe6-a0df-5376eb38e288": { + "f9b41398-b28b-4284-b671-63da860b55d0": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 20480, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -3821,13 +51611,13 @@ } ] }, - "b87d9dd7-f254-451d-87b1-8264fc7c2812": { + "dc34ecbd-eeb0-49ca-9bf0-338a5667101c": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 20480, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -3840,208 +51630,289 @@ } ] }, - "9f21fcd6-5f66-4bb5-a4fc-7cc0f7d3ca8e": { + "b39cfdfb-453f-4d46-b49f-5c096b2b6d08": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 20480, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "1dded6b2-cd10-4263-98ad-94b02087d187": { + "f660e4fc-a4aa-4ba1-9837-04ea36ff5888": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 20480, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "902ae138-7e4d-4aa5-ab55-a59112d26ce8": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "0b92e099-f422-40c4-b792-d326d08bbbfb": { + "bc3fe6ab-58b3-42df-a4bc-f29718952f2b": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 20480, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "4f969722-1430-4c02-89d4-3077335aecc7": { + "eaed4097-ad5a-4711-ac22-4d2efebebfbf": { "plaintext": "small", - "algorithm": "0178", - "frame-size": 20480, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "b8d0d764-948b-40e3-964b-10afac7be53a": { + "bd3f58c0-11f4-48f4-952a-3279ef56474b": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 0, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "bf48208d-9419-425e-88e9-ddc662d32b38": { + "4054e7d6-0187-4e62-9539-74ff480ce08b": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 0, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 4096, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "8cd2a97a-a2fc-47af-9f98-385150c48e02": { + "2c3354d1-9c6d-42c7-8f2c-df5aec7a9881": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 0, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "161482e2-4e84-4dec-be62-fab840922501": { + "333922ec-796e-4b65-b632-acd13f23dcbf": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 0, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "92ec3567-0c4c-460d-9a81-7a5d1c0a54ab": { + "44bebb8d-ef2d-423e-bc09-791fe6d00e89": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 0, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "3632f611-a4a8-41ea-9954-55cc425712a8": { + "6bc45c1e-0fc8-4933-81a8-618622a3e212": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 0, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "dd854abb-72a5-415f-8acd-af91fdfc80b4": { + "4d74f145-0722-4004-a3fb-62e29c1044e7": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 0, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "281b96fa-09f8-445f-a382-5dbfb3d2851f": { + "1acbc7fa-5fe6-43fe-81f3-de2bb3b6ae22": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 0, + "algorithm": "0378", + "frame-size": 4096, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "199db526-a7cf-43ab-b8bc-ba2aa306214f": { + "1edb9b4c-6076-41a8-8d81-62e8298bb352": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 512, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": {}, "master-keys": [ { @@ -4050,10 +51921,10 @@ } ] }, - "7a3702f5-1567-419e-b005-526db3a61999": { + "f690aa6c-41e7-46a4-a958-1d2e4ca3b9d7": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 512, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": {}, "master-keys": [ { @@ -4066,211 +51937,253 @@ } ] }, - "69dea12c-df19-4e9c-a1a9-94124d00c3c9": { + "2c268455-042e-4be0-8ab9-350fb2bea6f9": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "8f8ec7d7-f517-4cd8-abfb-e8f353dd4bab": { + "9685ff95-2f09-4f24-8ab2-d1d989d6dd8a": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "cfffdce1-aaea-4781-bdfa-af1dde13b37a": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": {}, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "33ae7e0d-9ce5-40af-bdae-914ced1d2ae2": { + "b71cc2a4-9d94-4058-b362-36a9a17dc080": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "46f79f7f-8916-4d8b-a716-8226530103af": { + "04724b0f-0c3c-4ae5-91f7-ec5543afe7e3": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "50d9b49c-9333-4201-870f-1a6b82b7b304": { + "0fc09f80-1a8c-491b-9aa7-391d0892c896": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "\u0000\u0001\u0002": " \"D" - }, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "c9762819-bf4f-4a57-ada3-f8ac7e7b54c5": { + "2d9d8dfe-9d39-4db5-bd32-b3fd5637de7a": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 512, - "encryption-context": { - "key1": "val1", - "\u0000\u0001\u0002": " \"D" - }, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "589a7f6f-92d0-4449-9518-8680e58b0337": { + "fc269239-dbbd-48a5-9ab6-c2970c3f5f6b": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 4096, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "b033758c-c2e2-4b19-914c-a2e408ed0c98": { + "3191b22a-41e6-4739-9f45-534fb2a71f91": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 4096, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "c26904be-b4e3-4235-943a-d56048dff192": { + "11243510-8401-46a1-b9b5-fc0ed929b36a": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "fbc9497e-8d47-476a-b0b4-62927a676e5d": { + "e6943be5-e47e-4917-8356-b99a1d2de2f3": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "ca466704-7413-4716-806e-bb045ff0e72a": { + "51b85dd3-48ad-48ab-8545-6b57c462234e": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "f6ebdb4a-70ca-4446-b1ca-fe5b557b70c2": { + "bf71cad3-0522-4cb6-ab1e-7fad12cb4189": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 4096, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "d431c0f5-5165-4662-9648-bd162230a319": { + "2253845b-9ded-4d6d-b192-8898034bb043": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 4096, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { @@ -4279,13 +52192,13 @@ } ] }, - "20ec310f-1e11-45ce-b29d-5d1096fa3c64": { + "58fb781c-ba6d-4747-8843-c565caf6b015": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 4096, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { @@ -4298,37 +52211,60 @@ } ] }, - "83af91e2-5da2-4b54-af8e-1d0de1ebca80": { + "c124824c-d5f8-4d8c-b625-4da9513250e2": { "plaintext": "small", - "algorithm": "0214", + "algorithm": "0378", "frame-size": 10240, - "encryption-context": {}, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "6ddb259d-bb73-41ca-a713-2d6aee6a870e": { + "5c93eb58-a973-4f50-af41-d0386709c206": { "plaintext": "small", - "algorithm": "0214", + "algorithm": "0378", "frame-size": 10240, - "encryption-context": {}, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "2847e831-d221-4b7b-bb75-85f37372d811": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "b2bf23b8-61a8-4809-b09b-2e6004ee5cff": { + "a62b3a8a-f014-44aa-b6b8-9c206a8681b8": { "plaintext": "small", - "algorithm": "0214", + "algorithm": "0378", "frame-size": 10240, "encryption-context": { "key1": "val1", @@ -4336,14 +52272,17 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "0179b1c5-de30-46cc-a34a-8d20a1c6532d": { + "d18c85b9-ece7-4797-bc2c-0b2c24cb4b83": { "plaintext": "small", - "algorithm": "0214", + "algorithm": "0378", "frame-size": 10240, "encryption-context": { "key1": "val1", @@ -4351,149 +52290,210 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "3b1e90fd-09f5-49f0-bbcb-0d5e5f08c79b": { + "b3937674-fd70-49dc-8df2-ad539314c342": { "plaintext": "small", - "algorithm": "0214", + "algorithm": "0378", "frame-size": 10240, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "key2": "val2" }, "master-keys": [ - { - "type": "aws-kms", - "key": "us-west-2-decryptable" + { + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "49de5c38-9155-4466-ae3b-2f311f6eb24c": { + "6a13a7d3-0250-4fe6-9b23-e1f54db247c1": { "plaintext": "small", - "algorithm": "0214", + "algorithm": "0378", "frame-size": 10240, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "c16508b4-f97b-4582-9ed0-6e53288d47ee": { + "d223b93a-8184-49c2-a565-e3f870ed892e": { "plaintext": "small", - "algorithm": "0214", + "algorithm": "0378", "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "0ddad09f-5797-4124-9500-f1658fb65cf1": { + "af1162cd-fe9e-448a-a82c-531f3b489c9e": { "plaintext": "small", - "algorithm": "0214", + "algorithm": "0378", "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "5d02562d-5547-4015-a3bf-37ad48f6d7b8": { + "931ef2f2-a7cd-44be-ba66-e392e8d10064": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 20480, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "5480a8f4-7062-428b-b19f-7591fd883916": { + "9888ef35-e7f4-4374-8a07-2912086b633f": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 20480, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "cd73eb16-0fa1-4954-8e78-ca6de7a11c7f": { + "1ab12e6a-3d0e-4e5c-80b5-fd20c6bc6f49": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 20480, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "f2a3a3cb-6fe4-426d-accd-6f0c31ae154f": { + "3b403f4f-5425-46c1-8bbe-ef350470dd43": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 20480, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "7992538d-6182-4f5b-8e5c-6fcb01996e04": { + "61f0091f-f59d-4f29-8413-8129dd1261e3": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 20480, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" @@ -4505,10 +52505,10 @@ } ] }, - "25be275f-2f96-4373-9aeb-68360d371721": { + "0123c183-c9b4-451c-81fe-44ea6a2087d4": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 20480, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" @@ -4524,205 +52524,292 @@ } ] }, - "b3296d91-3a6f-47a5-a65b-f6481ef6612f": { + "7aa6b850-e345-469a-861a-968d604b267f": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 20480, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "4e811ac7-a992-4da1-a48e-786b708c70c6": { + "3de4268a-acb9-41cc-9591-530e5622be10": { "plaintext": "small", - "algorithm": "0214", - "frame-size": 20480, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "df2299f1-c178-4323-906c-ec58ce77deaf": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "69eb8859-fa4f-44d2-adee-0cc7a96d0f05": { + "2f1f0dd4-319c-4d32-841f-522db4a2933b": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 0, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "575703e8-000a-4695-b5eb-abe9ce5eb21b": { + "86c16e23-3e49-4477-9a5d-9897dfad4e53": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 0, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "05efa22a-b894-4b2b-b975-78d111cbb8a8": { + "e689bf81-55f2-4631-8327-ca41cc1625da": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 0, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "5a6d0ea8-75eb-42e5-bdb2-0ae756435ff9": { + "5ad473ee-2c3f-439c-ae53-055e9b630e03": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 0, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "d81657d9-e4b5-4124-a159-2f54abec7ed2": { + "7ff85de3-212c-4fdf-8738-c07edf2d5a04": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 0, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "25f170d3-518a-4c84-a54c-9c90b1e05c88": { + "3f917ef8-6994-44e7-bdf4-df35dbdaa28c": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 0, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "d9faa493-99f1-4978-8936-4a1beb8a2046": { + "a5fd9f65-759c-4f80-9398-df4395e4e773": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 0, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "537b2544-41d3-4b39-b998-f7723cf480f2": { + "f9be0b00-e31e-4cec-b2b3-4e6d14a688a6": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 0, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "ce0378c2-8d9e-4347-a61e-25b40157358a": { + "c381d759-d46f-45f3-8edf-5db7260221e2": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 512, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "a9e18eab-9617-48e9-ac7d-f9a3afd08763": { + "b9c96c9f-6319-4fe4-a97b-10ce62af7b62": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 512, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "dc1b37f9-d136-429f-8032-66a861da2f1c": { + "5c4ca5a6-272a-4f66-b167-02f857516189": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 512, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -4731,13 +52818,13 @@ } ] }, - "c022063d-0d17-4f01-aab9-c3067d0b5173": { + "33b5696d-1b47-45f8-9a80-89e87ec724b6": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 512, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -4750,208 +52837,289 @@ } ] }, - "18aa4416-fceb-45b8-a76f-827b29e708b5": { + "b38ac1b6-c806-4ee4-8455-f2971e1ab58b": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 512, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "b1ce9609-8d9d-4471-b95b-642de66974ee": { + "3a7ed5ee-451c-40b2-b805-4b39ec9f2cae": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 512, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b99a9647-7263-4394-a6c4-8405b149d7c0": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "87efe66a-674a-4e49-a5bd-1a95dd642458": { + "b274f4d2-673b-45cf-b9e8-fe5b60c8e094": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 512, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "75a95278-78d7-4d8d-afcf-36858be465db": { + "4e4d49a8-c423-4ef3-86ed-f960e30ba5f2": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 512, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "e5db9c98-f0f0-48ae-ad50-625ef199ae31": { + "ac4c71b9-acd9-484c-b21a-b55435a599d4": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 4096, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "3159fd07-6069-4147-82d7-9213268daec1": { + "98e82a6e-bf4f-435d-8472-2c0c222317d1": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 4096, - "encryption-context": {}, + "algorithm": "0378", + "frame-size": 10240, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "0bee4c9a-75fa-4dce-8b48-a641fbc4ac8a": { + "cc142643-7dee-4c48-9d28-fad5f895653c": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 4096, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "4712796f-e095-4652-a643-da3093c64891": { + "187e71c7-5644-455f-ac1f-e28f92dfc06c": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 4096, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "7e9a5713-e38a-4a4f-b914-22ecb004565e": { + "dc6a0d24-3678-49a0-9723-f6bff0d7fde6": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 4096, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "f1766784-3fe5-449d-87c3-fa49d4ef3e5b": { + "eef3f87c-e164-4505-8650-0e026bf18c98": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 4096, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "1d3c5666-dc8a-4f04-bd25-4c8f3164068a": { + "0b700a7e-9046-427a-9c0b-d7238e95afea": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 4096, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "078627dd-aafb-4cf4-b8f8-04295370bd39": { + "67f18c93-5bad-43f5-b0f8-7dcc0add32ac": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 4096, + "algorithm": "0378", + "frame-size": 10240, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "a7a6ed02-a0ca-44f6-92d4-0e9f00de6ffc": { + "c985ec9b-a452-4e92-82d3-f399cb6a4302": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 10240, + "algorithm": "0378", + "frame-size": 20480, "encryption-context": {}, "master-keys": [ { @@ -4960,10 +53128,10 @@ } ] }, - "c2b3fada-8727-4005-99ba-c905519915dc": { + "af566433-4732-405f-ba33-f1351e780c64": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 10240, + "algorithm": "0378", + "frame-size": 20480, "encryption-context": {}, "master-keys": [ { @@ -4976,211 +53144,253 @@ } ] }, - "a957502b-1732-44e4-a758-59494d1a1d31": { + "d8371894-a528-4377-9013-dc730ef8e7af": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 10240, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0378", + "frame-size": 20480, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "909b44de-c0b7-411c-bf7a-710ee0328892": { + "87b12aea-d855-4cf3-99d5-671189c4f548": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 10240, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "algorithm": "0378", + "frame-size": 20480, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "9e47d3b5-be89-46ac-970d-d10b422e2675": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 20480, + "encryption-context": {}, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "0c9345fd-52fe-494f-a463-e1e31c0dcefd": { + "9ea23c24-8bc3-43b8-830a-11a0024f3329": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 10240, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0378", + "frame-size": 20480, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "5ff93e78-a4e6-4794-ac6e-364e27b778ae": { + "cab1a183-9099-4d26-82a9-d02db446464d": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 10240, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "algorithm": "0378", + "frame-size": 20480, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "6de02c0a-a47c-44c5-ab24-65af9fdf4fc0": { + "0494fe85-817c-42f4-9165-897830dfa4b3": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 10240, - "encryption-context": { - "key1": "val1", - "\u0000\u0001\u0002": " \"D" - }, + "algorithm": "0378", + "frame-size": 20480, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "1eee42d7-8434-4e13-97fa-9c3ab0fd450a": { + "85684c7c-22db-438d-ae78-0ca929c9b25b": { "plaintext": "small", - "algorithm": "0346", - "frame-size": 10240, - "encryption-context": { - "key1": "val1", - "\u0000\u0001\u0002": " \"D" - }, + "algorithm": "0378", + "frame-size": 20480, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "de563e8a-021d-41c6-b8c4-c86fca24464f": { + "0afd3ef7-7b3b-4142-a9c3-5d016a5e1832": { "plaintext": "small", - "algorithm": "0346", + "algorithm": "0378", "frame-size": 20480, "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "d08f4a67-d6c8-4fee-a4e4-f397c3e25ab6": { + "4be8f67c-2ca4-4cf1-b416-e90a84c895bf": { "plaintext": "small", - "algorithm": "0346", + "algorithm": "0378", "frame-size": 20480, "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "b82faa88-1d5e-48b3-a08f-0abafc26c447": { + "4747534f-0cf8-4a59-9b2c-aa7749328c7f": { "plaintext": "small", - "algorithm": "0346", + "algorithm": "0378", "frame-size": 20480, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "68de9a01-f575-446a-8204-2d14cd13c189": { + "74a57f2b-41c2-41c6-a163-80048067ca3f": { "plaintext": "small", - "algorithm": "0346", + "algorithm": "0378", "frame-size": 20480, - "encryption-context": { - "key1": "val1", - "key2": "val2" - }, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "2d9e3a48-1417-48e9-9ddb-15637eeaf70e": { + "c0a7e05d-f598-4abd-b7dd-cb86e11b527a": { "plaintext": "small", - "algorithm": "0346", + "algorithm": "0378", "frame-size": 20480, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "6bb5b7bb-3b37-491b-ac98-df7ca20e90e8": { + "b9dd238f-161d-4c53-b950-2eb505cb2e5a": { "plaintext": "small", - "algorithm": "0346", + "algorithm": "0378", "frame-size": 20480, - "encryption-context": { - "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" - }, + "encryption-context": {}, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "6440faa9-5e18-4822-a5a0-687b5749bfa5": { + "9e49da0e-24bb-40e1-8763-280a49487f7f": { "plaintext": "small", - "algorithm": "0346", + "algorithm": "0378", "frame-size": 20480, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { @@ -5189,13 +53399,13 @@ } ] }, - "91665091-d085-464d-b229-f75671714ef3": { + "664458ef-15d4-4fa7-b9e9-62203e314307": { "plaintext": "small", - "algorithm": "0346", + "algorithm": "0378", "frame-size": 20480, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { @@ -5208,202 +53418,289 @@ } ] }, - "6d6ee127-f9a4-4984-a02c-5b30cd8838cf": { + "a23f3ac3-4602-4397-9ffa-90b497fc42b3": { "plaintext": "small", "algorithm": "0378", - "frame-size": 0, - "encryption-context": {}, + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "a6115d37-7fa0-4512-9c66-3dfec0612d79": { + "fc4d2052-4409-4e57-8662-a3efa9d98657": { "plaintext": "small", "algorithm": "0378", - "frame-size": 0, - "encryption-context": {}, + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "c4b6a4cb-f586-4d2f-b6f5-f4201133b74e": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "db5fa0f0-9f24-4209-a577-ca2d39a109d4": { + "1df0a8b0-2d7b-4ac1-b0e5-5c0f1d1cd51e": { "plaintext": "small", "algorithm": "0378", - "frame-size": 0, + "frame-size": 20480, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "8fa4736b-5c38-48c7-aef2-8c76b5b94e3a": { + "9ee9c5ac-1eae-4f62-8147-b045ae1642da": { "plaintext": "small", "algorithm": "0378", - "frame-size": 0, + "frame-size": 20480, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "a803c7bf-a715-45f5-a8c9-2d15557c5ec4": { + "8570f011-1be6-4b0c-8528-cdf11103c7f6": { "plaintext": "small", "algorithm": "0378", - "frame-size": 0, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "3f11e74b-56dd-49fb-ad07-d9e8bd10d400": { + "c10f1312-1101-497a-8305-fec6bde32acd": { "plaintext": "small", "algorithm": "0378", - "frame-size": 0, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "67308f01-add5-4571-96f9-af421978f0fa": { + "32543e60-2581-404d-bdfd-366277847c41": { "plaintext": "small", "algorithm": "0378", - "frame-size": 0, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "fba5e38b-93a1-4191-94ed-c7744271de43": { + "3b6597a9-9a51-41f3-84b0-32da9c06b711": { "plaintext": "small", "algorithm": "0378", - "frame-size": 0, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "19728642-4ac2-4c9e-8e79-2f9bd860d5ab": { + "5869685c-2279-40bc-9a61-6b9b59389d38": { "plaintext": "small", "algorithm": "0378", - "frame-size": 512, - "encryption-context": {}, + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "78a7dbdb-404b-4330-9b19-04a5a6947442": { + "73a31dd6-ecad-4c8a-8487-5b14541eedcc": { "plaintext": "small", "algorithm": "0378", - "frame-size": 512, - "encryption-context": {}, + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "key2": "val2" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "3298ebc7-a864-4d86-bfcd-cd97f2f3146f": { + "7351229d-4f97-431e-98c9-45b615a8f767": { "plaintext": "small", "algorithm": "0378", - "frame-size": 512, + "frame-size": 20480, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "940c6a5b-1313-4fbd-aac4-9cf01fec2baa": { + "55b1a450-0022-4679-bf84-ee051cedc91a": { "plaintext": "small", "algorithm": "0378", - "frame-size": 512, + "frame-size": 20480, "encryption-context": { "key1": "val1", "key2": "val2" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "467c103f-7b83-4b3b-8b6b-8b2b2bab72d8": { + "f6ea6f9a-2768-4db3-81d3-9be303bbcbb9": { "plaintext": "small", "algorithm": "0378", - "frame-size": 512, + "frame-size": 20480, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" @@ -5415,10 +53712,10 @@ } ] }, - "7bbbea16-a9f3-485f-887a-dd48c8f5b889": { + "1a16708c-d7cb-45bc-a636-1f740552861b": { "plaintext": "small", "algorithm": "0378", - "frame-size": 512, + "frame-size": 20480, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" @@ -5434,205 +53731,292 @@ } ] }, - "f4d0d4e1-f41e-4a49-af98-24ab3999823c": { + "966389c3-75ec-4497-8761-2e9570a0a3a0": { "plaintext": "small", "algorithm": "0378", - "frame-size": 512, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "4cedb4a2-7afd-4faf-8035-e18249f51595": { + "c527b52b-ffbc-42b8-8eea-7d0ad6424574": { "plaintext": "small", "algorithm": "0378", - "frame-size": 512, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "793316f8-fbab-4633-bc4e-189f9d6c132f": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "8c5aec4b-050d-4b5d-a07c-f92932c69bce": { + "078a085b-5673-4115-b046-97711050bc9e": { "plaintext": "small", "algorithm": "0378", - "frame-size": 4096, - "encryption-context": {}, + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "f34b59f4-64e8-4262-aaa4-48ea152baae6": { + "6c8a2bba-196a-43b2-9eff-d12357cd81dc": { "plaintext": "small", "algorithm": "0378", - "frame-size": 4096, - "encryption-context": {}, + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "2c9d6cb2-4070-42f3-834f-b46a008ab697": { + "ebef9ebf-ba06-49f2-bb39-ffb7e71871b0": { "plaintext": "small", "algorithm": "0378", - "frame-size": 4096, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "132fa766-199c-4341-8f9a-6279cffd3266": { + "6600bc00-ced2-42ee-8220-f590b0720262": { "plaintext": "small", "algorithm": "0378", - "frame-size": 4096, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "key2": "val2" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "21097c8c-b5a0-4f8f-9eb6-11381774e5f3": { + "20b7edb5-0056-4978-92fc-3757ee171d63": { "plaintext": "small", "algorithm": "0378", - "frame-size": 4096, + "frame-size": 20480, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "34b3ccf9-2d61-40e1-94b1-8104c3960dd9": { + "97a57b4c-ec9f-418a-aad8-c97924ae3648": { "plaintext": "small", "algorithm": "0378", - "frame-size": 4096, + "frame-size": 20480, "encryption-context": { "key1": "val1", "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "5008f8f5-a91a-47ec-8220-5c561a1faa7d": { + "18e3de39-9a86-49b3-a0b7-2d9a945f519c": { "plaintext": "small", "algorithm": "0378", - "frame-size": 4096, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "771e2783-098d-4e95-b8b7-d26759d6fe33": { + "79164fe9-236c-493c-86d6-f212d08c7dfd": { "plaintext": "small", "algorithm": "0378", - "frame-size": 4096, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "\u0000\u0001\u0002": " \"D" + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "7bed6e91-3099-42a3-bdc3-8dbc523c3366": { + "5960d460-0268-4726-b46e-446f22d71abe": { "plaintext": "small", "algorithm": "0378", - "frame-size": 10240, - "encryption-context": {}, + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "27308022-2bf6-4403-a81f-10337a3673e0": { + "31316e10-7874-427d-ac12-171fb2b46427": { "plaintext": "small", "algorithm": "0378", - "frame-size": 10240, - "encryption-context": {}, + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "5555d883-74e1-47ab-92af-789bfe95508c": { + "cb8f47f4-4cc9-4470-9794-3ce240da1294": { "plaintext": "small", "algorithm": "0378", - "frame-size": 10240, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -5641,13 +54025,13 @@ } ] }, - "7bd8bf39-4a6b-49c6-8952-42f21c52f1ec": { + "d6d2988b-d602-435b-99fb-2051b1a98586": { "plaintext": "small", "algorithm": "0378", - "frame-size": 10240, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { @@ -5660,171 +54044,240 @@ } ] }, - "4fcd60df-d858-467e-b2a0-18973451c710": { + "8da09a7e-9832-48eb-be3b-f41ab9358f7e": { "plaintext": "small", "algorithm": "0378", - "frame-size": 10240, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "aes-128", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "9d244cd7-1865-4478-a7e6-4c0a48d2c653": { + "c2ca01fd-7366-4a67-ab86-2f645c0595dd": { "plaintext": "small", "algorithm": "0378", - "frame-size": 10240, + "frame-size": 20480, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" - }, + "type": "raw", + "key": "aes-192", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" + } + ] + }, + "b87ea22f-ddce-493a-8d24-d8095aa5c02c": { + "plaintext": "small", + "algorithm": "0378", + "frame-size": 20480, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, + "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "aes-256", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "aes" } ] }, - "0673b7c9-85c4-4268-8d5b-f427ba2efc4a": { + "af6b9dce-c8d0-4381-83e6-d0ce8036b041": { "plaintext": "small", "algorithm": "0378", - "frame-size": 10240, + "frame-size": 20480, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" } ] }, - "9dce55c2-0ab3-4573-9528-17785b332e21": { + "807cd9a9-ac3f-43b1-a370-05a0d9be83fa": { "plaintext": "small", "algorithm": "0378", - "frame-size": 10240, + "frame-size": 20480, "encryption-context": { "key1": "val1", "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "pkcs1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "e2ce24ec-949f-4d64-95a2-f012089b5fba": { + "c1fbd8ea-d123-445d-bf58-21c2cfcf4cdf": { "plaintext": "small", "algorithm": "0378", "frame-size": 20480, - "encryption-context": {}, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" } ] }, - "800a37e5-c12a-4c1f-972c-bf0469ad6e4e": { + "f5260804-03c9-4c2c-ae78-72ee5a3a32e0": { "plaintext": "small", "algorithm": "0378", "frame-size": 20480, - "encryption-context": {}, + "encryption-context": { + "key1": "val1", + "\u0000\u0001\u0002": " \"D" + }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha1" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "8c3094df-85cf-4321-b9bf-159143bd93cf": { + "1961ff34-305e-491a-8723-f4f44f89ba92": { "plaintext": "small", "algorithm": "0378", "frame-size": 20480, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "2708a593-6b61-4cdf-8327-64626d4a9e7b": { + "31327df0-a675-4351-9350-971c81a71851": { "plaintext": "small", "algorithm": "0378", "frame-size": 20480, "encryption-context": { "key1": "val1", - "key2": "val2" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "40448e86-b3f1-4999-b90b-4a16b218b4c0": { + "779667b9-ff32-469f-af81-dfda4ea16385": { "plaintext": "small", "algorithm": "0378", "frame-size": 20480, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" } ] }, - "5e652e19-68dc-44ee-9925-ea38f671895f": { + "05ff83ae-d6df-49f6-af1e-0e655ae65c36": { "plaintext": "small", "algorithm": "0378", "frame-size": 20480, "encryption-context": { "key1": "val1", - "unicode_key_\u043b\u043e\u0432\u0438\u0435": "unicode_value_\u041f\u0440\u0435\u0434\u0438\u0441\u043b" + "\u0000\u0001\u0002": " \"D" }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha384" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] }, - "8329e5cc-9767-450f-a1d7-76cd83d7dc82": { + "c64df351-ce18-4a4f-863a-5a2f90c10b4e": { "plaintext": "small", "algorithm": "0378", "frame-size": 20480, @@ -5834,12 +54287,16 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" } ] }, - "2df16725-db52-44c0-83b8-7c120c64c3e0": { + "d54ef88b-9a8b-437a-9cae-b7ed9b18661f": { "plaintext": "small", "algorithm": "0378", "frame-size": 20480, @@ -5849,12 +54306,20 @@ }, "master-keys": [ { - "type": "aws-kms", - "key": "us-west-2-decryptable" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha512" }, { - "type": "aws-kms", - "key": "us-west-2-encrypt-only" + "type": "raw", + "key": "rsa-4096-private", + "provider-id": "aws-raw-vectors-persistant", + "encryption-algorithm": "rsa", + "padding-algorithm": "oaep-mgf1", + "padding-hash": "sha256" } ] } From 54a59aeb2efcf628d474224637760fbf29683a1b Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Tue, 6 Nov 2018 13:38:12 -0800 Subject: [PATCH 3/5] * padding algorithm is not required for raw AES keys: we only allow AES-GCM * properly ignore test cases that require master keys that have not yet been implemented --- .../manifests/full_message/encrypt.py | 10 ++++++---- .../awses_test_vectors/manifests/master_key.py | 17 ++++++++++++++--- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/test_vector_handlers/src/awses_test_vectors/manifests/full_message/encrypt.py b/test_vector_handlers/src/awses_test_vectors/manifests/full_message/encrypt.py index cebcf610d..441650ba0 100644 --- a/test_vector_handlers/src/awses_test_vectors/manifests/full_message/encrypt.py +++ b/test_vector_handlers/src/awses_test_vectors/manifests/full_message/encrypt.py @@ -202,10 +202,12 @@ def from_file(cls, input_file): raw_keys_manifest = json.loads(reader(raw_manifest["keys"]).decode(ENCODING)) keys = KeysManifest.from_manifest_spec(raw_keys_manifest) plaintexts = cls._generate_plaintexts(raw_manifest["plaintexts"]) - tests = { - name: MessageEncryptionTestScenario.from_scenario(scenario=scenario, keys=keys, plaintexts=plaintexts) - for name, scenario in raw_manifest["tests"].items() - } + tests = {} + for name, scenario in raw_manifest["tests"].items(): + try: + tests[name] = MessageEncryptionTestScenario.from_scenario(scenario=scenario, keys=keys, plaintexts=plaintexts) + except NotImplementedError: + continue return cls(version=raw_manifest["manifest"]["version"], keys=keys, plaintexts=plaintexts, tests=tests) def run_and_write_to_dir(self, target_directory, json_indent=None): diff --git a/test_vector_handlers/src/awses_test_vectors/manifests/master_key.py b/test_vector_handlers/src/awses_test_vectors/manifests/master_key.py index 7b26905c9..7b3bf4389 100644 --- a/test_vector_handlers/src/awses_test_vectors/manifests/master_key.py +++ b/test_vector_handlers/src/awses_test_vectors/manifests/master_key.py @@ -54,6 +54,7 @@ # 'rsa/oaep-mgf1/sha384': WrappingAlgorithm.RSA_OAEP_SHA384_MGF1, # 'rsa/oaep-mgf1/sha512': WrappingAlgorithm.RSA_OAEP_SHA512_MGF1, } +_NOT_YET_IMPLEMENTED = {'rsa/oaep-mgf1/sha384', 'rsa/oaep-mgf1/sha512'} _RAW_ENCRYPTION_KEY_TYPE = { "symmetric": EncryptionKeyType.SYMMETRIC, "private": EncryptionKeyType.PRIVATE, @@ -91,9 +92,14 @@ def __attrs_post_init__(self): raise NotImplementedError("Gap found between known master key types and available master key loaders.") if self.type_name == "raw": - if None in (self.provider_id, self.encryption_algorithm, self.padding_algorithm): + if None in (self.provider_id, self.encryption_algorithm): raise ValueError( - "Provider ID, encryption algorithm, and padding algorithm are all required for raw keys" + "Provider ID and encryption algorithm are both required for raw keys" + ) + + if self.encryption_algorithm == "rsa" and self.padding_algorithm is None: + raise ValueError( + "Padding algorithm is required for raw RSA keys" ) if self.padding_algorithm == "oaep-mgf1" and self.padding_hash is None: @@ -140,7 +146,12 @@ def _wrapping_algorithm(self, key_bits): if self.padding_hash is not None: key_spec_values.append(self.padding_hash) - return _RAW_WRAPPING_KEY_ALGORITHMS["/".join(key_spec_values)] + key_spec_name = "/".join(key_spec_values) + + if key_spec_name in _NOT_YET_IMPLEMENTED: + raise NotImplementedError("Key spec \"{}\" is not yet available.") + + return _RAW_WRAPPING_KEY_ALGORITHMS[key_spec_name] def _wrapping_key(self, key_spec): # type: (KeySpec) -> WrappingKey From 85725ce813c59bc72eef90e1f28f8a9468adc46b Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Tue, 6 Nov 2018 13:52:54 -0800 Subject: [PATCH 4/5] autoformat --- .../manifests/full_message/encrypt.py | 4 +++- .../src/awses_test_vectors/manifests/master_key.py | 12 ++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/test_vector_handlers/src/awses_test_vectors/manifests/full_message/encrypt.py b/test_vector_handlers/src/awses_test_vectors/manifests/full_message/encrypt.py index 441650ba0..a6e112fc9 100644 --- a/test_vector_handlers/src/awses_test_vectors/manifests/full_message/encrypt.py +++ b/test_vector_handlers/src/awses_test_vectors/manifests/full_message/encrypt.py @@ -205,7 +205,9 @@ def from_file(cls, input_file): tests = {} for name, scenario in raw_manifest["tests"].items(): try: - tests[name] = MessageEncryptionTestScenario.from_scenario(scenario=scenario, keys=keys, plaintexts=plaintexts) + tests[name] = MessageEncryptionTestScenario.from_scenario( + scenario=scenario, keys=keys, plaintexts=plaintexts + ) except NotImplementedError: continue return cls(version=raw_manifest["manifest"]["version"], keys=keys, plaintexts=plaintexts, tests=tests) diff --git a/test_vector_handlers/src/awses_test_vectors/manifests/master_key.py b/test_vector_handlers/src/awses_test_vectors/manifests/master_key.py index 7b3bf4389..feb638035 100644 --- a/test_vector_handlers/src/awses_test_vectors/manifests/master_key.py +++ b/test_vector_handlers/src/awses_test_vectors/manifests/master_key.py @@ -54,7 +54,7 @@ # 'rsa/oaep-mgf1/sha384': WrappingAlgorithm.RSA_OAEP_SHA384_MGF1, # 'rsa/oaep-mgf1/sha512': WrappingAlgorithm.RSA_OAEP_SHA512_MGF1, } -_NOT_YET_IMPLEMENTED = {'rsa/oaep-mgf1/sha384', 'rsa/oaep-mgf1/sha512'} +_NOT_YET_IMPLEMENTED = {"rsa/oaep-mgf1/sha384", "rsa/oaep-mgf1/sha512"} _RAW_ENCRYPTION_KEY_TYPE = { "symmetric": EncryptionKeyType.SYMMETRIC, "private": EncryptionKeyType.PRIVATE, @@ -93,14 +93,10 @@ def __attrs_post_init__(self): if self.type_name == "raw": if None in (self.provider_id, self.encryption_algorithm): - raise ValueError( - "Provider ID and encryption algorithm are both required for raw keys" - ) + raise ValueError("Provider ID and encryption algorithm are both required for raw keys") if self.encryption_algorithm == "rsa" and self.padding_algorithm is None: - raise ValueError( - "Padding algorithm is required for raw RSA keys" - ) + raise ValueError("Padding algorithm is required for raw RSA keys") if self.padding_algorithm == "oaep-mgf1" and self.padding_hash is None: raise ValueError('Padding hash must be specified if padding algorithm is "oaep-mgf1"') @@ -149,7 +145,7 @@ def _wrapping_algorithm(self, key_bits): key_spec_name = "/".join(key_spec_values) if key_spec_name in _NOT_YET_IMPLEMENTED: - raise NotImplementedError("Key spec \"{}\" is not yet available.") + raise NotImplementedError('Key spec "{}" is not yet available.') return _RAW_WRAPPING_KEY_ALGORITHMS[key_spec_name] From 4e742c6c6090c18a36269b527abbb52fdf056869 Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Tue, 6 Nov 2018 14:21:52 -0800 Subject: [PATCH 5/5] abandon testing 1.3.0 in favor of 1.3.3 because of intractable attrs version requirements --- .travis.yml | 10 +++++----- test_vector_handlers/tox.ini | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4492fe59d..c56d5c62e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,7 +101,7 @@ matrix: - python: 2.7 env: TEST_VECTOR_HANDLERS=1 - TOXENV=py27-awses_1.3.0 + TOXENV=py27-awses_1.3.3 - python: 2.7 env: TEST_VECTOR_HANDLERS=1 @@ -114,7 +114,7 @@ matrix: - python: 3.4 env: TEST_VECTOR_HANDLERS=1 - TOXENV=py34-awses_1.3.0 + TOXENV=py34-awses_1.3.3 - python: 3.4 env: TEST_VECTOR_HANDLERS=1 @@ -127,7 +127,7 @@ matrix: - python: 3.5 env: TEST_VECTOR_HANDLERS=1 - TOXENV=py35-awses_1.3.0 + TOXENV=py35-awses_1.3.3 - python: 3.5 env: TEST_VECTOR_HANDLERS=1 @@ -140,7 +140,7 @@ matrix: - python: 3.6 env: TEST_VECTOR_HANDLERS=1 - TOXENV=py36-awses_1.3.0 + TOXENV=py36-awses_1.3.3 - python: 3.6 env: TEST_VECTOR_HANDLERS=1 @@ -153,7 +153,7 @@ matrix: - python: 3.7 env: TEST_VECTOR_HANDLERS=1 - TOXENV=py37-awses_1.3.0 + TOXENV=py37-awses_1.3.3 dist: xenial sudo: true - python: 3.7 diff --git a/test_vector_handlers/tox.ini b/test_vector_handlers/tox.ini index 6145db379..748ba4881 100644 --- a/test_vector_handlers/tox.ini +++ b/test_vector_handlers/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{27,34,35,36,37}-awses_{1.3.0,1.3.max,latest}, + py{27,34,35,36,37}-awses_{1.3.3,1.3.max,latest}, # 1.2.0 and 1.2.max are being difficult because of attrs bandit, doc8, readme, docs, {flake8,pylint}{,-tests}, @@ -46,8 +46,8 @@ passenv = sitepackages = False deps = -rtest/requirements.txt - awses_1.3.0: aws-encryption-sdk==1.3.0 - awses_1.3.max: aws-encryption-sdk >= 1.3.0, < 1.4.0 + awses_1.3.3: aws-encryption-sdk==1.3.3 + awses_1.3.max: aws-encryption-sdk >= 1.3.3, < 1.4.0 awses_latest: aws-encryption-sdk commands = {[testenv:base-command]commands}