com.github.cloudfiles.crypt.alg.aes

Members list

Type members

Classlikes

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.

Attributes

Supertypes
trait CryptAlgorithm
class Object
trait Matchable
class Any
Self type
Aes.type