Skip to content

rhannachi/bip39-obfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bip39 Obfuscator

img

Obfuscate your mnemonic phrase to save it discreetly

You have two different methods: "BIP39 Dotmap" and "BIP39 Colors"

BIP39 Dotmap

amazing  => | ○○○○ | ○○●● | ●●●● |
key       => | ○○●● | ●●○● | ○○○● |
avocado  => | ○○○○ | ●○○○ | ○○○○ |

For more information, please visit the official website.

BIP39 Colors

BIP39Colors offers a BIP39 compatibile secure approach to storing cryptocurrency seeds.

For more information, please visit the official website.

Start project

There are no external dependencies in this project. Everything has been coded in vanilla JavaScript using the official methods of Bip39-dotmap and Bip39-color.

To avoid exposing your seed, I recommend downloading the project as a .zip file and running it locally (offline).

  1. npm i
  2. npm run dev