authpass / kdbx.dart

KeepassX format implementation in pure dart.
GNU General Public License v3.0
38 stars 11 forks source link

Should we migrate from argon2_ffi to https://pub.dev/packages/dargon2_flutter? #9

Closed drriguz closed 4 months ago

drriguz commented 4 months ago

Hi, I found a argon2 plugin dargon2_flutter that is available for all devices. It seems to be ready to use for authpass. Could we use it instead?

hpoul commented 4 months ago

Why?

drriguz commented 4 months ago

Why?

I just saw a comment in https://github.com/authpass/kdbx.dart:

For v4 argon2 support would be required. Unfortunately there are no dart implementations, or bindings yet. (as far as I can find).

But it seems that argon2_ffi already supports all platforms.

hpoul commented 4 months ago

Ah okay, removed that from the readme.. I've made argon2_ffi for it, and am actively trying it with https://authpass.app