mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 05:47:10 -04:00
parent
9eac9cb2a9
commit
aa0f705a63
6 changed files with 201 additions and 13 deletions
12
src/tools/pgp-keygen/index.ts
Normal file
12
src/tools/pgp-keygen/index.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { Certificate } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'PGP keygen',
|
||||
path: '/pgp-key-pair-generator',
|
||||
description: 'Generate new random PGP private and public keys (with or without passphrase).',
|
||||
keywords: ['pgp', 'key', 'pair', 'generator', 'public', 'private', 'secret', 'ssh', 'pem', 'passphrase', 'password'],
|
||||
component: () => import('./pgp-keygen.vue'),
|
||||
icon: Certificate,
|
||||
createdAt: new Date('2024-04-20'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue