auth against sha512-crypt password hashes, upgrade to pbkdf2

This commit is contained in:
Moon Man 2018-09-05 00:21:44 -04:00
commit 1a8bc26e52
3 changed files with 52 additions and 2 deletions

View file

@ -50,7 +50,8 @@ defmodule Pleroma.Mixfile do
{:ex_aws_s3, "~> 2.0"},
{:ex_machina, "~> 2.2", only: :test},
{:credo, "~> 0.9.3", only: [:dev, :test]},
{:mock, "~> 0.3.1", only: :test}
{:mock, "~> 0.3.1", only: :test},
{:crypt, git: "https://github.com/msantos/crypt"}
]
end