> I also know there are different options, like using --des for des
> encryption. and also --md5 for md5 way of encrypting. and a --check
> option to check the password.
> > MD5-based scheme
> http://en.wikipedia.org/wiki/Crypt_(Unix)#MD5-based_scheme
> What ever it is, it's not supported by ICS (currently).

There is a free TDESCrypt component that encrypts a given input string by
using DES. The code has been translated from crypt.c (Unix GNU Library).
The component allows user names and passwords to be encoded into a format
suitable for use with UNIX systems, in particular for the Apache web
server running on UNIX to restrict access to your web site.

TTDESCrypt always creates passwords 14 bytes long (base64 encoded), of
which the first two are the user supplied SALT (usually the first two
characters of the account name).  

http://www.magsys.co.uk/delphi/unixcrypt.asp

This is not the same as MD5, but may help.

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to