Secure tools for your infrastructure.
JENSV.DEV Tools is your private control panel for sensitive data: encrypted pastebin, personal CDN for screenshots, a password generator and scoped API tokens to automate it all.
Email verification & 2FA recommended · Built as a private operator dashboard.
What’s included
- • Secure pastebin with syntax highlighting, expiry and one-time access.
- • Personal CDN for screenshots with clean public URLs.
- • Password generator for strong, unique credentials.
- • API tokens with hashed storage and optional abilities.
How it fits into your workflow
-
Create an account & login.
Secure your access with email verification and 2FA via DevDojo auth. -
Issue an API token.
Go to API Tokens and create a token with acdn-uploadability and optional expiry. -
Configure your screenshot tool.
Point it at your upload endpoint:
https://cdn.jensv.dev/api/upload
and send the token in theX-Api-Tokenheader. -
Share via short URLs.
Public images are served at:
https://cdn.jensv.dev/i/Xa12Df/example.png
Public pastes at:
https://cdn.jensv.dev/p/a8FJ2
Under the hood
JENSV.DEV Tools is built on Laravel 11 with a custom auth layer, secure token hashing and encrypted paste storage.
- Server-side encryption for paste content
- Hashed API tokens (no plaintext stored)
- Per-user scoping for pastes & CDN entries
- Clean public routes:
https://cdn.jensv.dev/i/{code}/{file}https://cdn.jensv.dev/p/{id}
Think of it as your own private “mini SaaS backend” for daily ops, instead of relying on random public tools.