I’m planning to re-build an admin screen using PERL which is currently written in PHP. For passwords it is using PASSWORD_BCRYPT which is atleast a few years old.
I was thinking about using the Crypt function (Perl).
Is either one of these better than the other, and why?
I'm far from being a great "scripter" but I find PERL easier to work with.