Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alensiljak/jspasswordmanager
Password Manager that runs in a browser
https://github.com/alensiljak/jspasswordmanager
Last synced: 2 months ago
JSON representation
Password Manager that runs in a browser
- Host: GitHub
- URL: https://github.com/alensiljak/jspasswordmanager
- Owner: alensiljak
- Created: 2012-10-22T18:35:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-23T11:27:42.000Z (over 12 years ago)
- Last Synced: 2024-04-14T14:29:37.935Z (10 months ago)
- Language: CoffeeScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jsPasswordManager
=================Introduction: http://alensiljak.blogspot.co.at/2012/10/cryptography-with-javascript.html
Password Manager that runs in a browser
The idea behind jsPasswordManager is to create a password manager that runs purely in an Internet browser.
Code: JavaScript is capable enough to do the work and there are enough Open Source libraries available to make this work.
Storage: Storage available in a browser is two-fold. First, there is the Web SQL as a part of HTML 5 set of standards. Second, the portable data can be copy/pasted into a separate .json file manually as long as the app can generate code and make it available for copying.Support:
WebSQL for Firefox: https://addons.mozilla.org/en-US/firefox/addon/html5-websql-for-firefox/