mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 23:06:14 -04:00
feat: BIP39 generator
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
19eafdbe37
commit
a282c526c1
5 changed files with 131 additions and 13 deletions
|
@ -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: []
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue