Algorithms

object Algorithms

Symmetric-key block ciphers for performing encryption and decryption.

Samples

org.jetbrains.exposed.crypt.EncryptedColumnTests.testEncryptedColumnTypeWithAString

Functions

Link copied to clipboard

Returns an Encryptor that uses AES encryption with its cipher algorithm set to CBC mode.

Link copied to clipboard

Returns an Encryptor that uses AES encryption with its cipher algorithm set to GCM mode.

Link copied to clipboard

Returns an Encryptor that uses a Blowfish algorithm.

Link copied to clipboard

Returns an Encryptor that uses a Triple DES algorithm.