I am an IT professional with over 20 years of Enterprise IT experience.
My Areas of Focus:
- Database Infrastructure and Development
- Linux Infrastructure
- Data and Infrastructure Automation
- Infrastructure Security
Consulting
If you are in need of consultation I am available by emailing bmilliron@protonmail.com
My Projects
Snaga
Snaga is a free personal secure online bookmark archive. You can use it to bookmark and tage URLs your archive is fully searchable, with tagable links, and no email is required. There is no tracking, and your data can be deleted or exported with one click.
Snarky
Snarky is a self-hosted, Zero-Knowledge file transfer tool designed for DevOps teams and Sysadmins. It solves the problem: “I need to send you a sensitive file (archives, images, PDFs, keys), but you aren’t online, and I don’t want it stored permanently on a server.”
Get the code: https://github.com/bsmgit/snarky
🚀 Features
- Zero-Knowledge: Encryption happens on the client before upload. The server never sees the encryption key, the filename, or the file type.
- Burn-After-Reading: The moment a file is downloaded, it is scrubbed from the server instantly.
- Encrypted-at-Rest: Data is stored on the server’s disk as opaque, encrypted blobs. Even with root access to the server, the files are unreadable.
- Ephemeral: Files not picked up within the configured retention period (default: 24h) are automatically incinerated.
- Binary Support: Now supports generic file transfers up to 10MB (configurable), including images, PDFs, and ZIP archives.