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 new file mode 100644 index 000000000..59edf72c7 --- /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: crypto.svg +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: Ali Khalill + github: alikhalilll +compatibility: + nuxt: '>=3.0.0' + requires: {}