Alvise Nicoletti wrote:
> John Meyer ha scritto:
>> Alvise Nicoletti wrote:
>>  
>>> Hi to all... did anyone never heard how to implement crypt and sha1
>>> functions of php inside delphi/lazarus?
>>>     
>>
>>
>> While this isn't a cross-platform solution, have you tried the nix crypt
>> and sha functions?
>>
>> _________________________________________________________________
>>      To unsubscribe: mail [EMAIL PROTECTED] with
>>                 "unsubscribe" as the Subject
>>    archives at http://www.lazarus.freepascal.org/mailarchives
>>
>>
>>
>>   
> Where I can find them? wich unit?
>
> Maybe it's not a cross platform solution but I can do something with
> their sources...
>

'crypt is implemented as a function in Linux/Unix.  sha1 also has an
implementation for perl, so you might be able to do something with that.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to