mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
refactor(lint): linter auto fix
This commit is contained in:
@@ -4,7 +4,8 @@ import type { ITool } from './../Tool';
|
||||
export const tool: ITool = {
|
||||
name: 'Bcrypt',
|
||||
path: '/bcrypt',
|
||||
description: 'Hash and compare text string using bcrypt. Bcrypt is a password-hashing function based on the Blowfish cipher.',
|
||||
description:
|
||||
'Hash and compare text string using bcrypt. Bcrypt is a password-hashing function based on the Blowfish cipher.',
|
||||
keywords: ['bcrypt', 'hash', 'compare', 'password', 'salt', 'round', 'storage', 'crypto'],
|
||||
component: () => import('./bcrypt.vue'),
|
||||
icon: LockSquare,
|
||||
|
||||
Reference in New Issue
Block a user