Fix salt in client

This commit is contained in:
Gregory Soutade
2013-10-16 08:57:06 +02:00
parent 89d668df76
commit 6099b39329
2 changed files with 6 additions and 2 deletions

View File

@@ -85,7 +85,6 @@ function derive_mkey(user, mkey_target)
}
url = url_domain(document.URL) + "/" + user;
mkey = a2hex(pkdbf2(mkey, url, 1000, 256/8));
mkey_target.value = mkey;