Skip to main content

Featured

Python To read the news

Hello Guys, in this blog we will use Python to read the news. Before this, the concepts of APIs, JSON, Python Libraries should be clear. We are going to use 'newsdataapi' library of Python. The newsdataapi is the official Python client library for the Newsdata.io API. Its primary purpose is to simplify the process of accessing global news data directly from Newsdata.io, allowing developers to integrate news content into their applications without having to manually construct HTTP requests. It acts as a wrapper around the API, handling the complexities of authentication, request parameters, and response parsing. So Lets Start. Making Python to read the online news Step 1: Get your API key Sign Up : Go to the Newsdata.io website and create a free account. The free plan typically offers a limited number of credits per day (e.g., 200 credits). Get the Key : Once you've created and verified your account, your unique API key will be available on your dashboard. Copy this key,...

Topic on Password

Password is a secret word or phrase that must be used to gain access into a any website you have sign up.
For example: you signup at any other website. And somebody who is very bad and knows the username you made but don't know the password.

So, he/she cannot access into your account. He/She can also tries to find out what is your password. If you have kept the less secure password like your name, your parents name or other relative, your boyfriend or girl name , or what you like, your phone number or  other silly phrases than it is very easy to find out the password.

Therefore, the password should be something which somebody can't imagine that it is your password for that account. Therefore, you should keep your password something like not general. like gEhs)4(y# , N8#39BYsEB so that it would be very hard to know your password. Like this password has no meaning so, hard know.

Even though there are many hashing algorithm is made like blowfish algorithm, md5, sha-2 and many other.
Still your account is not safe if your password is something easier to find out. Because reason behind this that 
we can predict and convert that predicted word into hash word and compare or we can check that whether it matches or not. 

So keeping the strong password is necessary. And I have made one website that generates the strong random password which you can use. But make sure that you should not forget.
Click here to go my made website  for generating password:  https://chandanwebdevelops.github.io/PasswordGenerator/

Comments

Popular Posts