Change protocol version (3 -> 4) : PKDBF2 is renamed in PBKDF2. This also avoid mismatch with new encryption system

This commit is contained in:
2017-04-17 20:39:53 +02:00
parent 29e2c8337c
commit 65ca3a3d3d
6 changed files with 14 additions and 12 deletions

View File

@@ -24,7 +24,7 @@
Password is salted (3 random characters) and encrypted
All is encrypted with AES256 and key : PKDBF2(hmac_sha256, master key, url, 1000)
All is encrypted with AES256 and key : PBKDF2(hmac_sha256, master key, url, 1000)
*/
$MAX_ENTRY_LEN = 512;
$USERS_PATH = "./users/";