Do you really need SSL/TLS for encryption safety?
I mean, is it possible to let people access website in HTTPS mode and send encrypted data?
I don't require verification for my users. I just want to make website access safer.
Do you really need SSL/TLS for encryption safety?
I mean, is it possible to let people access website in HTTPS mode and send encrypted data?
I don't require verification for my users. I just want to make website access safer.
Hi, you can do it on your own, read this:
It explains all the steps to create your own certificates and CA.
I mean, is it possible to let people access website in HTTPS mode and send encrypted data?
If your site is being accessed via HTTPS, that means you are encrypting the data in transit using digital certificates. Good old HTTP transmits data in plain text. If you capture HTTP packets you can see the contents in plain text.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.