Skip to content

michaelowens/cassidy

 
 

Repository files navigation

cassidy

http://cassidy.nicinabox.com

A password generator backed by vault and grown from Hatchpass.

About

Cassidy generates passwords based on a service (eg, google.com). Combine this with a passphrase and a key (think salt) and you have very strong, unique passwords. No two are alike, even if you use the same service and password as someone else.

How it works

Your history and the data to recreate a service password is stored in localStorage. Passwords themselves are never stored or transmitted.

Dropbox syncing of services (using the Datastore API) is also available (https only). Your passphrase IS stored in localStorage using Triple DES and your Key as the salt.

Cassidy does not protect against physical access to your machine.

Todo

  • Add X-Frame-Options to prevent iframing
  • Remove subsequent renders from Generator view to prevent keyboard jump
  • Implement service salt
  • Research KDF more. Perhaps don't store phrase

Development setup

  • bundle install
  • npm install
  • bower install

License

MIT (c) 2014 Nic Aitch

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 59.3%
  • Handlebars 20.5%
  • CSS 13.1%
  • HTML 5.9%
  • Ruby 1.2%