Git Product home page Git Product logo

emoji-passcodes's Introduction

Emojico πŸ‘€

GitHub license GitHub release Github All Releases Status

Use emojis instead of weak passwords! Learn more about this project and how it works below.

Please note: This is a beta release. Debug mode is enabled. Play with the application, and use the JavaScript console for debugging.

Feel free to open a Pull Request and help us, to make the internet a bit more secure.

Also check out https://makersphere.org & follow us on https://twitter.com/makerspherehq ✌️

Why is this a thing?

  • Passwords are often weak and easy to guess
  • People are lazy
  • Everyone loves emojis
  • Emojis are images, and you can turn them into stories
  • Stories are easier to memorize
  • Also emoji! 😁

How it works

This webapp is a simple, so called bookmarklet you can add to your Bookmarks Bar. The app is client-side only, so there is no server backend required. We're turning your input into a unique and super secure password.

encode(scrypt.crypto_scrypt(scrypt.encode_utf8(string), scrypt.encode_utf8(salt), N, r, p, L));

The math behind it is easy. We'll compare a "regular password" [a-zA-Z0-9] to our only six characters long emoji passcode. Btw. 1791 is the amount of currently available emoji icons. We'll update the function when new emojis become available.

x = 6; z = 0;
z = (1791^x) - (62^y)
y β‰ˆ 10.8897

As an input for our hash function, a emoji passcode is a bit stronger than a ten character regular password. Not bad.

After hashing we're not showing you the generated password, instead we're hiding it with some HTML/CSS magic. πŸ˜‰

Usage

Add the bookmarklet to your Bookmarks Bar, and launch the app. You will see four input fields. Feel free to try, but only emojis are allowed. Choose wisely, create a small emoji story and hit enter. If everything is ok, follow the instructions to copy your new password. And done.

Some tips & advice:

  • This is a beta release
  • We're not liable if something breaks/explodes/whatever
  • Don't use common combinations E.g. πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©πŸ’©
  • If you are a developer or researcher, try to break it!

More documentation is coming soon.

Credits

This project is inspired by Emojli (made by Tom Scott & Matt Gray ) and the love for Emojis of Ryan Hoover. We're using scrypt and strip-variation-selectors. Contributions by DaKnOb and atoponce. Thank you!

emoji-passcodes's People

Contributors

atoponce avatar makerspherelabs avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.