On Sat, Jun 27, 2009 at 10:28 AM, Ashley
Sheridan wrote:
> On Sat, 2009-06-27 at 15:21 +0200, madunix wrote:
>> I am running several web servers (Linux/Apache/PHP/MySQL) with alot of
>> statistical data, I got multiple request from different providers
>> they asked us to implement a mechanism thro
On Sat, 2009-06-27 at 15:21 +0200, madunix wrote:
> I am running several web servers (Linux/Apache/PHP/MySQL) with alot of
> statistical data, I got multiple request from different providers
> they asked us to implement a mechanism through which the data can be
> shared with them. at the moment we
I am running several web servers (Linux/Apache/PHP/MySQL) with alot of
statistical data, I got multiple request from different providers
they asked us to implement a mechanism through which the data can be
shared with them. at the moment we don't have a direct data feed
service.
I would like to kn
On Sun, 2008-10-19 at 19:12 -0500, Micah Gersten wrote:
> Don't use cookies, use sessions.
>
> Thank you,
> Micah Gersten
> onShore Networks
> Internal Developer
> http://www.onshore.com
>
>
>
> Ben Stones wrote:
> > I've read a few videos on cookie security and it makes sense that people can
>
Don't use cookies, use sessions.
Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com
Ben Stones wrote:
> I've read a few videos on cookie security and it makes sense that people can
> modify cookie values which is a problem I'm trying to figure out to *try*
> and
> You encrypt stuff with a string that you keep secret. That string is needed
> to decrypt the string.
I recommend you change that string once in a while.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Oct 15, 2008, at 1:21 PM, Yeti wrote:
You encrypt stuff with a string that you keep secret. That string
is needed to decrypt the string.
I recommend you change that string once in a while.
Also, picking up a copy of:
Essential PHP Security
by Chris Shiflett
# ISBN-10: 059600656X
# ISBN-
On 15 Oct 2008, at 18:21, Yeti wrote:
You encrypt stuff with a string that you keep secret. That string
is needed to decrypt the string.
I recommend you change that string once in a while.
That's never a bad idea with any secret token, but bear in mind that
when you do all existing cookies
Makes perfect sense. I have included this security in my script - thanks to
both of you for your help!
Cheers!
2008/10/15 Stut <[EMAIL PROTECTED]>
> On 15 Oct 2008, at 16:04, Ben Stones wrote:
>
>> Can you explain to me the benefits of hashing/encrypting/md5'ing cookie
>> values? I don't see how
On 15 Oct 2008, at 16:04, Ben Stones wrote:
Can you explain to me the benefits of hashing/encrypting/md5'ing
cookie values? I don't see how it'd stop hackers from changing
cookie values?
You encrypt stuff with a string that you keep secret. That string is
needed to decrypt the string.
Wh
On 15 Oct 2008 at 16:04, Ben Stones wrote:
> Can you explain to me the benefits of hashing/encrypting/md5'ing cookie
> values? I don't see how it'd stop hackers from changing cookie values?
Hi,
You would keep a copy of the hash on the server and check that against the
submitted
value. If they
I've read a few videos on cookie security and it makes sense that people can
modify cookie values which is a problem I'm trying to figure out to *try*
and prevent. What I'll first do is at the top of the page that validates if
the cookie values is in the database, but what my next problem is they'd
Can you explain to me the benefits of hashing/encrypting/md5'ing cookie
values? I don't see how it'd stop hackers from changing cookie values?
2008/10/15 Stut <[EMAIL PROTECTED]>
> On 15 Oct 2008, at 15:23, Ben Stones wrote:
>
>> I've read a few videos on cookie security and it makes sense that
On 15 Oct 2008, at 15:23, Ben Stones wrote:
I've read a few videos on cookie security and it makes sense that
people can
modify cookie values which is a problem I'm trying to figure out to
*try*
and prevent. What I'll first do is at the top of the page that
validates if
the cookie values is
Hi Everyone,
I am developing an Information Portal for my university, and I am looking a
good solid framework. can you provide me with links, currently I am a bit
confused and overwhelmed with lots of great stuff on net like drupal and
Ruby on Rails
If you could share your experience[if any on si
Important informations!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Important document!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Have a look at PEAR::Auth on http://pear.php.net
Vincent
-Original Message-
From: Andre [mailto:[EMAIL PROTECTED]
Sent: mercredi 10 mars 2004 11:35
To: [EMAIL PROTECTED]
Subject: [PHP] Information about security
Hello
I need some information about security in php.
I want to create a
Hello
I need some information about security in php.
I want to create a backoffice extremely safe for user authentication?
What you think about using .htaccess for authentication, and if it
is possible to authenticate a user and then logout.
And I would also like to know if you have other ways
Dear Miss/Mrs./Mr.
I intend to move to Australia and work there as an auditor or an accountant.So I'd
like to be familiar with Australian accounting environment before I move to there.
So I'd like you to give me some information about "MYOB Accountants Office" and
"MYOB Tax"like:
* Where
Dear Miss/Mrs./Mr.
I intend to move to Australia and work there as an auditor or an accountant.So I'd
like to be familiar with Australian accounting environment before I move to there.
So I'd like you to give me some information about "MYOB Accountants Office" and
"MYOB Tax"like:
* Where
nt: Tuesday, November 05, 2002 1:01 PM
Subject: RE: [PHP] Information Retrieval.. help
> Why don't you use full text search, which creates a score?
>
> Two tutorials:
> http://www.mysql.com/doc/en/Fulltext_Search.html
> http://www.zend.com/zend/tut/tutorial-ferrara1.php
>
&g
e-
> From: Kevin Stone [mailto:kevin@;helpelf.com]
> Sent: Tuesday, November 05, 2002 2:44 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Information Retrieval.. help
>
>
> Hey list! I have written several simple search scripts to
> retrieve basic data.. that is to say
Hey list! I have written several simple search scripts to retrieve basic data.. that
is to say I wasn't worried about the actual relevancy of what I was retrieving. Now I
need to write a search script that retrieves information based on the search terms in
order of relevancy. It doesn't have
Hello,
I'm quite new to this list so i guess you've had this subject hundereds of
times before(?).
Anyway - I'm looking for articles/information about PHPlib, FastTemplate and
their clones.
I'm also looking for information about how to do big/complex sites. OOP in
php, filestructures etc.
Right
25 matches
Mail list logo