Forum Discussion
Extending Web Cryptography.
Howdy, hallambaker! Thanks for the note. Is your proxy prototype available somewhere?
Would it be possible to implement this using a standard browser extension (with little tweaking, now supported in Edge, Chrome, and Firefox)?
The Web site is http://mathmesh.com/ it has fallen behind the code and documentation.
The main document is http://mathmesh.com/Documents/draft-hallambaker-mesh-architecture.html
The github repo is https://github.com/hallambaker/Mathematical-Mesh
Current status is that I have finished the architecture and design work and I am going through rewriting the code so that it aligns with the revised documentation. This is likely to take me another month, possibly two.
The proxy isn't part of the code right now. I have a version that worked but one of the reasons you do prototypes is to refine the design. We realized we could collapse a lot of the applications layered on top of the Mesh into one protocol with three methods for synchronizing containers between machines. Then we realized we could further collapse the Mesh itself into that scheme. So long story short, we had a better idea and spent a year re-implementing everything. But I do not plan to do that again.