We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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...)
The text was updated successfully, but these errors were encountered:
Happty to take PRs
Sorry, something went wrong.
This could be a feasible gem to be used for this: https://github.com/technion/ruby-argon2
No branches or pull requests
The vaultwarden server expects hashes to be passed as argon2 which look something like this:
It would be nice to have trocla support those as well! :)
(Similar to the yescrypt request in #81...)
The text was updated successfully, but these errors were encountered: