modules icon indicating copy to clipboard operation
modules copied to clipboard

[Module Listing Request]: `Nuxt Cryptography`

Open ItsAnunesS opened this issue 1 month ago • 0 comments

Description

Nuxt Cryptography brings secure, framework-native cryptographic utilities to Nuxt projects, working uniformly on both server and client environments.

Features

  • 🔐  Universal Web Crypto wrapper with automatic Node/browser fallbacks
  • 🧩  useCrypto composable injected in every Nuxt app (SSR + client)
  • 🛠️  Server helper useServerCrypto for Nitro routes and API handlers
  • ♻️  Stateless AES-GCM encryption/decryption, UUIDs, secure random bytes, and SHA digests

Repository

https://github.com/BitwoHQ/nuxt-cryptography

npm

https://www.npmjs.com/package/@bitwo.io/nuxt-cryptography

Nuxt Compatibility

Nuxt 3, Nuxt 4

ItsAnunesS avatar Dec 03 '25 02:12 ItsAnunesS