]> git.p6c8.net - jirafeau.git/commit
Add encryption feature (disabled by default).
authorJerome Jutteau <jerome.jutteau@apbteam.org>
Wed, 24 Jul 2013 12:46:39 +0000 (14:46 +0200)
committerJerome Jutteau <jerome.jutteau@apbteam.org>
Thu, 25 Jul 2013 22:19:46 +0000 (00:19 +0200)
commit0a5462c3311b4541a858b8e719ae8548877c7a62
treee050bb17cf71c4468a76eb7864146b99c293651a
parentbd23d65292b6eda5c00e85ddce27235b5529a565
Add encryption feature (disabled by default).

Notes:
- This feature requieres mcrypt module to be installed.
- File dedupliation will stop working (as files are encrypted).
- Server's ressource usage is heavier (encryption/decryption cost).
file.php
lib/config.php
lib/functions.js
lib/functions.php
lib/lang.php
script.php

patrick-canterino.de