Help & Usage Guide
How to use every FlowPathix utility, with steps and examples. Every tool runs entirely in your browser — nothing is uploaded.
File Integrity Checker
Open tool →Confirms a file hasn't changed or been tampered with by comparing cryptographic checksums. Three modes: verify a file against a published hash, generate checksums for files, and snapshot a folder to detect changes over time.
- Verify: choose a file, paste the expected checksum from the download page, and click Verify. A green match means the file is authentic.
- Generate: select one or more files to produce their checksums, then download a manifest.
- Compare snapshots: snapshot a folder now, save the JSON, and later compare a fresh scan to see what was added, removed, or modified.
JWT Decoder
Open tool →Decodes a JSON Web Token into its header and payload, shows expiry status, and can verify HMAC signatures locally.
- Paste a token into the box — the header and payload decode instantly.
- Review the time claims (issued, expires) and the expired/valid badge.
- For HS256/384/512 tokens, enter the secret and click Verify to confirm the signature.
Password & Passphrase Generator
Open tool →Creates strong, random passwords or word-based passphrases with a strength meter.
- Choose Password or Passphrase.
- Adjust length (or word count) and character options.
- Click Regenerate and copy the result.
Text & HMAC Hash
Open tool →Computes a hash of any text, or an HMAC signature with a shared secret.
- Choose Hash or HMAC.
- Enter text (and a secret for HMAC), pick an algorithm.
- Click Compute and copy the hex result.
JSON Formatter & Validator
Open tool →Formats, minifies, or validates JSON with clear error messages.
- Paste JSON into the input.
- Click Format to pretty-print, Minify to compact, or Validate to check.
- Copy or download the output.
File & Text Encryptor
Open tool →Encrypts text or files with a password using AES-256-GCM. Decrypt in the same tool, or with the downloadable offline decryptor. Symmetric: both sides share one password.
- Encrypt: choose Text or File, enter your content and a password, then Encrypt. Text produces a shareable code; files download as a .fpx file.
- Share the encrypted result and the password separately (e.g. password by a different channel).
- Decrypt: the recipient uses the Decrypt tab (or the offline decryptor) with the same password.
TOTP / 2FA Code Generator
Open tool →Produces the 6- or 8-digit time-based codes an authenticator app generates, from a Base32 secret.
- Paste the Base32 secret from your 2FA setup.
- Set digits, period, and algorithm if they differ from the defaults (6 / 30s / SHA-1).
- The current code and countdown display and refresh automatically.
Secret & API Key Scanner
Open tool →Scans pasted text (config, .env, code, logs) for exposed secrets and API keys, showing masked matches by line.
- Paste the text to scan.
- Click Scan.
- Review flagged findings — type, line number, and a masked snippet.
Random Token & API Key Generator
Open tool →Generates cryptographically secure random tokens in hex, Base64URL, or alphanumeric.
- Pick a format, size, and how many to generate.
- Click Regenerate.
- Copy any token.
EXIF Metadata Viewer & Stripper
Open tool →Shows the metadata embedded in a photo — including GPS location — and downloads a clean copy with metadata removed.
- Choose a JPEG or PNG image.
- Review any metadata found (GPS coordinates are highlighted).
- Click 'Download cleaned copy' to save a metadata-free version.
Base64 Encoder & Decoder
Open tool →Converts text to Base64 and back (UTF-8 safe).
- Choose Encode or Decode.
- Enter your input.
- Click the button and copy the output.
Hash Identifier
Open tool →Identifies the likely algorithm behind a hash from its length and format (MD5, SHA-family, bcrypt, and more).
- Paste a hash.
- Review the candidate types listed.
UUID Generator
Open tool →Generates version-4 (random) UUIDs.
- Set how many you need.
- Click Regenerate.
- Copy individual values or Copy all.