Update README.md
This commit is contained in:
parent
2113da1669
commit
86260485d4
|
@ -32,7 +32,7 @@ The two columns in database are "login" and "password".
|
|||
login is compounded by "@@domain;login" 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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user