From b1dbb1c287db4edcea9f5604d2d285d8a7e7b7c6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 19 Mar 2014 18:14:52 +0100 Subject: [PATCH] Cryptage des mdp avec javascript --- README.md | 3 ++- index.php | 2 ++ js/index.js | 8 ++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3641372..671b687 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,5 @@ Serveur web, php et mysql. * Modifier le fichier connexion_bdd.php.example et le renommer en connexion_bdd.php ## Notes -Utilisation du projet [SlickGrid](https://github.com/mleibman/SlickGrid) ainsi que de [SlickGridEnhancementPager](https://github.com/kingleema/SlickGridEnhancementPager) pour la pagination, merci à eux :). +Utilisation du projet [SlickGrid](https://github.com/mleibman/SlickGrid) ainsi que de [SlickGridEnhancementPager](https://github.com/kingleema/SlickGridEnhancementPager) pour la pagination. +Utilisation des scripts de [pajhome](http://pajhome.org.uk/crypt/md5/index.html) pour l'algorithme sha1 en JavaScript. \ No newline at end of file diff --git a/index.php b/index.php index 502a29b..d52c15a 100644 --- a/index.php +++ b/index.php @@ -103,6 +103,8 @@ + +