Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needed a web application or an android application that uses the staircase sequence to generate easy to remember passwords. #3

Open
techguybiswa opened this issue Jun 8, 2017 · 1 comment

Comments

@techguybiswa
Copy link
Owner

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.

@derryhandoyo
Copy link

maybe i can do an android apps there.. maybe tell me more about detail.. is it just converting sentence to final password?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants