equalitie / ouisync

An in-development peer-to-peer file synchronization app.
Mozilla Public License 2.0
33 stars 8 forks source link

Export dart API to perform Argon2 password hashing #162

Closed inetic closed 1 month ago

inetic commented 4 months ago

Dart crypto packages seem less mature, and it might be faster if we do it through rust

inetic commented 4 months ago

In rust we currently use Argon2 V19 Dart currently uses Argon2 V13

inetic commented 1 month ago

This was fixed some time ago