From fba5d4188f0c41e1cf38a717e5c807ffc9534c0f Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 17 Mar 2020 23:24:41 -0500 Subject: [PATCH] bigger keys --- lib/router/authentication.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.45.3