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.

Recommended Answers

All 3 Replies

-

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.