feat: BIP39 generator

Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
Corentin Thomasset 2020-07-08 19:54:55 +02:00
parent 19eafdbe37
commit a282c526c1
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 131 additions and 13 deletions

View file

@ -38,6 +38,13 @@ const toolsComponents = [
component: () => import('./routes/tools/TextCypher'),
keywords: ['aes', 'tripledes', 'rabbit', 'rabbitlegacy', 'rc4']
},
{
icon: 'fa-file-word',
text: 'BIP39 passphrase generator',
path: '/bip39-generator',
component: () => import('./routes/tools/BIP39Generator'),
keywords: []
},
],
},
{