mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
parent
318fb6efb9
commit
8b933792cf
6 changed files with 114 additions and 1 deletions
12
src/tools/wpa-psk-generator/index.ts
Normal file
12
src/tools/wpa-psk-generator/index.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { Wifi } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'WPA PSK generator',
|
||||
path: '/wpa-psk-generator',
|
||||
description: 'WPA Pre-shared Key Generator to convert a WPA passphrase and SSID to the 256-bit pre-shared ("raw") key',
|
||||
keywords: ['wpa', 'psk', 'pre', 'shared', 'key', 'ssid', 'passphrase', 'generator'],
|
||||
component: () => import('./wpa-psk-generator.vue'),
|
||||
icon: Wifi,
|
||||
createdAt: new Date('2024-08-15'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue