Search the Community
Showing results for tags 'SSL'.
-
I'm trying to create a secure inlog script in php/mysql. I'm faced with many subjects I absolutely know nothing about so I was looking for some help. I'm want to understand the route of a password from the browser to the database. One thing that is very hazy to me is the difference between SSL and encryption. My idea is that I could use javascript SHA 256 encryption at the client side. But other sources online recommend SSL. I was thinking, would it be possible to both use SSL as well as SHA encryption. Now, I asked questions before here moslty solving scrip
- 8 replies
-
- SSL
- encryption
-
(and 2 more)
Tagged with:
-
In my current website project, I would like to design a secure area for members. I have built basic login systems before, but I want to build something more secure this time. One of the things I would like to do it route requests using the HTTPS protocol. In my research on how to do this, I have been starting to learn about SSL certificates. As I understand it, in order to create an SSL encrypted connection that users can be confident in, I must purchase a certificate from a certificate authority (CA). I am questioning whether I really need to do this, though. Neither money nor information
-
My client has purchased SSL.But I am confused that how to embed SSL in my PHP checkout page.Please guide.