hi,
What we are facing is
1. I have encrypted file created by using this command
htpasswd -c -m -b filename username password
The output was stored in file.
admin:$apr1$g3X.i/..$NZYMsYERfm1obRrWUy9aq.
I found out admin is username.
I want to validate the user admin and encrypted passwo
hi,
Thanks for your input.
What we are facing is
1. I have encrypted file using the command
htpasswd -c -m -b filename username password
The output was stored in file.
admin:$apr1$g3X.i/..$NZYMsYERfm1obRrWUy9aq.
I found out admin is username.
I want to validate the user admin.
I am ge
hi
i ve the http password file which is encrypted using htpasswd -c -m
-b command i.e the password which is encrypted using md5 algorithm .i
want to validate the user input password against the stored encrypted
password
thank u
iyappan
--
hi
i ve the http password file which is encrypted using htpasswd -c -m
-b command i.e the password which is encrypted using md5 algorithm .i
want to validate the user input password against the stored encrypted
password
thank u
iyappan
-