Hi,
I really like the idea of Cryptomator and am an avid user of the macOS and iOS apps. I thought it would be cool to have a version of Cryptomator completely running in the browser using JavaScript.
So I’ve built a native implementation of the Cryptomator vault format in JavaScript and added a Vue.js based front end to work with vaults located on S3 and other storage providers. This would enable me to work with my vault from anywhere in the world only using a browser.
As no middleware back end service is needed, the JavaScript implementation could be hosted next to the vault on S3 or on any other static website hosting service. All the cryptographic operations are run in the browser, so no keys are leaked to any third parties.
A small screencast and the prototype code can be found here: https://github.com/marcboeker/cryptomator
Others already thought about the same. So maybe there is demand for a browser based version?
I’d love to hear your feedback on this. Could this be something useful?
Thanks Marc