zeruniverse / Password-Manager

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

Check demo site #208

Closed zeruniverse closed 6 years ago

zeruniverse commented 6 years ago

sourceforge uses php 5.4 so some workaround was done to make sure demo runs properly.

With simple checks, it works fine but I don't know the exact changes you made so it's better you test it again.

https://phppasswordmanager.sourceforge.io/

BenjaminHae commented 6 years ago

Do you have a diff of the source files for me?

zeruniverse commented 6 years ago

I just removed all pbkdf2 and removed the const keyword.

BenjaminHae commented 6 years ago

Then everything should be fine.