]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix comments in crypt lib
authorGeorg Ehrke <dev@georgswebsite.de>
Wed, 21 Mar 2012 10:57:15 +0000 (11:57 +0100)
committerGeorg Ehrke <dev@georgswebsite.de>
Wed, 21 Mar 2012 16:43:09 +0000 (17:43 +0100)
apps/files_encryption/lib/crypt.php

index 0a593b98c4b366cf7e7442814296e70e8ef43ef4..246d4f672db1abdbd41d2d89ca3c40a11c2dc182 100644 (file)
@@ -26,7 +26,7 @@
 //  - Crypt/decrypt button in the userinterface
 //  - Setting if crypto should be on by default
 //  - Add a setting "DonĀ“t encrypt files larger than xx because of performance reasons"
-//  - Transparent decrypt/encrpt in filesystem.php. Autodetect if a file is encrypted (.encrypted extensio)
+//  - Transparent decrypt/encrypt in filesystem.php. Autodetect if a file is encrypted (.encrypted extension)
 //  - 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