Hierarchy

  • AES

Index

Constructors

Methods

Constructors

constructor

  • new AES(): AES

Methods

Static decrypt

  • decrypt(text: string, key: string): string
  • Parameters

    • text: string
    • key: string

    Returns string

Static encrypt

  • encrypt(text: string, key: string): string
  • Parameters

    • text: string
    • key: string

    Returns string

Generated using TypeDoc