Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psi-4ward/passsafe

Browser based password safe
https://github.com/psi-4ward/passsafe

Last synced: 22 days ago
JSON representation

Browser based password safe

Awesome Lists containing this project

README

        

# Browser based Password Safe

De-/encrypt you're stored passwords inside your browser and transfer only the ciphertext to the server.
This is nice to embend into existing systems like Wikis.

**Demo** with localStorage adapter: http://embed.plnkr.co/NWioHV83hmlzFpiI6TFg/preview

## Adapters:

Adapters are responsible to store and retrieve the ciphertext from any persistent storage.
You could easily implement your adapter and imeplement a `loader()` and `saver(ciphertext)` method.

Available adapters:

* localstorage
* [redmine wiki](plugins/redmine_wiki_passsafe/README.md)

## Notes
Crypt algorithmus: http://bitwiseshiftleft.github.io/sjcl/

License: http://www.gnu.org/licenses/lgpl-3.0.html LGPL

Author: [4ward.media](http://www.4wardmedia.de)