Simple password Manager

Nothing Dolibarr related, but something that I’ve done based on some Dolibarr code (I’ve used a few functions and some general logic). Simple Password Manager, written on PHP with PDO DB connections. Still has a lot of work to be done, but it’s good for local use. Code on GitHub

Hi @milenmk

Will check that. It’s quite interesting. May i know which php framework you have used please?

Thanks
Saikat

No framework. Handwritten PHP OOP, PDO and Twig. Password encryption, for now, is with OpenSSL, but I am integrating sodium now as an option. Have to make the admin panel first.

I was trying to install that in my local and sorry to say was unable to to do that was getting some issues. Will try again and let you know.

Thanks
Saikat

you need at least PHP v7.4 for this to work, plus OpenSSL and PDO extension enabled.

New release published today with some fixes: GitHub v2.4.0