Tagged Questions

0
votes
1answer
19 views

Enabling strong ciphers in Tomcat 5.

Hello. I am attempting to refine the suite of ciphers that my webapp allows. In Tomcat's server.xml I have the following connector defined: <Connector port="443" maxHttpHeade …
5
votes
7answers
258 views

JavaScript being injected in my PHP Pages

I have a website, and I just discoverd that somehow someone injected JavaScript on my page. How can I figure out what it does and how they did it? <script> var x = unescape( …
5
votes
4answers
100 views

When would you use SSL for a website?

Quite simply, what is the criteria a website must meet for it to need SSL certificate? Website is not ecommerce but will take user information, contact details and event informati …
0
votes
4answers
199 views

Is this acceptable for passing a password?

I have a website that requires a user to authenticate themselves with a user name and password. I would like to use SSL, but I don't have an SSL certificate. But I do something els …