Tagged Questions

15
votes
8answers
419 views

How secure is PHP?

I am somewhat new to PHP coding and I am aware that malicious users can hack a website if you have not sanitized your PHP code. What I am wondering is whether they need a data entry box (like for file …
5
votes
4answers
355 views

Why isn’t Suhosin part of the PHP core?

It seems Suhosin patches and extends the PHP core as a means to protect users from flaws in the core. It also seems some smart people are using this system. Since it appears to be a good thing, I'm …
1
vote
4answers
1k views

PHP SimpleXML, CodeIgniter and Apache with Suhosin

I have an application I am writing in PHP5, using the CodeIgniter framework. I have it running on both Windows (using Xampp) and Ubuntu (using standard Apache, PHP, MySQL stack). I have a form, that …
0
votes
1answer
77 views

php session encryption

I'd like to have sessions data encrypted like they are in suhosin, is there any library out there providing that?