I have some files with list of users and encrypted passwords (standart Apache file for htaccess realisation with htpasswd.exe utility). How i can compare inserted password( inserted in HTML-form, as example) with password written in my file ???
In Apache-docs i read about "Apache-modified MD5 algoritm", but i can't process my passwords for comparision !!!