#1
| |||
| |||
md5 passwords issue I have my own website, on which my md5 passwords been stored on it. I would like to know that how do i clear my md5 passwords from my website? I know it can be done by encoding my passwords. But i don't want to encode my md5 passwords. So, let me know the correct way of clearing my md5 passwords from my own website. Any help you can provide would be greatly appreciated. |
#2
| |||
| |||
Re: md5 passwords issue MD5 Password is a password recovery tool for security professionals, which can be used to decrypt a password if its MD5 hash is known. If the file specification is a wildcard, each matching file is processed in an order determined by the operating system (or file system). |
#3
| |||
| |||
Re: md5 passwords issue You can't decode a MD5 hash as it isn't decodable. "htpasswd encrypts passwords using either a version of MD5 modified for Apache, or the system's crypt() routine. Just try to reset it. Files managed by htpasswd may contain both types of passwords; some user records may have MD5-encrypted passwords while others in the same file may have passwords encrypted with crypt()." |
#4
| |||
| |||
Re: md5 passwords issue You need the qutoes as your dealing with a string. The MD5 algorithm used by htpasswd is specific to the Apache software, passwords encrypted using it will not be usable with other Web servers." Try ou the following code:- Quote:
|
![]() |
|
Tags: encoding passwords, md5 passwords, website |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to secure your Passwords | Santy | Tips & Tweaks | 2 | 14-07-2010 03:00 AM |
Insecure passwords use | Dehenis | Technology & Internet | 4 | 09-10-2009 02:37 PM |
Need to keep track of all my passwords | Ananias | Technology & Internet | 3 | 02-03-2009 10:20 AM |
Export Passwords from AD | BlackSunReyes | Active Directory | 2 | 15-01-2009 03:29 AM |
Bios Passwords | Maddox | Networking & Security | 2 | 25-10-2008 02:07 PM |