1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-04 08:54:39 +00:00

Encrypted library version 3: use different salt for each library.

This commit is contained in:
Jonathan Xu
2019-03-19 17:42:36 +08:00
parent d4713418bb
commit 17ef884861
20 changed files with 243 additions and 88 deletions

View File

@@ -35,6 +35,7 @@ struct _SeafCommit {
int enc_version;
char *magic;
char *random_key;
char *salt;
gboolean no_local_history;
int version;