Commit Graph

7 Commits

Author SHA1 Message Date
Leopere ffc9102522
Default password length to 20 characters
20 is the recommended minimum for 2026. The API and UI still
accept shorter lengths if explicitly requested.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 17:01:18 -05:00
Leopere b082f6df5a
Slim nav down to Portfolio, TRNG, and Tools
Replace the full dropdown nav with three simple links: Portfolio
(colinknapp.com), TRNG (/), and Tools (/tools). Removed all
unused dropdown CSS from both pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 16:59:31 -05:00
Leopere 8f06c6c381
Show Sum and Possible on dice rolls
Dice output now always shows "Sum: X of Possible: Y" where Y is
sides * count, on both the main page and standalone /tools page.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 16:56:21 -05:00
Leopere b39bf68f06
Move password exclude-ambiguous checkbox to its own row
The checkbox was crammed into the controls flex row alongside the
length/charset/generate button, causing layout issues at narrower
widths. Now sits on its own line between controls and output box
on both the main page and standalone /tools page.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 16:49:28 -05:00
Leopere b7bff60271
Add standalone /tools page for bookmarkable quantum random tools
Dedicated tools-only page at /tools with dice, password generator,
coin flip, and 8 ball - each with its own click-to-copy output box.
Clean, lightweight page without API docs/MCP/contact form clutter.
Linked from the main page's QTRNG Tools section.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 16:45:14 -05:00
Leopere 7bf292d64e
Add Quantum 8 Ball tool and click-to-copy for all outputs
New QTRNG tool: Quantum 8 Ball with all 20 classic Magic 8 Ball
responses, selected via rejection sampling on quantum camera noise.
Includes /8ball API endpoint, sentiment classification (positive/
neutral/negative), and a fun dark-orb UI with shake animation and
color-coded answers. Both output boxes (random bytes + tools) now
support click-to-copy with a toast notification.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 16:42:52 -05:00
Leopere 40451b7d4c
Camera TRNG: webcam-based true random number generator
MIT with attribution (see LICENSE). Docker: build locally, no registry.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-05 15:46:26 -05:00