bylickilabs / bylickilabs/VirusTotal-File-Scanner
🔐 Externalize API key configuration
Open
security
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## 🔐 Externalize API key configuration
Move API key handling to a separate `config.py` or `.env` file that is accessible and editable.
### ⚠️ Note:
Since `app.py` is encrypted, direct code-level changes are not possible.
### ✅ Outcome:
Users can update their API keys without modifying the main application.
Contributor guide
Assessment
This issue has not been assessed yet.