Simple web page client for decrypting passwords stored with pass.
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.
See USAGE.md.
Since the code used for such processes is a delicate matter the only library used is the OpenPGP.js library which handles the decryption process. Minified version v0.6.1 is currently used downloaded from https://github.com/openpgpjs/openpgpjs/releases.