summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/crypt.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-07-21 23:36:20 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-07-23 12:14:02 +0200
commitde9d3797ffc712f8fa3552411c82b24486461daf (patch)
treec6ab7a33dc1e4e54814f1472032bf4cf78c9bf82 /apps/files_encryption/lib/crypt.php
parent4bbdcfbccfe1fef28d3b6feea8a742e156295a63 (diff)
downloadnextcloud-server-de9d3797ffc712f8fa3552411c82b24486461daf.tar.gz
nextcloud-server-de9d3797ffc712f8fa3552411c82b24486461daf.zip
update existing unit tests
Diffstat (limited to 'apps/files_encryption/lib/crypt.php')
-rwxr-xr-xapps/files_encryption/lib/crypt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php
index 8ca96899f88..7974598729e 100755
--- a/apps/files_encryption/lib/crypt.php
+++ b/apps/files_encryption/lib/crypt.php
@@ -312,7 +312,7 @@ class Crypt {
*
* This function decrypts a file
*/
- public static function symmetricDecryptFileContent($keyfileContent, $passphrase = '', $cipher = 'AES-128-CFB') {
+ public static function symmetricDecryptFileContent($keyfileContent, $passphrase = '', $cipher = Crypt::DEFAULT_CIPHER) {
if (!$keyfileContent) {