zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

Issue added with pbkdf2 (PIN not working) #180

Closed Pofilo closed 6 years ago

Pofilo commented 6 years ago

An issue has been added with the commit: https://github.com/zeruniverse/Password-Manager/commit/0b563510e76cfb93aacec0abf56b348317bd7e94 Before the commit, the PIN used to work, after, it doesn't (when you try to login with the PIN code, the PIN is blocked as if a wrong PIN was tried 3 times).

I don't really have time to look after this right now, but at least the bug is known :) (bug reproduced on the demo)

BenjaminHae commented 6 years ago

I'll look into it. Probably this weekend.

BenjaminHae commented 6 years ago

First report: It's something on the frontend. The backend behaves perfectly well.

BenjaminHae commented 6 years ago

Could you please check if it works for you?

Pofilo commented 6 years ago

Yes, it is working again, thanks :)