Packages

package aes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Value Members

  1. object Aes extends CryptAlgorithm

    A module implementing the AES crypto algorithm.

    A module implementing the AES crypto algorithm.

    This module implements functionality to encrypt and decrypt data using the AES algorithm with Counter (CTR) mode cipher. For each encryption, a random initialization vector is used. This has the effect that encryption of the same plain text multiple times causes different results.

Ungrouped