filemarkr
All ToolsGuides
filemarkr

60+ free developer tools that run entirely in your browser — JSON formatter, JWT decoder, Base64, diff checker, regex tester, hash generator and more. No upload, no sign-up, completely private.

JSON & Data

  • JSON Formatter
  • JSON Minifier
  • JSON Validator
  • JSON to CSV
  • CSV to JSON
  • JSON to YAML

Encode & Decode

  • Base64 Encode / Decode
  • Base64 to Image
  • Image to Base64
  • URL Encode / Decode
  • HTML Entity Encoder
  • JWT Decoder

Text Tools

  • Text Diff Checker
  • Case Converter
  • Word & Character Counter
  • Slug Generator
  • Remove Duplicate Lines
  • Sort Text Lines

Generators

  • UUID Generator
  • Password Generator
  • Lorem Ipsum Generator
  • QR Code Generator
  • Random Number Generator
  • NanoID Generator

Popular Guides

  • How to Format and Pretty-Print JSON (Without Breaking It)
  • How to Minify JSON and Shrink Your API Payloads
  • How to Validate JSON and Pinpoint the Exact Syntax Error
  • How to Convert JSON to CSV for Excel and Google Sheets
  • How to Convert CSV to JSON (With Proper Header Detection)
  • All guides →

Explore

  • All Tools
  • JSON Formatter
  • JWT Decoder
  • Diff Checker
  • UUID Generator

Company

  • About
  • Privacy
  • Terms
  • Sitemap

Our Promise

  • 100% in your browser
  • Zero uploads
  • No sign-up, always free

© 2026 filemarkr. Designed & developed by Naved Naik.  All processing happens locally in your browser.

All tools

Bcrypt Generator

Hash a password with bcrypt and verify a value against a hash.

100% private Instant, in-browser Read the guide
Loading the tool…

Hash and verify passwords with bcrypt

Bcrypt is a purpose-built password-hashing function that is intentionally slow and salted, making brute-force attacks expensive. This bcrypt generator lets you turn a plain value into a bcrypt hash and check an existing hash against a candidate value, so you can create test fixtures and confirm login logic without a backend.

How it works

Enter a value and choose a cost factor (work factor), and the tool generates a salted bcrypt hash locally in your browser. Higher cost factors take longer to compute and are harder to attack. To verify, paste a hash and the original value and the tool reports whether they match. All computation happens in JavaScript on your device, so nothing is uploaded.

How to use it

  • Generate a bcrypt hash for a seed user in a test database.
  • Confirm your application's verify step accepts the right password.
  • Experiment with cost factors to balance security and speed.

For file integrity or checksums use the Hash Generator instead, since bcrypt is only for passwords. Need strong sample passwords to hash? Generate them with the Password Generator, or create identifiers with the UUID Generator.

Private and free

Because hashing and verification run entirely client-side, your values never leave the browser, with no upload, no account, and no tracking. It is free and works on every modern browser.

Frequently asked questions

It controls how much work bcrypt does. Higher values are slower to compute and harder to brute-force.

Related tools

Regex Tester

Test regular expressions against text with live match highlighting.

Hash Generator

Generate MD5, SHA-1, SHA-256 and SHA-512 hashes from any text.

HTTP Status Codes

A searchable reference of every HTTP status code and what it means.

JSON Path Finder

Explore a JSON tree and copy the exact path to any value.