Results 1 to 4 of 4

Thread: md5 passwords issue

  1. #1
    Join Date
    Sep 2009
    Posts
    48

    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. #2
    Join Date
    Apr 2008
    Posts
    1,948

    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. #3
    Join Date
    May 2008
    Posts
    2,012

    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. #4
    Join Date
    Apr 2008
    Posts
    2,005

    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:-
    $ID = $_GET["ID"];
    $UserResult = mysql_query("SELECT * FROM tblUsers WHERE md5(UserID)='".$ID."' ")or die (mysql_error());

Similar Threads

  1. How to secure your Passwords
    By Santy in forum Tips & Tweaks
    Replies: 2
    Last Post: 14-07-2010, 03:00 AM
  2. Insecure passwords use
    By Dehenis in forum Technology & Internet
    Replies: 4
    Last Post: 09-10-2009, 02:37 PM
  3. Need to keep track of all my passwords
    By Ananias in forum Technology & Internet
    Replies: 3
    Last Post: 02-03-2009, 10:20 AM
  4. Export Passwords from AD
    By BlackSunReyes in forum Active Directory
    Replies: 2
    Last Post: 15-01-2009, 03:29 AM
  5. Bios Passwords
    By Maddox in forum Networking & Security
    Replies: 2
    Last Post: 25-10-2008, 02:07 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,113,809.56012 seconds with 16 queries