marinofaggiana 4 years ago
parent
commit
924741c6ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iOSClient/Security/NCEndToEndEncryption.m

+ 1 - 0
iOSClient/Security/NCEndToEndEncryption.m

@@ -31,6 +31,7 @@
 
 #define addName(field, value) X509_NAME_add_entry_by_txt(name, field, MBSTRING_ASC, (unsigned char *)value, -1, -1, 0); NSLog(@"%s: %s", field, value);
 
+#define IV_DELIMITER_ENCODED_OLD    @"fA=="
 #define IV_DELIMITER_ENCODED        @"|"
 #define PBKDF2_INTERACTION_COUNT    1024
 #define PBKDF2_KEY_LENGTH           256