From f04c78b6c469676eb42a9ba76c4755a323338491 Mon Sep 17 00:00:00 2001 From: AliAbdelbaky Date: Sat, 18 Apr 2026 19:07:58 +0200 Subject: [PATCH 1/3] feat: add @alikhalilll/nuxt-crypto module --- modules/crypto.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/crypto.yml diff --git a/modules/crypto.yml b/modules/crypto.yml new file mode 100644 index 000000000..9c2698e21 --- /dev/null +++ b/modules/crypto.yml @@ -0,0 +1,18 @@ +name: crypto +description: >- + Symmetric Web Crypto service for Nuxt 3/4. AES-256-GCM + PBKDF2 with key + caching, pluggable algorithms, and optional device-fingerprint binding. +repo: alikhalilll/ali-nuxt-toolkit#master/packages/crypto +npm: '@alikhalilll/nuxt-crypto' +icon: '' +github: https://github.com/alikhalilll/ali-nuxt-toolkit/tree/master/packages/crypto +website: https://alikhalilll.github.io/ali-nuxt-toolkit/crypto +learn_more: '' +category: Security +type: 3rd-party +maintainers: + - name: alikhalilll + github: alikhalilll +compatibility: + nuxt: '>=3.0.0' + requires: {} From 91d9bc842f8292269311b9a985432cd5c6fc695e Mon Sep 17 00:00:00 2001 From: AliAbdelbaky Date: Sat, 18 Apr 2026 19:19:47 +0200 Subject: [PATCH 2/3] feat: add icon for crypto --- icons/crypto.svg | 7 +++++++ modules/crypto.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 icons/crypto.svg diff --git a/icons/crypto.svg b/icons/crypto.svg new file mode 100644 index 000000000..e90725de2 --- /dev/null +++ b/icons/crypto.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/modules/crypto.yml b/modules/crypto.yml index 9c2698e21..8a6cda952 100644 --- a/modules/crypto.yml +++ b/modules/crypto.yml @@ -4,7 +4,7 @@ description: >- caching, pluggable algorithms, and optional device-fingerprint binding. repo: alikhalilll/ali-nuxt-toolkit#master/packages/crypto npm: '@alikhalilll/nuxt-crypto' -icon: '' +icon: crypto.svg github: https://github.com/alikhalilll/ali-nuxt-toolkit/tree/master/packages/crypto website: https://alikhalilll.github.io/ali-nuxt-toolkit/crypto learn_more: '' From 2a2a723a209183a43ce74118df5c65cf7a35d36b Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 09:29:15 +0000 Subject: [PATCH 3/3] [autofix.ci] apply automated fixes --- modules/crypto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/crypto.yml b/modules/crypto.yml index 8a6cda952..59edf72c7 100644 --- a/modules/crypto.yml +++ b/modules/crypto.yml @@ -5,13 +5,13 @@ description: >- repo: alikhalilll/ali-nuxt-toolkit#master/packages/crypto npm: '@alikhalilll/nuxt-crypto' icon: crypto.svg -github: https://github.com/alikhalilll/ali-nuxt-toolkit/tree/master/packages/crypto +github: https://github.com/alikhalilll/ali-nuxt-toolkit website: https://alikhalilll.github.io/ali-nuxt-toolkit/crypto learn_more: '' category: Security type: 3rd-party maintainers: - - name: alikhalilll + - name: Ali Khalill github: alikhalilll compatibility: nuxt: '>=3.0.0'