-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsecrets_test.txt
More file actions
23 lines (18 loc) · 750 Bytes
/
secrets_test.txt
File metadata and controls
23 lines (18 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
aws_access_key_id = AKIAIMNOKEYFORTESTING
aws_secret_access_key = wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
stripe_api_key = sk_live_51OzK7cHg7F7a1234567890abcdefghijklmno
# Slack Bot Token Pattern
SLACK_BOT_TOKEN = "xoxb-123456789012-1234567890123-4a5b6c7d8e9f0g1h2i3j4k5l"
# Google API Key Pattern
GOOGLE_API_KEY = "AIzaSyD-randomStringForTest1234567890ab"
# RSA Private Key Block
private_key = """
-----BEGIN RSA PRIVATE KEY-----
MIIEpQIBAAKCAQEA3Tz2... (gerçek bir anahtar bloğuna benzer yapı)
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,1234567890ABCDEF
...
-----END RSA PRIVATE KEY-----
"""
# Generic High Entropy Secret (Database Connection)
DATABASE_URL = "postgres://admin:Xy9#mP2!qR5$vL8@prod-db-instance.amazonaws.com:5432/users"