Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/psi-4ward/passsafe
- Owner: psi-4ward
- Created: 2013-11-13T16:53:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T15:47:29.000Z (almost 6 years ago)
- Last Synced: 2024-12-09T08:46:58.529Z (25 days ago)
- Language: HTML
- Size: 165 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)