Chrome Extension to share your account without giving out your password.
- Ask the recipient for their code (found on the extension menu
RECEIVE ACCOUNT
) - Go to the site from where you want to share the account and click the extension icon.
- Press
SHARE ACCOUNT
and enter the code with an optional timeout. - Press
SHARE
and copy the result. - The recipient, still on the
RECEIVE ACCOUNT
, menu pastes the text on theShare result
textbox and presses theRECEIVE
button.
🎩 Voilà
The extension uses the Standford Javascript Crypto Lib implementation of EC-ElGamal. It generates a new public-private key combination for each extension upon first use and uses it to encrypt/decrypt the session.
Appart for the keys, it doesn't store anything more than the URL/title of the sessions stored (to show them on the ACCOUNT HISTORY
menu).
If you want to be extra careful, you can always regenerate your keys on the extension.