ocean.util.cipher.gcrypt

Modules

AES
module ocean.util.cipher.gcrypt.AES

libgcrypt with algorithm AES (Rijndael) with a 128 bit key.

HMAC
module ocean.util.cipher.gcrypt.HMAC

libgcrypt hash-based message authentication code generator utility class.

MessageDigest
module ocean.util.cipher.gcrypt.MessageDigest

Wrapper to libgcrypt message digest and HMAC utility classes.

PBKDF2
module ocean.util.cipher.gcrypt.PBKDF2

PBKDF2 key derivation wrapper.

TripleDES
module ocean.util.cipher.gcrypt.TripleDES

libgcrypt with algorithm 3DES and mode CFB

Twofish
module ocean.util.cipher.gcrypt.Twofish

libgcrypt with algorithm Twofish and mode CFB

c
module ocean.util.cipher.gcrypt.c
core
module ocean.util.cipher.gcrypt.core