Tools
Free developer tools, built fast. All client-side, all open source.
Encode / Decode Hub
NewEncode and decode Base64, URL encoding, HTML entities, Hex, and Unicode escapes. Auto-detects encoded input. Secret detection built in. 100% client-side.
Cron Expression Builder
NewBuild, decode, and test cron expressions visually. See next run times with timezone support. GitHub Actions mode included. 100% client-side.
JSON Formatter & Validator
NewFormat, beautify, minify, and validate JSON with a collapsible tree view. Detects leaked API keys, tokens, and secrets. 100% client-side.
CSP Builder & Validator
NewVisually build Content Security Policy headers with presets and recommendations, or validate existing CSPs with a security grade. 100% client-side.
Secret Scanner
BrowserPaste any text — code, logs, configs — to instantly detect leaked API keys, passwords, and tokens. 100% client-side.
ENV Validator
BrowserDetect leaked API keys, weak passwords, and misconfigurations in your .env files. 100% client-side — your secrets never leave your browser.
CLI Tool
TerminalScan .env files from your terminal. Zero dependencies, CI-friendly exit codes.
npx halfday-env-scan .env GitHub Action
CI/CDAdd env scanning to your CI pipeline. Fails the build when secrets or misconfigurations are detected.
uses: halfday-dev/env-validator@main Pre-commit Hook
GitBlock commits with leaked secrets before they hit version control. Works with the pre-commit framework.
- repo: https://github.com/halfday-dev/env-validator
hooks:
- id: env-scan