Giter VIP home page Giter VIP logo

sipopama's Introduction

sipopama

Simple Portable Password Manager

Clearly this is a work in progress. However, it does 2 things:

  1. it takes a user supplied password and does proper salted key derivation, lik e you would hope a website was doing
  2. it takes the derived key, and transforms it into a more friendly representation to supply to a webpage

This allows you to have unique passwords per site. This overall is very similar to Alan Karp's "Site Password" (see http://shiftleft.com/mirrors/www.hpl.hp.com/personal/Alan_Karp/site_password/index.html), but updated for more modern crypto and UI.

For defaults, the scrypt choices are good. The "rounds" parameter is really "p"; the other scrypt parameters are for now fixed (but at pretty sensible defaults). I wouldn't recommend going much above 5.

If you really want PBKDF2, set rounds much higher (4K is a minimum)

Installation

Drop the files in a directory; open interface.html with Firefox. Alternatively, if you put them on a web server somewhere you should get broader cross-browser compatibility (right now the scrypt routines make Chrome unhappy if you use it purely locally, as do the saved salts loading routine; see https://bugs.chromium.org/p/chromium/issues/detail?id=47416 for more info).

sipopama's People

Contributors

joetucek avatar

Watchers

 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.