BrainBlocks recovery tool
Visit the tool using the hosted url for quick access: https://bb-recovery.onrender.com
- Download recovery repository from Github
- Navigate to recovery folder
- Open
index.html
- Enter encrypted wallet ciphertext
- Enter wallet password
- Click
Process
button to retrieve wallet seed.
Due to this recovery tool's complex nature, it was compiled into a bundle that is accessible to all. All code in bundle.js can be verified by reviewing rai.js
and generating a bundle.js
file using Browserify
npm install -g browserify
- Navigate to
js
browserify rai.js -o bundle.js