marinofaggiana 4 年之前
父節點
當前提交
924741c6ce
共有 1 個文件被更改,包括 1 次插入0 次删除
  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