Releases: UnsecuredAPIKeys-com/UnsecuredAPIKeys.Lite
Releases · UnsecuredAPIKeys-com/UnsecuredAPIKeys.Lite
v1.0.0 - Lite Version Release
UnsecuredAPIKeys Lite 🔑
This release transforms the project from a full-featured web platform into a streamlined CLI tool for local use.
Full Version: www.UnsecuredAPIKeys.com - Web UI, 15+ providers, community features, and more.
What's New
CLI Application
- Menu-driven interface with rich terminal UI (Spectre.Console)
- Scraper - Searches GitHub for exposed API keys continuously
- Verifier - Maintains up to 50 valid keys with smart fallback validation
- Export - JSON and CSV export support
Simplified Architecture
| Feature | Lite (This Release) | Full Version |
|---|---|---|
| Search Provider | GitHub only | GitHub, GitLab, SourceGraph |
| API Providers | OpenAI, Anthropic, Google | 15+ providers |
| Valid Key Cap | 50 keys | Higher limits |
| Interface | CLI | Web UI + API |
| Database | SQLite (local) | PostgreSQL |
Key Changes
- Database: PostgreSQL → SQLite (single file, auto-created)
- Providers: 15+ → 3 (OpenAI, Anthropic, Google)
- Framework: .NET 10
- No migrations needed - uses
EnsureCreated()
Quick Start
# Clone and build
git clone https://github.com/TSCarterJr/UnsecuredAPIKeys-OpenSource.git
cd UnsecuredAPIKeys-OpenSource
dotnet build
# Run
cd UnsecuredAPIKeys.CLI
dotnet run
Requirements
- .NET 10 SDK
- GitHub Personal Access Token (with public_repo scope)
Legacy UI
Looking for the original Web UI + WebAPI architecture? Check the https://github.com/TSCarterJr/UnsecuredAPIKeys-OpenSource/tree/legacy_ui branch.
---
⚠️ Educational Use Only - Please use responsibly and report exposed keys to repository owners.
Thank you to everyone who has starred this project! ⭐