summaryrefslogtreecommitdiff
path: root/inc/phpseclib/LICENSE
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2013-07-30 18:50:28 +0200
committerMichael Hamann <michael@content-space.de>2013-07-30 18:55:19 +0200
commit04369c3eae728e14962c41d1ab259f9e7ed99144 (patch)
tree215444b8ba53bcb3ba29b87d12e23a2affe81f33 /inc/phpseclib/LICENSE
parent30d544a4c371bf69023e4d9958bc2b00d84387d9 (diff)
downloadrpg-04369c3eae728e14962c41d1ab259f9e7ed99144.tar.gz
rpg-04369c3eae728e14962c41d1ab259f9e7ed99144.tar.bz2
Add AES from phpseclib and use it for cookie encryption
This replaces the deprecated and broken Blowfish implementation that has previously been used and should provide a lot more security.
Diffstat (limited to 'inc/phpseclib/LICENSE')
-rw-r--r--inc/phpseclib/LICENSE21
1 files changed, 21 insertions, 0 deletions
diff --git a/inc/phpseclib/LICENSE b/inc/phpseclib/LICENSE
new file mode 100644
index 000000000..6ecd9b9be
--- /dev/null
+++ b/inc/phpseclib/LICENSE
@@ -0,0 +1,21 @@
+Copyright 2007-2012 TerraFrost and other contributors
+http://phpseclib.sourceforge.net/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file