Tagged Questions
23
votes
8answers
973 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 ...
10
votes
4answers
1k 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 ...
5
votes
3answers
360 views
Decrypting and Reading Suhosin Session Data
I just noticed that my host started using Suhosin Hardening, i'm not quite familiar with this and am having major issues with my application, mainly in sessions.
The session is nowing being stored in ...
1
vote
2answers
249 views
suhosin alternative
are there any alternatives available for suhosin? or any recent tools like it?
i use eaccelerator and i heard that suhosin can't get along with it.
1
vote
1answer
858 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?