@grandlinex/core
    Preparing search index...

    Class CoreCryptoClient

    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.

    Implements

    Index

    Constructors

    Properties

    AesIV: string
    AesKey: string
    kernel: ICoreKernel<any>

    Methods