From f23aeb44e2632cd90ef452d0b952379d85995ea5 Mon Sep 17 00:00:00 2001 From: romanman Date: Mon, 23 Feb 2015 17:14:00 +0200 Subject: Introduce cryptography testing + First test case will check the interoperability for all clients to decrypt the cipher with AES in CTR mode. --- BasicTests/crypto.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 BasicTests/crypto.json (limited to 'BasicTests') diff --git a/BasicTests/crypto.json b/BasicTests/crypto.json new file mode 100644 index 000000000..51f354635 --- /dev/null +++ b/BasicTests/crypto.json @@ -0,0 +1,8 @@ +[ + { + "decryption_type": "aes_ctr", + "key": "abb51256c1324a1350598653f46aa3ad693ac3cf5d05f36eba3f495a1f51590f", + "cipher": "84a727bc81fa4b13947dc9728b88fd08", + "payload": "000102030405060708090a0b0c0d0e0f" + }, +] -- cgit v1.2.3 From c72e2588f30ff890861c5b66b14686e96a798c71 Mon Sep 17 00:00:00 2001 From: martin becze Date: Mon, 23 Feb 2015 18:40:06 -0500 Subject: Update crypto.json --- BasicTests/crypto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BasicTests') diff --git a/BasicTests/crypto.json b/BasicTests/crypto.json index 51f354635..4ff65b682 100644 --- a/BasicTests/crypto.json +++ b/BasicTests/crypto.json @@ -4,5 +4,5 @@ "key": "abb51256c1324a1350598653f46aa3ad693ac3cf5d05f36eba3f495a1f51590f", "cipher": "84a727bc81fa4b13947dc9728b88fd08", "payload": "000102030405060708090a0b0c0d0e0f" - }, + } ] -- cgit v1.2.3