feat: add nuxt-cryptography module
๐ 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.
Hi! I'm autofix.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:
- Allow edits by maintainers for your pull request, and then re-trigger CI (for example by pushing a new commit).
- Manually fix the issues identified for your pull request (see the GitHub Actions output for details on what I would like to change).