Hi everyone. I'd like to know how do you keep your web information private and secured? Do you know a reliable web security that can scan applications? I prefer one that has an attack simulation feature.
Hi everyone. I'd like to know how do you keep your web information private and secured? Do you know a reliable web security that can scan applications? I prefer one that has an attack simulation feature.
Hey,
There are two general indications of a secured web page:
1) Check the web page URL
2) Check for the "Lock" icon
"I just remembered something that happened a long time ago."
Best way to secure a website now a days is to use CloudFlare SSL protection and its free to use for basic security that you normally need
https://www.cloudflare.com/ssl/
Unfortunately, even if you assume Cloudflare can be completely trusted with all your traffic now and forever, that only encrypts data between users and their reverse proxies. You need to set up HTTPS on your origin server if you want the rest of the path to be protected (can be done with a whitelisted self-signed certificate, but with Let's Encrypt and ACME there's no reason not to get a real one).
"I just remembered something that happened a long time ago."
Bookmarks