Provides cryptographic utilities used by the Core module.
This client handles key derivation, encryption/decryption,
secure token generation, hashing, UUID generation, and
interaction with the kernel's key storage. The implementation
relies on the Node.js crypto module and expects a 32‑byte
AES key.
Provides cryptographic utilities used by the Core module.
This client handles key derivation, encryption/decryption, secure token generation, hashing, UUID generation, and interaction with the kernel's key storage. The implementation relies on the Node.js
cryptomodule and expects a 32‑byte AES key.