From: Roland Haeder Date: Sat, 9 Apr 2016 19:01:01 +0000 (+0200) Subject: It is now user and no need for SALT_LENGTH anymore X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8874a165f77c3f7c18c1408e2e5aa2122652df94;p=juser-core.git It is now user and no need for SALT_LENGTH anymore --- diff --git a/src/org/mxchange/jusercore/model/user/UserUtils.java b/src/org/mxchange/jusercore/model/user/UserUtils.java index d3ad06c..b98c7f9 100644 --- a/src/org/mxchange/jusercore/model/user/UserUtils.java +++ b/src/org/mxchange/jusercore/model/user/UserUtils.java @@ -21,17 +21,12 @@ import org.mxchange.jcore.BaseFrameworkSystem; import org.mxchange.jusercore.container.login.LoginContainer; /** - * An utilities class for customers + * An utilities class for users *

* @author Roland Haeder */ public class UserUtils extends BaseFrameworkSystem { - /** - * Length of salt - */ - private static final int SALT_LENGTH = 10; - /** * Hashes given user password and adds a salt to it *