A manifest v3 Chromium extension that allows you to hash selected text using the context menu (right click).
Firefox version is HashZilla.
Uses crypto-api v0.8.5 library.
- The output currently shows the hash in an alert() dialog and tab console (there are some technical challenges to getting output in the extension popup to work).
Chromium has a bug where alert()
messages containing multiline text cannot be copied out of the alert dialog.
To workaround, open the console and copy the output of the hash from there.
This issue is not present with the Firefox extension.