Table of Contents
Why
I have some web tools with authentication and wanted something handy to create a .htpasswd with php only methods (no exec()).
After finding the right encryption the rest was quite easy.
Maybe you want to build a small user management ui on top.
Requirements
- PHP 8