Passwords for a .htaccess file?

Discussion in 'PHP' started by papa_face, Sep 16, 2007.

  1. #1
    What encryption is used for generating the passwords for a .htaccess file?

    I have looked through all the encoding functions in php and I cant find it.
    Is it even available in PHP?
    If not does anyone know a script I can use to fit into my script to generate it?

    regards
     
    papa_face, Sep 16, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    http://httpd.apache.org/docs/1.3/programs/htpasswd.html
     
    nico_swd, Sep 16, 2007 IP
  3. papa_face

    papa_face Notable Member

    Messages:
    2,237
    Likes Received:
    67
    Best Answers:
    1
    Trophy Points:
    285
    #3
    Thanks for that, but how can I generate one?
     
    papa_face, Sep 16, 2007 IP
  4. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
  5. papa_face

    papa_face Notable Member

    Messages:
    2,237
    Likes Received:
    67
    Best Answers:
    1
    Trophy Points:
    285
    #5
    Thanks works :)
     
    papa_face, Sep 16, 2007 IP