equalitie/ouisync

Export dart API to perform Argon2 password hashing

Closed this issue · 2 comments

inetic commented

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

inetic commented

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

This was fixed some time ago