diff options
Diffstat (limited to 'src/tools/encryption/index.ts')
-rw-r--r-- | src/tools/encryption/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/encryption/index.ts b/src/tools/encryption/index.ts index 0575f7d..1adef2b 100644 --- a/src/tools/encryption/index.ts +++ b/src/tools/encryption/index.ts @@ -8,4 +8,5 @@ export const tool: ITool = { keywords: ['cypher', 'uncypher', 'text', 'AES', 'TripleDES', 'Rabbit', 'RC4'], component: () => import('./encryption.vue'), icon: Lock, + redirectFrom: ['/cypher'], }; |