summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-06-27 12:39:45 +0200
committerAzul <azul@leap.se>2012-06-27 12:39:45 +0200
commitdcdfd2d5b166e563b6b4f76eb91ace0aca0259f0 (patch)
treeca2f603422d189bb02102bc911bb3f0feef1887b
parent766b46478454ad36eb094c42326b1dab4aa53f31 (diff)
adding license remark in readme
-rw-r--r--Readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index bf4b44b..0d412a0 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,5 +1,7 @@
imported to github from: https://code.google.com/p/srp-js/
+License: [New BSD License](http://www.opensource.org/licenses/bsd-license.php)
+
Many websites today require some form of authentication to access the site's full functionality. Unfortunately, many of these websites do not use secure authentication protocols.
In some cases, websites will store user passwords in their database. If the database ever becomes compromised, an attacker could authenticate as any user he wanted.