Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 748 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 748 Bytes

pass.js

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.

Usage

See USAGE.md.

Libraries

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.