Re: [PHP-WIN] crypt() with decription

2007-12-04 Thread Oliver Espeter
Monday, December 03, 2007 9:15 PM To: php Subject: [PHP-WIN] crypt() with decription I used php crypt() function to encript password (as a simple encryption) but how I decrypt that encrypted password because I want to send the password to the user when it requested. -- PHP Windows Mailing List (h

Re: [PHP-WIN] crypt() with decription

2007-12-04 Thread Elizabeth Smith
Mohit wrote: That does not sound good. We should create some functions to decrypt it back again, agree? Mohit Valecha from the manual: crypt — One-way string encryption (hashing) Note: There is no decrypt function, since crypt() uses a one-way algorithm. I

RE: [PHP-WIN] crypt() with decription

2007-12-04 Thread Mohit
ccept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you." -Original Message- From: Bill Bolte [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 7:42 PM To: php Subject: RE: [PHP-WIN] crypt() with

RE: [PHP-WIN] crypt() with decription

2007-12-04 Thread Bill Bolte
hp Subject: [PHP-WIN] crypt() with decription I used php crypt() function to encript password (as a simple encryption) but how I decrypt that encrypted password because I want to send the password to the user when it requested. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, v

[PHP-WIN] crypt() with decription

2007-12-03 Thread Nishantha Pradeep
I used php crypt() function to encript password (as a simple encryption) but how I decrypt that encrypted password because I want to send the password to the user when it requested.

Re: [PHP-WIN] Crypt code

2004-02-25 Thread Piotr Pluciennik
Try this url: http://www.ioncube.com/ HTH, Greetings Piotr --- carlos castillo <[EMAIL PROTECTED]> wrote: > > I want to know if you know a tool to crypt the code, > all, i mean a file > php, so when i open it i only see some characters > without order, like > zend, but free or where can i get z

[Fwd: Re: [PHP-WIN] Crypt code]

2004-02-25 Thread Svensson, B.A.T. (HKG)
--- Begin Message --- http://pobs.mywalhalla.net On Wed, 2004-02-25 at 15:31, carlos castillo wrote: > I want to know if you know a tool to crypt the code, all, i mean a file > php, so when i open it i only see some characters without order, like > zend, but free or where can i get zend or a sim

[PHP-WIN] Crypt code

2004-02-25 Thread carlos castillo
I want to know if you know a tool to crypt the code, all, i mean a file php, so when i open it i only see some characters without order, like zend, but free or where can i get zend or a similar tool. thanks. Carlos A. Castillo. Ingeniero de desarrollo [EMAIL PROTECTED] __

RE: [PHP-WIN] crypt() on windows

2002-06-20 Thread Christian Leberfinger
]] > Sent: Friday, June 21, 2002 12:12 AM > To: Christian Leberfinger; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] crypt() on windows > > > I actually remember reading a tutorial on using the htpasswd.exe > that comes > with apache to emulate its *nix twin. It is supposed to let

Re: [PHP-WIN] crypt() on windows

2002-06-20 Thread Ben Davis
.htaccess file. But thats another story. Ben Davis Nashville, TN [EMAIL PROTECTED] www.davisben.com - Original Message - From: "Christian Leberfinger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 20, 2002 12:25 PM Subject: [PHP-WIN] crypt() on w

RE: [PHP-WIN] crypt() on windows

2002-06-20 Thread Dash McElroy
sday, June 20, 2002 1:17 PM To: PHP-List Subject: RE: [PHP-WIN] crypt() on windows Crypt() is supported by windows systems, but it uses other encryption mechanisms than crypt() on unix-systems...that means it returns other encrypted strings. So when Apache compares the crypt()ed string with the

RE: [PHP-WIN] crypt() on windows

2002-06-20 Thread Christian Leberfinger
Crypt() is supported by windows systems, but it uses other encryption mechanisms than crypt() on unix-systems...that means it returns other encrypted strings. So when Apache compares the crypt()ed string with the one stored in the .htpasswd, it fails and you can't gain access... Is there no way

[PHP-WIN] crypt() on windows

2002-06-20 Thread Christian Leberfinger
Does anyone have a solution for crypt()-support on windows-based webserver-systems? I'm the developer of PHPAccess - the admin tool for htaccess-security on Apache-servers and I don't get it to create a crypted password that is recognized by Apache's htaccess. Help! Christian Leberfinger [htt

Re: [PHP-WIN] CRYPT SOUS WINDOWS

2001-05-23 Thread Alain Samoun
There are problems with the crypt extension, I do not think that it is available for the current version PHP4.05 Alain On Wed, May 23, 2001 at 01:29:43PM +0200, Dalyyla wrote: > Hi, > > Where can I download crypt for windows. I didn't find it anywhere. > > Thanks > > Dalyyla > > > -- > PHP

[PHP-WIN] CRYPT SOUS WINDOWS

2001-05-23 Thread Dalyyla
Hi, Where can I download crypt for windows. I didn't find it anywhere. Thanks Dalyyla -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] crypt

2001-05-18 Thread Ivan Pavlovic
Is there any problem with cript( ) in php 4.0.5 and 4.0.6 The function work under 4.0.4. The error mesage in browser is Warning: crypt() is not supported in this PHP build in What can I do to solve the problem. The code I am using is $encript = crypt( $new, $oldencripted);

[PHP-WIN] crypt

2001-05-16 Thread Ivan Pavlovic
It seems that the crypt( ) work fine with version 4.0.3., but in 4.0.5. and 4.0.6 versions wont work. Do I need the php_crypt.dll and where I can find it. The error in browser is Warning: crypt() is not supported in this PHP build in The code is $proba = crypt($newpass, $oldpass);

[PHP-WIN] crypt MySQL password

2001-05-03 Thread [EMAIL PROTECTED]
I have a form that I use for to collect the data in MySQL and I would to crypt my $DBpassword .. Could you help me with an example ? Thank you very much to all Paul -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP-WIN] crypt() not work really?

2001-05-02 Thread 최기수
php 4.0.4pl1 work with crypt() well, but php4.0.5 for windows not work with crypt() really? i need crypt(). please help me!!