Update README.md

This commit is contained in:
Grégory Soutadé 2013-10-16 18:54:23 +02:00
parent 2113da1669
commit 86260485d4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ The two columns in database are "login" and "password".
login is compounded by "@@domain;login" encrypted with AES 256 login is compounded by "@@domain;login" encrypted with AES 256
password is salted and encrypted with AES 256 password is salted and encrypted with AES 256
The key that encrypt these fields is PKBDF2(hmac-sha256, masterkey, password_server_url, 1000, 256) The key that encrypt these fields is PBKDF2(hmac-sha256, masterkey, password_server_url, 1000, 256)
For now the only addons made is for firefox. Server side is written in PHP (with SQLite3 for database component). For now the only addons made is for firefox. Server side is written in PHP (with SQLite3 for database component).