Skip to content

Repository files navigation

CyberTools

A privacy-first cybersecurity toolkit that runs entirely in the browser.

MIT LicenseGitHub Pages

Live site: https://ctlib.github.io/CyberTools/

Why People Can Trust It

  • Client-side by design: no backend, no API, no database.
  • No analytics, cookies, ads, tracking pixels, or signups.
  • No runtime CDN: fonts, CSS, JS, and icons are self-hosted.
  • Open source: every tool can be reviewed from the browser or GitHub.
  • Offline-ready PWA for repeat daily use.
  • Release audit checks registry drift, CSP presence, inline scripts, external-link safety, and service-worker coverage.

Tool Categories

CategoryTools
Encoding & decodingBase64, ROT, URL Encoder, HTML Entities
HashingHash Calculator, Hash Identifier
JWT & tokensJWT Decoder, TOTP Generator
CryptographyAES, RSA, XOR, RC4 legacy
Web securityCookie Decoder, HTTP Headers, CSP Analyzer, SRI Generator, Regex Tester
NetworkIP/CIDR Calculator, Common Ports, User-Agent Parser
UtilitiesPassword Generator, JSON Formatter, Timestamp Converter, UUID Generator
ForensicsHex Viewer, Steganography, File Entropy, Email Header, Magic Bytes, Strings Extractor
Classical ciphersVigenere, Classical Ciphers, Frequency Analyzer, Cipher Identifier
Authorized testingReverse Shell, XSS Payloads, SQLi Payloads, JWT Attacks
OSINTGoogle Dorks Builder

Total: 39 tools.

Local Development

pnpm install
pnpm build
pnpm run audit
pnpm audit

The site is static. You can open index.html directly, or serve the folder locally when testing service-worker behavior.

Requirements: Node.js 18+ and pnpm 10+. Runtime users do not need Node.js.

Security Model

CyberTools is intended for defensive analysis, authorized testing, education, and daily utility workflows. Tools under "Authorized testing" are dual-use and must only be used against systems you own or have explicit written permission to test.

See SECURITY.md and PRIVACY.md for the full policy and verification steps.

Project Hygiene

Internal build notes and old prompts are archived under test/archive/ instead of being mixed into the public product surface.

License

MIT - see LICENSE.

About

A web-based cybersecurity toolkit that provides simple, open-source utilities like steganography, hash generators, and encoders/decoders. It’s designed to help users hide, analyze, and process data securely through a clean and accessible interface.

Topics

Resources

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages