Documentation
    Preparing search index...

    A processor that encrypts and decrypts Buffer data.

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

    Implements

    • IStoreProcessor<Buffer>
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: "CryptoBufferProcessor" = 'CryptoBufferProcessor'

    Methods