Skip to content

leorodriguesf/secret-hash-chrome-extesion

Repository files navigation

Icon

Secret hash

Chrome extension to secretly hash texts.

Secret Hash Chrome Extension allows you to quickly hash texts without exposing the text, the generated hash and the algorithm used.

This extension differ from a regular hash generator because it does not expose the text you want to hash, neither the hash generated and the algorithm used to hash. This is useful if you you rely on hashes to access resources, accounts, databases, and are sharing your screen with your colleagues and need to generate a hash.

Extension Preview

Development

This extension is built on React with some Webpack tweaks to generate a dist folder compatible with the Chrome Extesion standards.

Running the project locally

To run the project locally in development mode you need to follow the steps below:

  1. Start the project in development mode:
npm run develop
  1. Open Google Chome and navigate to the url chrome://extensions/.
  2. In the top right corner, enable Developer mode.
  3. Click the Load unpacked button.
  4. Select the dist folder inside the project directory.6. Now the Chrome Extension will be enabled inside the Chrome Extensions tab.
  5. Happy hacking!

To build the production version of the project:

npm run build