aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/KeyStoreTests/basic_tests.json
blob: 8b40d33b001d234bd1094a233cb73c9c52f530a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
    "test1": {
        "json": {
            "crypto" : {
                "cipher" : "aes-128-ctr",
                "cipherparams" : {
                    "iv" : "6087dab2f9fdbbfaddc31a909735c1e6"
                },
                "ciphertext" : "5318b4d5bcd28de64ee5559e671353e16f075ecae9f99c7a79a38af5f869aa46",
                "kdf" : "pbkdf2",
                "kdfparams" : {
                    "c" : 262144,
                    "dklen" : 32,
                    "prf" : "hmac-sha256",
                    "salt" : "ae3cd4e7013836a3df6bd7241b12db061dbe2c6785853cce422d148a624ce0bd"
                },
                "mac" : "517ead924a9d0dc3124507e3393d175ce3ff7c1e96529c6c555ce9e51205e9b2"
            },
            "id" : "3198bc9c-6672-5ab3-d995-4942343ae5b6",
            "version" : 3
        },
        "password": "testpassword",
        "priv": "7a28b5ba57c53603b0b07b56bba752f7784bf506fa95edc395f5cf6c7514fe9d"
    },
    "test2": {
        "json": {
            "crypto" : {
                "cipher" : "aes-128-ctr",
                "cipherparams" : {
                    "iv" : "83dbcc02d8ccb40e466191a123791e0e"
                },
                "ciphertext" : "d172bf743a674da9cdad04534d56926ef8358534d458fffccd4e6ad2fbde479c",
                "kdf" : "scrypt",
                "kdfparams" : {
                    "dklen" : 32,
                    "n" : 262144,
                    "r" : 1,
                    "p" : 8,
                    "salt" : "ab0c7876052600dd703518d6fc3fe8984592145b591fc8fb5c6d43190334ba19"
                },
                "mac" : "2103ac29920d71da29f15d75b4a16dbe95cfd7ff8faea1056c33131d846e3097"
            },
            "id" : "3198bc9c-6672-5ab3-d995-4942343ae5b6",
            "version" : 3
        },
        "password": "testpassword",
        "priv": "7a28b5ba57c53603b0b07b56bba752f7784bf506fa95edc395f5cf6c7514fe9d"
    },
    "python_generated_test_with_odd_iv": {
        "json": {
            "version": 3, 
            "crypto": {
                "ciphertext": "ee75456c006b1e468133c5d2a916bacd3cf515ced4d9b021b5c59978007d1e87", 
                "version": 1, 
                "kdf": "pbkdf2", 
                "kdfparams": {
                    "dklen": 32, 
                    "c": 262144, 
                    "prf": "hmac-sha256", 
                    "salt": "504490577620f64f43d73f29479c2cf0"
                }, 
                "mac": "196815708465de9af7504144a1360d08874fc3c30bb0e648ce88fbc36830d35d", 
                "cipherparams": {
                    "iv": "514ccc8c4fb3e60e5538e0cf1e27c233"
                }, 
                "cipher": "aes-128-ctr"
            }, 
            "id": "98d193c7-5174-4c7c-5345-c1daf95477b5"
        },
        "password": "foo", 
        "priv": "0101010101010101010101010101010101010101010101010101010101010101"
    },
    "evilnonce": {
        "json": {
            "version": 3, 
            "crypto": {
                "ciphertext": "d69313b6470ac1942f75d72ebf8818a0d484ac78478a132ee081cd954d6bd7a9", 
                "cipherparams": {
                    "iv": "ffffffffffffffffffffffffffffffff"
                }, 
                "kdf": "pbkdf2", 
                "kdfparams": {
                    "dklen": 32, 
                    "c": 262144, 
                    "prf": "hmac-sha256", 
                    "salt": "c82ef14476014cbf438081a42709e2ed"
                }, 
                "mac": "cf6bfbcc77142a22c4a908784b4a16f1023a1d0e2aff404c20158fa4f1587177", 
                "cipher": "aes-128-ctr", 
                "version": 1
            }, 
            "id": "abb67040-8dbe-0dad-fc39-2b082ef0ee5f"
        },
        "password": "bar",
        "priv": "0202020202020202020202020202020202020202020202020202020202020202"
    }
}