https://github.com/tofran/passphrase-recovery-tool
🧠Helps you recover misspelled passphrases.
https://github.com/tofran/passphrase-recovery-tool
bitcoin passphrase password-recovery
Last synced: 4 months ago
JSON representation
🧠Helps you recover misspelled passphrases.
- Host: GitHub
- URL: https://github.com/tofran/passphrase-recovery-tool
- Owner: tofran
- License: gpl-3.0
- Created: 2018-04-16T22:11:44.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T00:18:55.000Z (about 2 years ago)
- Last Synced: 2025-04-05T03:26:43.530Z (6 months ago)
- Topics: bitcoin, passphrase, password-recovery
- Language: TypeScript
- Homepage: https://tofran.github.io/passphrase-recovery-tool/
- Size: 2.03 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# [Passphrase recovery tool](https://tofran.github.io/passphrase-recovery-tool/)
Easily recover misspelled passphrases.

## Usage
- Visit https://tofran.github.io/passphrase-recovery-tool/
You should be able to save the live version hitting `Ctrl + S` and use it offline.- Download or clone from github and open `dist/index.html` with your browser.
## Build
1. Make sure you have `node 12.x`;
2. Clone this repo;
3. `npm install`;
4. `npm start` for development or `npm run build` to create a release bundle.## License
GNU General Public License v3.0