1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-24 20:48:01 +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

@@ -905,6 +905,7 @@ seafile_create_repo (const char *repo_name,
const char *repo_desc,
const char *owner_email,
const char *passwd,
int enc_version,
GError **error);
char *
@@ -914,6 +915,7 @@ seafile_create_enc_repo (const char *repo_id,
const char *owner_email,
const char *magic,
const char *random_key,
const char *salt,
int enc_version,
GError **error);