/vault-decryptor

A web app for decrypting MetaMask vault data.

Primary LanguageJavaScript

Vault Decryptor

A web UI for decrypting MetaMask local storage.

Visit live page here

Pre-requisites:

To run the vault decryptor locally, ensure both Beefy and Browserify are installed:

npm install -g browserify

npm install -g beefy

To run:

npm start

To build:

npm run build

Then just include bundle.js in an HTML file.