feat: add hash generator

This commit is contained in:
rusconn
2022-04-02 10:21:39 +09:00
parent 3d2c74804e
commit 8e79da00f3
8 changed files with 598 additions and 361 deletions

View File

@@ -112,8 +112,8 @@ const toolGroups = [
longTitle: "Hash Generator",
description: "Calculate MD5, SHA1, SHA256 and SHA512 hash from text data",
keywords: "hash generator md5 sha1 sha256 sha512",
href: pagesPath.$url(),
disabled: true,
href: pagesPath.generators.hash.$url(),
disabled: false,
},
{
icon: <Numbers />,