clipperz / password-manager

Clipperz is an online vault and password manager that knows nothing about you and your data. Everything you submit is locally encrypted by your browser before being uploaded to Clipperz. The encryption key is a passphrase known only to you and Clipperz could never access your data. Clipperz is built upon open proven and trusted encryption algorithms.
https://clipperz.is
GNU Affero General Public License v3.0
730 stars 134 forks source link

Can't login into offline copy if passphrase is 32 length long #91

Open windicted opened 8 years ago

windicted commented 8 years ago

It seems that if passphrase consists of 32 characters, the offline copy doesn't work, i.e. you can't login into it, because it always says "login failed". Here is a sequence of steps to reproduce the issue:

1) create a new clipperz account 2) set passphrase to 12345678901234567890123456789012 or any other 32 length long 3) create offline copy 4) try to login into offline copy and you will see "login failed" message

windicted commented 8 years ago

I forgot to mention that I can reproduce the bug in recent Firefox (42.0) and Google Chrome (46.0).

amiorin commented 8 years ago

Same problem here with chrome osx. At least, it works with safari osx. :-)

mbarulli commented 8 years ago

Thanks for reporting (and sorry for the delayed answer).

Working on it.