From 80f766554a3dd117b2958fd8c55b8fab2b73f9f9 Mon Sep 17 00:00:00 2001 From: Demian Date: Thu, 11 Jun 2015 10:20:37 -0300 Subject: Implemented password hashing using a salt, following this code&guidelines: https://crackstation.net/hashing-security.htm --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ce0c89d44..342b2965d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ nbactions.xml .settings .idea web/.idea +.idea +traccar.iml -- cgit v1.2.3