Technical Workbench
Projects, tools, and security research.
Experiments, tools, and investigations documenting what I'm building and trying to understand.
irosh - Secure P2P SSH
A standalone peer-to-peer SSH tool and library written in Rust, built on Iroh to eliminate public IPs, open ports, and centralized accounts.
Built out of a need for frictionless remote access without relying on public IP addresses, router port-forwarding, or centralized VPN accounts like Tailscale.
- Rust
- P2P
- SSH
- Networking
- Iroh
- Security
dioxus-auth - Authentication & Session Management for Dioxus
Composable authentication and session management for Dioxus fullstack apps that keeps data, storage, and UI under the application's control.
No existing auth library for Dioxus separated the security-critical parts (password hashing, session lifecycle, cookie handling) from the application's own data model. dioxus-auth handles the former through trait boundaries. The application never has to adopt a specific schema, ORM, or database to use it.
- Rust
- Dioxus
- Authentication
- Sessions
- Axum
- Security
- Argon2