onezeronull.com
Fastest way to generate passwords for htpasswd
The fastest way of generating passwords for htpasswd program is… to use PHP for this task: [code language=”php”] $clearTextPassword = ‘some password’; $password = cryp…