Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions modules/crypto.yml
Original file line number Diff line number Diff line change
@@ -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: {}
Loading