From: Christopher Date: Wed, 18 Mar 2020 04:24:41 +0000 (-0500) Subject: bigger keys X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=fba5d4188f0c41e1cf38a717e5c807ffc9534c0f;p=wampex.git bigger keys --- diff --git a/lib/router/authentication.ex b/lib/router/authentication.ex index 1f55ead..1ffafe6 100644 --- a/lib/router/authentication.ex +++ b/lib/router/authentication.ex @@ -7,8 +7,8 @@ defmodule Wampex.Router.Authentication do alias Wampex.Serializers.JSON @wampcra "wampcra" - @salt_length 8 - @key_length 16 + @salt_length 16 + @key_length 32 @auth_provider "userdb" @auth_role "user"