duritong / trocla

A password store for password creation and retrieval
Other
75 stars 18 forks source link

argon2 format #84

Open anarcat opened 2 months ago

anarcat commented 2 months ago

The vaultwarden server expects hashes to be passed as argon2 which look something like this:

$argon2id$v=19$m=19456,t=2,p=1$cXpKdUxHSWhlaUs1QVVsSStkbTRPQVFPSmdpamFCMHdvYjVkWTVKaDdpYz0$E1UgBKjUCD2Roy0jdHAJvXihugpG+N9WcAaR8P6Qn/8

It would be nice to have trocla support those as well! :)

(Similar to the yescrypt request in #81...)

duritong commented 2 months ago

Happty to take PRs