Skip to content

Releases: Brutus1066/QuickTransform

v1.0.0 - Initial Release

26 Jan 14:11

Choose a tag to compare

⚡ QuickTransform v1.0.0

Lightning-fast encoder/decoder/hasher for CLI and desktop.

📦 Downloads

Platform File Contents
Windows x64 QuickTransform-v1.0.0-windows-x64.zip qt.exe (CLI) + qt-gui.exe (GUI)

✨ Features

  • Encode/Decode: Base64, Hex, URL, HTML entities
  • Hash: MD5, SHA1, SHA256, SHA512 (files or strings)
  • Generate: UUIDs, secure passwords, random bytes
  • GUI: Modern dark/light theme interface
  • Zero network: 100% offline - your data stays private

🚀 Quick Start

# Encode
qt b64 "hello world"

# Hash
qt sha256 -s "password123"

# Generate
qt uuid
qt pass 24

🖥️ GUI

Run qt-gui.exe for the graphical interface.


LAZYFROG-kindware.dev | MIT License