nuxsmin / sysPass

Systems Password Manager
https://syspass.org
GNU General Public License v3.0
975 stars 208 forks source link

implement xkpasswd.pl for password generation #1422

Open babakkazemi opened 5 years ago

babakkazemi commented 5 years ago

I am a very happy user of https://xkpasswd.net/s/ for password generation and I think this would be a very good algorithm for password generation in syspass, as the passwords are speakable and easier to remember

The project documentation is here: https://www.bartbusschots.ie/s/publications/software/xkpasswd/

nuxsmin commented 5 years ago

Hello, it seems an interesting project and great feature, however I'll need to find out how to implement a Perl module within the app, since dealing with cpan wouldn't be good for many people and it would introduce some external dependencies which won't be managed by composer.

I'd rather prefer a JavaScript tool which would be easily integrated on browser side instead of server side (API calls etc...)

Thanks for the feedback!

Regards