visit
So let me try to tell you the story of what happens when you try to login to yourSocialMedia.com .
“What is a public key, Rupesh?”. Glad you asked.
You can find a really great answer to this question , which I encourage you to check out. A simple answer is that now the yourSocialMedia.com will know that it was you who sent the message. No-one in the middle of your communication channel like telecom company, government, even FBI :P will have any clue about what you are posting to the website.
A good check of such security is in the browser. On the left of the website name, you will see a lock symbol which is a proof of the same. Always check for the lock symbol, when you are doing any crucial communications like bank transaction, or anything privileged.
The exact meaning of the logo can be found . And one of his statements sums it well, the padlock means you’re on a safe connection, not a safe website. The website still knows what you are sending, but no-one in mid will know.
NOOOOOOOOOOOO, not really.
This is where the HASHing comes in. Hashing work in a simple way. It takes whatever your input is, and applies an irreversible function so that the output is now a fixed-size string, 256 characters in general. Guessing a 256 random sized string is very tough. The best thing about hash functions is that it’s irreversible. You cannot tell the input password even if you know the output hash. You can check a detailed explanation for the hash .
Just to put in simple words, there is a computer science technique to store something else instead of a password in the database, and knowing that won’t give you the password. But that stored value is enough to check that the password is correct.Never keep such a password. There is a simple method known as . If your password is a simple word of everyday use or any of the most used passwords, even a guy sitting with a laptop can match it by hit and trial.
Ya, that is what carries over for further procedure. The cookie becomes your unique identifier, which also, at times, stores when you logged in, from which device, and was it authenticated or not. The cookie is a very sacred thing, and now the browser has to keep it safe from any attacks.
Cookies are just stored in your computer somewhere. If anyone gets access to your computer, it can just pretend as you and any website can’t have a clue. So, don’t ever give physical access to the device to any untrusted personnel.TL;DR
Just keep a “tough to guess” password, something not related with you personally or any common dictionary words. Make sure you are using a secure network by checking the lock symbol on the address bar of your server. And do not click any malicious link on a random website.
There is no such thing as free lunch. So, if something seems too good to be true, most probably it isn’t. Like African prince trying to give you a million dollars only after he knows your bank details.Thanks for reading ❤
Previously published at