-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bitwarden_exported.json
48 lines (48 loc) · 995 Bytes
/
Bitwarden_exported.json
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
{
"folders": [],
"items": [
{
"id": "589600a9-2b46-43f4-8288-aba900b9475f",
"organizationId": null,
"folderId": null,
"type": 1,
"name": "TEST BITWARDEN",
"notes": null,
"favorite": false,
"fields": [
{
"name": "E-mail",
"value": "[email protected]",
"type": 0
},
{
"name": "Security question",
"value": "my security qs",
"type": 0
},
{
"name": "Security answer",
"value": "thisshouldbehidden",
"type": 0
},
{
"name": "My secret",
"value": "myhiddensecret",
"type": 0
}
],
"login": {
"uris": [
{
"match": null,
"uri": "https://bitwarden.com/"
}
],
"username": "test-user",
"password": "mypassword",
"totp": null
},
"collectionIds": null
}
]
}