CorentinTh / enclosed

Minimalistic web app designed for sending private and secure notes.
https://enclosed.cc
Apache License 2.0
682 stars 51 forks source link

Switch to a cross-env crypto lib ? #171

Closed CorentinTh closed 1 month ago

CorentinTh commented 1 month ago

The enclosed lib currently rely on the native web crypto lib (for the web app) and node crypto (for the cli), witch make it hard to maintain and clutter the codebase. The idea is to mutualise crypto methods using an external dependency

CorentinTh commented 1 month ago

From the early test with forge, the performance drop is really nasty