modules icon indicating copy to clipboard operation
modules copied to clipboard

feat: add nuxt-cryptography module

Open ItsAnunesS opened this issue 1 month ago โ€ข 1 comments

๐Ÿ”— Linked issue

resolves #1329

โ“ Type of change

  • [x] ๐Ÿ“– Documentation (updates to the documentation or readme)
  • [ ] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [ ] ๐Ÿ‘Œ Enhancement (improving an existing functionality)
  • [ ] โœจ New feature (a non-breaking change that adds functionality)
  • [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

This pull request adds nuxt-cryptography to the modules listing.

nuxt-cryptography is a lightweight and dependency-free module that provides cryptographic helpers:

โ€ข A composable (useCrypto) for encryption, decryption and hashing
โ€ข Server-only helpers for sensitive operations
โ€ข PBKDF2 key derivation
โ€ข Small surface area and predictable API

The module aims to give developers a simple and safe way to perform common cryptographic tasks inside Nuxt projects without pulling in heavy third-party libraries.

ItsAnunesS avatar Dec 03 '25 02:12 ItsAnunesS

Hi! I'm autofix logoautofix.ci, a bot that automatically fixes trivial issues such as code formatting in pull requests.

I would like to apply some automated changes to this pull request, but it looks like I don't have the necessary permissions to do so. To get this pull request into a mergeable state, please do one of the following two things:

  1. Allow edits by maintainers for your pull request, and then re-trigger CI (for example by pushing a new commit).
  2. Manually fix the issues identified for your pull request (see the GitHub Actions output for details on what I would like to change).

autofix-ci[bot] avatar Dec 03 '25 02:12 autofix-ci[bot]