Coder Social home page Coder Social logo

parolamea's Introduction

parolamea.org

A simple password generator, as an alternative to 1Password or LastPass.

"Parola mea" means "my password" in Romanian. I wanted a simple solution for being able to use unique and strong passwords for all of my accounts, but without the expense of the available solutions and without the possibility of being locked-out of some online account.

Try it out: parolamea.org

Details

The application takes an identifier, which can be the name of an online service like facebook.com, or maybe an username and a master key, which is say the secret global password and based on that the application generates a strong 16 chars password that contains numbers and letters, both lower and upper case.

The actual generation is based on HMAC-SHA256 hashing, which is encoded as base 64, with some small twists. Here's a sample output:

cEjHheXOfDn2Shxq

You can then copy/paste that wherever you want and this is just a web page, it's available everywhere you want it to. Nothing gets stored either server-side or client-side, nothings gets sent over the wire.

Since it uses HTML5 offline caching, it's also available even if offline, being optimized for mobile phones too. Just add it to your home-screen and you're good to go.

Technical details

Random trivia:

  • the project is just a static website, built on top of Scala.js and sbt-web (yes, the whole logic is built in Scala and not Javascript)
  • uses Twitter's Bootstrap with the Material Design extensions by Fez Vrasta
  • works in offline mode
  • optimized for Chrome and Firefox for desktop and Android and Safari for iOS

To build the project, you first need to download SBT and then in the project's directory:

sbt web-stage

The static website is available at target/web/stage/ and you can run it directly.

License

All code in this repository is licensed under the GNU Affero General Public License, version 3. See LICENCE.txt for details.

parolamea's People

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.