About KeyForge

KeyForge is a free collection of browser-based developer utilities built and maintained by Frederick Niekerk at ShellRick Tech Pty (Ltd), based in South Africa.

The site was built out of a simple frustration: most online developer tools send your data to a server, log it, or require an account. KeyForge takes a different approach — every operation runs entirely in your browser. Encryption keys, plaintext inputs, generated passwords, and JSON payloads never leave your device. Cryptographic operations use the native Web Crypto API, running in a dedicated Web Worker so the main UI thread stays responsive.

The tools currently available are:

  • GUID / UUID Generator — generate UUID v1, v4, and v5 identifiers in bulk.
  • Encrypt / Decrypt — AES-256 encryption, SHA/MD5 hashing, Base64, Hex, and ROT13, all client-side.
  • Password Generator — cryptographically random passwords using crypto.getRandomValues().
  • JSON Formatter — format, validate, and beautify JSON without sending it anywhere.

KeyForge is free to use and funded by Google AdSense advertising. No sign-up, no tracking of your inputs, no server-side processing.

← Back to KeyForge