des - v0.1.1
    Preparing search index...

    Class DES

    DES class

    Index

    Constructors

    Properties

    Methods

    Constructors

    • DES class

      Parameters

      • key: Uint8Array

        Encryption key

      Returns DES

    Properties

    blockSize: 8

    Block size

    keySize: 8

    Key size

    Methods

    • Decrypt single block of data

      Parameters

      • block: Uint8Array

      Returns Uint8Array

    • Encrypt single block of data

      Parameters

      • block: Uint8Array

      Returns Uint8Array