Articles · Cross-category

Finance, text, and protocol tools

One hundred new pages landed across seven themes. Use this guide when you know the job—payment math, slug cleanup, header parsing, or barcode validation—and want the right tab without scrolling the whole catalog.

The latest expansion on Toolcore adds a hundred browser-local pages across math, writing, security, encoding, protocol, schedule, and identity. You do not need to scan every new card—this map groups them by the task you already have in mind.

Loans, margins, and quick geometry

When a spreadsheet is overkill but you still want a formula you can trust, open one of these instead of retyping amortization by hand.

Case, ciphers, and similarity

Draft cleanup and fuzzy matching—useful when API names, slugs, or two pasted strings should almost match.

Hashes, checksums, and escapes

Headers, email records, and dates

Barcodes and trade identifiers

These pages validate format and checksums only—they do not look up live registries.

  • UPC and EAN-13 — retail barcode digits.
  • ASIN, EORI, and MMSI — marketplace and compliance-style strings.

For the earlier large math and readability batch, see calculators and readability guide. For pasted dev snippets (curl, YAML, UUID), see nine tools for pasted dev work.

Common use cases

  • Estimate mortgage or EMI payments and skim an amortization table before calling a lender.
  • Normalize API field names with camelCase or slugify, then compare two drafts with Jaccard or Dice.
  • Parse pasted Set-Cookie or Content-Type headers and read SPF/DMARC tokens from DNS TXT snippets.

Common mistakes to avoid

  • Using format validators as live lookups

    UPC, EAN, ASIN, EORI, and MMSI pages check shape and checksums—they do not confirm an identifier is registered or active.

  • Confusing calculators hub routes with new long-tail pages

    The Calculators hub still hosts tip and sales-tax shortcuts. New pages like /tools/mortgage-calculator are standalone long-form tools with their own examples.

  • Treating classical ciphers as production security

    Porta, rail fence, and leet decode are educational. Use the Security hub and security checks article for JWT, PEM, and sharing hygiene.

FAQ

How is this batch different from the earlier math expansion?

That guide focused on geometry, readability indices, and IEEE-754. This set adds finance formulas, protocol parsers, modern hashes, and retail identifiers.

Do all 100 pages appear in this article?

No—each section links to representative tools. Browse the Math, Writing, Security, Encoding, Protocol, Schedule, and Identity tabs for the full list.

Can agents prefill these pages?

Single-field text tools often accept q or qb. Multi-field calculators and date pickers open without URL prefill—see each tool’s agent notes.