All Projects â†’ nicosantangelo â†’ shareaccount

nicosantangelo / shareaccount

Licence: MIT license
Chrome Extension to share your current account with others without revealing your password, securely.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Webstore

What?

Chrome Extension to share your account without giving out your password.

Use

  1. Ask the recipient for their code (found on the extension menu RECEIVE ACCOUNT)
  2. Go to the site from where you want to share the account and click the extension icon.
  3. Press SHARE ACCOUNT and enter the code with an optional timeout.
  4. Press SHARE and copy the result.
  5. The recipient, still on the RECEIVE ACCOUNT, menu pastes the text on the Share result textbox and presses the RECEIVE button.

🎩 Voilà

How it works?

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].