Documentation
    Preparing search index...

    Class CryptoBufferProcessor

    A processor that encrypts and decrypts ArrayBuffer data.

    • Uses AES-256-GCM encryption (iv stored in the first 12 bytes)
    • Secret Key is derived from a key buffer and build as sha256 hash key

    Implements

    Index
    name: "CryptoBufferProcessor" = 'CryptoBufferProcessor'