Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicinabox/cassidy
It makes passwords, yo
https://github.com/nicinabox/cassidy
Last synced: about 1 month ago
JSON representation
It makes passwords, yo
- Host: GitHub
- URL: https://github.com/nicinabox/cassidy
- Owner: nicinabox
- Created: 2014-04-01T14:14:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T18:39:55.000Z (over 7 years ago)
- Last Synced: 2024-10-06T18:15:02.919Z (about 1 month ago)
- Language: CoffeeScript
- Homepage: https://cassidy.nicinabox.com
- Size: 1.09 MB
- Stars: 29
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cassidy
[http://cassidy.nicinabox.com](https://cassidy.nicinabox.com)
A password generator backed by [vault](https://github.com/jcoglan/vault) and grown from [Hatchpass](https://github.com/nicinabox/Hatchpass-BackboneJS).
![](http://i.imgur.com/ggLPzGp.gif)
## 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