-
Notifications
You must be signed in to change notification settings - Fork 0
Home
VintageDon edited this page Aug 12, 2026
·
3 revisions
This wiki holds the durable concepts behind the ops-toolbox tools. The arithmetic behind CIDR notation, the structure of a JSON Web Token, and the definition of password entropy do not change when the tools change, so they live here rather than in the application repository.
Per-tool reference documentation lives in the ops-toolbox repository, alongside the code it describes. The tools themselves run in your browser at opstoolbox.dev.
| Page | What it covers |
|---|---|
| Subnetting and CIDR | Prefix notation, the mask relationship, network and broadcast derivation, usable host counts, and the private address ranges |
| JWT Anatomy | The three token segments, base64url encoding, the common registered claims, and why decoding is not verification |
| Password and Passphrase Entropy | What entropy measures, the bit calculation against a character set and against a wordlist, and why length dominates alphabet size |
| Standards Index | The standards the tools implement, each with its identifier, a one-line summary, and the tools that touch it |
Each page carries at least one worked example with real values, and closes with a link to the live tool it supports.
Concept references for ops-toolbox. Try the live tools at opstoolbox.dev.