From 86260485d424601c8a20fc84efca655b65e86b1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Wed, 16 Oct 2013 18:54:23 +0200 Subject: [PATCH] Update README.md --- firefox_addon/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox_addon/README.md b/firefox_addon/README.md index ecd977b..579c940 100644 --- a/firefox_addon/README.md +++ b/firefox_addon/README.md @@ -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).