Gossamer Forum
Home : Products : Others : Gossamer Community :

Password lost

Quote Reply
Password lost
hello sir,

thank you sir... I have another problem.. I have forgot my password for admin
what to do??

I see in .htpasswd this line:

hidden:3YZdWxove.dgs

what is 3YZdWxove.dgs

?

Please help me.

danny
Quote Reply
Re: [affdan] Password lost In reply to
Is this for GCommunity, or LinksSQL? 3 seperate posts is a bit overkill :|

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Password lost In reply to
Andy, no, it it for Apache webserver Wink

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...

Last edited by:

webmaster33: Sep 7, 2004, 8:25 AM
Quote Reply
Re: [webmaster33] Password lost In reply to
In Reply To:
Andy, no, it it for Apache webserver Wink

Er, I know that. I was trying to work out why he needed 3 posts in 3 different forums ;-)

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Password lost In reply to
Yeah, I know, I got it. Just was joking Wink

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Quote Reply
Re: [affdan] Password lost (.htpasswd creation problem) In reply to
affdan,

You can not do too much to retrieve the original password. It in encrypted with unix crypt in one-way, and it's not possible to be decrypted.
Well, "brute force" hacking would be possible, by trying all possible password variations, but that is not the right way.

If the password was created under Unix/Linux, then it's same as result of unix crypt command.
If the password was created under Windows, then it's MD5 hash as far as I know.

Well, this one looks like unix crypt result, so the only thing you need to do to recreate another password hash, and replace the old one.


Here is the doc about .htpasswd:
http://httpd.apache.org/...ograms/htpasswd.html

Also here are some tools for creating .htpasswd user/password pairs:
http://www.4webhelp.net/us/password.php
http://www.euronet.nl/~arnow/htpasswd/

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...