Search found 3 matches

by markww
Fri Jun 12, 2009 10:51 pm
Forum: PHP - Security
Topic: Solid login/session class?
Replies: 1
Views: 926

Solid login/session class?

Hi, I'm looking for a login/session class. I can come up with something myself, but surely there must be a robust, standard security class already out there? I've been searching for quite some time - seems like there are a lot of do-it-yourself implementations, which aren't even escaping the user su...
by markww
Fri Feb 13, 2009 12:39 pm
Forum: PHP - Code
Topic: Null terminator in string
Replies: 3
Views: 669

Re: Null terminator in string

Ok thanks so it must be the client that is terminating then.

Another question on this - how do you know what character set the output of echo() is in - ASCII or utf-8 or... ?

Thanks
by markww
Fri Feb 13, 2009 10:18 am
Forum: PHP - Code
Topic: Null terminator in string
Replies: 3
Views: 669

Null terminator in string

Hi, I have a client application that XOR's a string, then I send that string via a POST to a PHP script. The purpose of the XOR is to simply mask the otherwise plain text I'm sending to the server. The output of the XOR can contain character values of zero, but these are not null terminators. I can ...