You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now this is something that is a very useful piece of application that can be built.
I have the initial logic ready.
Feel free to edit it or bring in your new logic.
Our easy to remember password generator will first ask the user to input his favourite phrase or favourite one-liner.
Like the user can give : I love Github.
Now what our application will do is take the first word and count the number of alphabets. Here that is 1.
Then it will count the number of alphabets in the last word. Here it is 6.
After this it will form a staircase number which in this case is 1376.
Now 1367 will be converted to !#^&.
How will that happen?
Press shift and then type 1367.
After that following our application will concatenate the initials of the string, the number and the symbols.
Thus the final password will become: IlG1367!#^&.
Now it looks pretty random but easy to remember.
Excited? Cool. Waiting for you codes.
The text was updated successfully, but these errors were encountered:
Now this is something that is a very useful piece of application that can be built.
I have the initial logic ready.
Feel free to edit it or bring in your new logic.
Our easy to remember password generator will first ask the user to input his favourite phrase or favourite one-liner.
Like the user can give : I love Github.
Now what our application will do is take the first word and count the number of alphabets. Here that is 1.
Then it will count the number of alphabets in the last word. Here it is 6.
After this it will form a staircase number which in this case is 1376.
Now 1367 will be converted to !#^&.
How will that happen?
Press shift and then type 1367.
After that following our application will concatenate the initials of the string, the number and the symbols.
Thus the final password will become: IlG1367!#^&.
Now it looks pretty random but easy to remember.
Excited? Cool. Waiting for you codes.
The text was updated successfully, but these errors were encountered: