about
the name MokinToken
2 things that were on my desk when I came up with the repo name a mokin usb c hub and a security token
purpose
I wanted a selfhosted secure note sharing site for myself to send text between my computers. I have found this to a recurring issue when I have had to login a site on a someone elses computer but my password is stored in a password manager on my phone and is extremely long and complex
Existing sites either wanted too much infrastructure or did not provide a docker container. Some additional people created docker containers for the projects, but they were not being updated with the latest application code.
Also, I wanted a quick and easy personal project that could be completed in my spare time.
security
- client side encrypted: tweetnacl
- secret is stored in the URL hash (never sent to the server)
- source: nexus-uw/mokintoken
- limited dependencies (2 Go and 5 Javascript)
- easily self hosted
issues:
- 3rd party audit -> NOPE
- trustworthy -> NOPE
- professional -> NOPE
-
PHP...
alternatives
self host your own e2e encrypted chat application for just yourself and your devices