The range of projects I’ve worked on is always expanding – this very site being one of them. As it is still a work-in-progress, information on this page will be filled in when/if I get the time to publicly document my hobby-work.

ChaChaMir

Half-school project, half-crash course on Rust. ChaChaMir is a file encryption tool which utilises the ChaCha20 cipher to encrypt files at rest, and uses Shamir’s Secret Sharing to distribute its key. It’s being developed as a proof-of-concept for my dissertation on the utility of secret sharing in an everyday environment; in a world where if you know something, adversaries of various dispositions can compel you to reveal it.

View its repository on Codeberg here!