forked from ashishsolankiofficial/pepper
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsecrets.txt
More file actions
40 lines (36 loc) · 769 Bytes
/
Copy pathsecrets.txt
File metadata and controls
40 lines (36 loc) · 769 Bytes
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
passwords = [
"Password123",
"SecretPassword",
"1234567890",
"StrongPassword!",
"Passw0rd",
"SecurePassphrase",
"qwerty123",
"P@ssw0rd123"
]
with open("passwords.txt", "w") as file:
for password in passwords:
file.write(password + "\n")
API keys
"keys": [
{
"value": "0eb3e6308abccdf9b67d70ddacb418b4",
"createdAt": 1513462891,
"acl": ["search"],
"validity": 0
},
{
"value": "90dff5755e694f341fe68aaf6e41a6d4"
"createdAt":1470244596,
"acl":["search"],
"validity":0,
"description": "Search-only API Key"
},
{
"value": "d6a23f212331969e41493051ede9865f",
"createdAt": 1513610838,
"acl": ["search"],
"validity": 0
}
]
}