aboutsummaryrefslogtreecommitdiffstats
path: root/BasicTests
diff options
context:
space:
mode:
authorromanman <roman.mandeleil@gmail.com>2015-02-23 23:14:00 +0800
committerromanman <roman.mandeleil@gmail.com>2015-02-23 23:14:00 +0800
commitf23aeb44e2632cd90ef452d0b952379d85995ea5 (patch)
tree9a77ecbb82d9e14e094daa42652b539ff91b6860 /BasicTests
parentcb52754e6c9f17e0ed841ea8939fc00db6a57adb (diff)
downloaddexon-tests-f23aeb44e2632cd90ef452d0b952379d85995ea5.tar
dexon-tests-f23aeb44e2632cd90ef452d0b952379d85995ea5.tar.gz
dexon-tests-f23aeb44e2632cd90ef452d0b952379d85995ea5.tar.bz2
dexon-tests-f23aeb44e2632cd90ef452d0b952379d85995ea5.tar.lz
dexon-tests-f23aeb44e2632cd90ef452d0b952379d85995ea5.tar.xz
dexon-tests-f23aeb44e2632cd90ef452d0b952379d85995ea5.tar.zst
dexon-tests-f23aeb44e2632cd90ef452d0b952379d85995ea5.zip
Introduce cryptography testing
+ First test case will check the interoperability for all clients to decrypt the cipher with AES in CTR mode.
Diffstat (limited to 'BasicTests')
-rw-r--r--BasicTests/crypto.json8
1 files changed, 8 insertions, 0 deletions
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"
+ },
+]