iMi-digital / html-js-gpg-enterprise-password-safe

Open HTML + JS + GPG Based Password Safe for Enterprise
0 stars 1 forks source link

GPG Browser Integration #1

Open amenk opened 11 years ago

amenk commented 11 years ago

Especially sharing / re-encrypting passwords would be much easier with a tight GPG integration into the browser.

There is the http://webpg.org/ pluging (FOSS) - what we would need is also a javascript API to invoke encryption / decryption and obtain the encrypted (or decrypted) text.

http://stackoverflow.com/questions/17733899/can-i-use-pgp-gpg-via-javascript

amenk commented 11 years ago

http://openpgpjs.org/ looks promising. (tested -> encrypt and decrypt works)

The question is, where to store the private key.