Skip to content
Snippets Groups Projects
Commit 109302a9 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

add some todos

parent eac4d4ff
Branches
No related tags found
No related merge requests found
...@@ -23,11 +23,12 @@ ...@@ -23,11 +23,12 @@
// Todo: // Todo:
// Crypt/decrypt button in the userinterface // - Crypt/decrypt button in the userinterface
// setting if crypto should be on by default // - Setting if crypto should be on by default
// transparent decrypt/encrpt in filesystem.php // - Add a setting "Don´t encrypt files larger than xx because of performance reasons"
// don't use a password directly as encryption key. but a key which is stored on the server and encrypted with the user password. -> password change faster // - Transparent decrypt/encrpt in filesystem.php. Autodetect if a file is encrypted (.encrypted extensio)
// check if the block lenght of the encrypted data stays the same // - Don't use a password directly as encryption key. but a key which is stored on the server and encrypted with the user password. -> password change faster
// - IMPORTANT! Check if the block lenght of the encrypted data stays the same
require_once('Crypt_Blowfish/Blowfish.php'); require_once('Crypt_Blowfish/Blowfish.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment