Skip to main content

Featured

Tic Tac Toe

Tic Tac Toe Tic Tac Toe is a simple, two-player strategy game played on a 3x3 grid. Players take turns marking a square with either an "X" or an "O", with the goal of being the first to align three of their marks in a row, column, or diagonal.  I have made a simple Tic Tac Toe game using html, css, javascript.  The game doesnot have much features. The game is created to be played by two peoples. It is just a simple game. The code of this game you get in my github page   Link of this game code is below: Tic Tac Toe Game Code /

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