htpasswd will use MD5 or crypt() (which uses DES)
 From the man page:

"htpasswd  encrypts passwords using either a version of MD5
modified for Apache, or the system's crypt() routine.  Files
managed by htpasswd may contain both types of passwords;
some user records may have MD5-encrypted passwords while
oth�ers in the same file may have passwords encrypted with crypt()".

Ryan wrote:

>>I don't think any coldfusion function does it. If anybody finds a
>>solution in pure ColdFusion, send it in!
>>I don't know much about bash shell and how to reach it with cfexecute,
>>but i found this workaround:
>>    
>>
>
> From what I read at 
>http://httpd.apache.org/docs-2.0/programs/htpasswd.html , the apache 
>htpasswd file uses MD5 encryption.  This is what the ColdFusion Hash() 
>function does also.  That should work.
>
>-Ryan
>
>
>
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to