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
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
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
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
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.
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
--- 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
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]
__
]]
> 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
.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
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
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
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
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
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]
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);
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);
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 4.0.4pl1 work with crypt() well, but php4.0.5 for windows not work with crypt()
really?
i need crypt(). please help me!!
19 matches
Mail list logo