equalitie / ouisync

A secure peer-to-peer file synchronization app.
https://ouisync.net
Mozilla Public License 2.0
49 stars 9 forks source link

Export dart API to perform Argon2 password hashing #162

Closed inetic closed 6 months ago

inetic commented 9 months ago

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

inetic commented 9 months ago

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

inetic commented 6 months ago

This was fixed some time ago