Mr Web_Sec
Am I Safe? Hi There! I'm Praise, a Cyber Security enthusiast, and website developer
On this page,
05/01/2021
Some Common Internet Terms and their meaningsâ
Read more:
Beautiful Boyđ¨âđť on Twitter âCommon Internet Terms and their meanings â Today we'll be looking at some popular internet terms and what they mean. â
23/12/2020
How to Defend Against Malware, Phishing, and Scams During COVID-19 Crisis How to Defend Against Malware, Phishing, and Scams During COVID-19 Crisis
18/12/2020
Did you know that Web Development is among the top digital skills that can make you employable and in-demand in todayâs economy? Almost every website and piece of software you know involved a Web Developer. And thatâs not even the best part. Web development is a also future-proof!
Begin your web development journey now for free on .
Sign up now at https://aka.ms/Register-DigitalNigeria to start learning.
09/12/2020
HTTP and HTTPSâ What's the difference â Which is safeâ Importance of HTTPSâ
You probably have noticed HTTP/HTTPS in browsers and have been wondering what they mean, or you know, but you think your browser just selects between them randomly.
Well... Not so, They're not only meaningful but they're also different, join me as we dissect this togetherđ¤.
What is HTTP(Hypertext Transfer Protocol)â
It is the primary protocol(A Protocol is a set of rules that we use for specific purposes. In the current scenario, it is about communication) used to send data between a web browser and a website, simply put, it is the way Joeâs Browser and the internet server communicate with each other.
The HTTP handles two main type of messages; Request(GET) and response(POST).
How does this work?
For example, Joe wants to log on to his Twitter account through his web browser, then he logs on to google to search for..
"Twitter", series of results are displayed, if Joe clicks on any link afterwards, Joe's browser would create and send series of "HTTP GET" requests to the server - 'whyâ it's because the sever hosts what the web browser data and it has to GET it' - the server would then generate an âHTTP POSTâ response to render the webpage to Joeâs browser.
NB: All these requests and the response gotten are sent as plain text between Joeâs browser and the sever.
What is HTTPS (Hypertext Transfer Protocol Secure)â
It is the secure version of HTTP. The âSâ behind the HTTP stands for SECURE. The lock icon also confirms HTTPS websites.
How does the HTTPS workâ
HTTPS uses an encryption protocol to encrypt communications. The protocol is called Transport Layer security (TLS), although formerly known as Secure sockets Layer (SSL), This protocol secures communications by using whatâs known as an asymmetric(one-way) public key infrastructure that allows two different keys to encrypt communications between two parties:
What is a Public Key?
THE PUBLIC KEY â When Joe visit a website with an HTTPS address link, the information, any information Joe provides to that website remains encrypted and can only be decrypted with THE PRIVATE KEY which is only available to the website owner thereby making sure no one else can get Joeâs information.
What are their differencesâ
1. HTTPS prevents websites from having their information sent in a way that can be easily viewed/accessed by anyone snooping on their network.
HTTP on the other hand, allows all communications occur in plain text, making them easily accessible to anyone with the right tools, and vulnerable to on-path attacks. This makes communication over an unsecure medium, such as public Wi-Fi, highly vulnerable to snooping, interception, compromising.
Letâs look at an example:
Before encryption(HTTP):
âThis is a string of text that is completely readableâ
After encryption(HTTPS), the above text becomes something like:
âTM0IRyiEhVpa6VnKyExMiEgNveroyWBPlgGyfkffflYjDaaFfKn3bo3OfghBPDWo6AfSHlNtL8N7ITEwIXc1gU5X73xMsJormzzXlwOyrCâ
2. In HTTP websites, it is possible for Internet service providers (ISPs) or other parties to inject content into webpages without the approval of the website owner. This mostly take advertising form, where an ISP injects advertising into customers webpages.
HTTPS eliminates the ability of unmoderated third parties to inject advertising into web content.
Importance of HTTPSâ
1. HTTPS is often used to protect highly confidential online transactions like online banking and online shopping order forms.
2. HTTPS is used to prevent men-in-the-middle attack. Where Joeâs information cannot be snooped, compromised and infected.
3. HTTPS protects you while youâre on public WiFis.
When Joe surfs the internet through a public WiFi, it is possible for an hacker to hack into the Wifiâs router and get every detail Joe provides to websites while still connected to the WiFi, but with HTTPS, Joe is secured to an extent.
Should Joe be cautiousâ Every information provided here is personalđ, so I think Joe can go ahead to decide what websites he provides with his sensitive informationsđ¤ .
08/12/2020
02/12/2020
A malware is a software/application that has been designed to cause harm to computing devices when they are installed.
30/11/2020
PASSWORD SECURITY âââ
Firstly, what are passwords? Passwords are strings of characters (letters, symbols, numbersâŚ) Used to verify a userâs identity during authentication process.
Contrary to the movie scenes we enjoy, where an hacker has to log on to multiple devices to hack into a computer, as much as I wish it were true, it isnâtđŠ.
An hacker in a real life scenario might be watching a movie, eating donuts, having a nice time while gaining illegal access into your computer.
One of the Common ways an hacker breaks into a computer is by guessing passwords. When Jane uses a simple, common, or personal detail as a password, it enables intruders to gain easy access to Janeâs device.
What should Jane do when choosing a passwordâ I donât knowđ¤ˇđžâââ. But here are the things Jane definitely shouldnât doââ
⢠Do not use your details that may not be as confidential as youâd expect, such as your birth date, phone number, or names of family members.
⢠Avoid using dictionary words without adding a numeral, punctuation or any symbol at all, password-cracking tools freely available online often come with dictionary lists that will try thousands of common names and passwords in split seconds.
⢠Avoid using simple adjacent keyboard combinations: like; âqwertyâ and âasdzxcâ and â123456â, just how simple and easy to remember they are, theyâre also very easy to crack
⢠Avoid using the same password at multiple Web sites. Itâs generally safe to re-use the same password on websites that do not store sensitive information information about you (like a news Web site) provided you donât use this same password at sites that are sensitive.
⢠Whatever you do, donât ever write down or store your password in plain text.If you must, you should create a list of every Web site for which you have a password and next to each one write your login name and a clue that has meaning only for youâŚ
For example: My Twitterâs password is iogbfh243
WRITING IT DOWN: it only gets better from here (you shouldnât write the number, itâs meant to be an hint to remembering your password)
How should Jane choose a secure passwordâď¸ I know I said I didnât know, I liedđŠ.
⢠-Length is key.
Jane makes sure not to choose any password fewer than eight letters. The longer your password is, the harder and longer it takes to hack into your computer with a password dictionary, and the longer time itâs takes trying , the closer to it getting noticed by your websiteâs admin.
⢠Combination of words, numbers, symbols, and both upper- and lower-case letters.
Your password should always consist of either of these characters or all of them for a more secure account.
Should Jane choose a strong password âď¸
Funnily enough, I donât knowđ. But why was Jane scared of twitter exposing bookmarked tweetsđâ Does Jane have a bank accountâ Is Jane bank account linked to Janeâs emailâ Does Jane wants her personal chats read by a third partyâ
I think Jane should decide đđ
How serious are you about your online security?
Hi There! My name is Praise, a Cyber Security enthusiast, and website developer.
I'd be dedicating my page to discussing issues that affect the average joe on Cyber Security and the Cyberspace in general.
Feel free to shoot your questions at me, I'd be more than happy to answer them.
Hit the Like button while you're here.đđ¤
24/11/2020
With free wifi's your devices can be compromised
1. Avoid using public untrusted wifi's
2. Use VPNs
3. Learn to put off your device's wifi when not in use
23/11/2020
January Intake In Progress Learn data analysis, data visualization, Machine learning and big data step by step
Click here to claim your Sponsored Listing.
Category
Contact the business
Address
Ikorodu
Lagos