Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eirc/pass.js
Read-only client for pass (http://www.passwordstore.org/)
https://github.com/eirc/pass.js
Last synced: about 2 months ago
JSON representation
Read-only client for pass (http://www.passwordstore.org/)
- Host: GitHub
- URL: https://github.com/eirc/pass.js
- Owner: eirc
- Created: 2014-06-15T18:30:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T20:19:29.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T08:37:21.141Z (almost 2 years ago)
- Language: JavaScript
- Size: 508 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pass.js
Simple web page client for decrypting passwords stored with [pass](http://www.passwordstore.org/).
The purpose of this is to have a dead simple, no install needed client for decrypting passwords. The only thing needed
is a web browser and your key and data. This way you can carry the client around in a USB stick and be able to
decrypt your passwords anywhere.## Usage
See [USAGE.md](https://github.com/eirc/pass.js/blob/master/USAGE.md).
## Libraries
Since the code used for such processes is a delicate matter the only library used is the
[OpenPGP.js](http://openpgpjs.org/) library which handles the decryption process. Minified version v0.6.1 is currently
used downloaded from https://github.com/openpgpjs/openpgpjs/releases.