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.
This extension is built on React with some
Webpack tweaks to generate a dist
folder compatible
with the Chrome Extesion standards.
To run the project locally in development mode you need to follow the steps below:
- Start the project in development mode:
npm run develop
- Open Google Chome and navigate to the url
chrome://extensions/
. - In the top right corner, enable Developer mode.
- Click the Load unpacked button.
- Select the
dist
folder inside the project directory.6. Now the Chrome Extension will be enabled inside the Chrome Extensions tab. - Happy hacking!
To build the production version of the project:
npm run build