Interface | Description |
---|---|
ERXCrypterInterface |
Provides a simple interface on top of various encryption algorithms.
|
Class | Description |
---|---|
BCrypt |
BCrypt implements OpenBSD-style Blowfish password hashing using
the scheme described in "A Future-Adaptable Password Scheme" by
Niels Provos and David Mazieres.
|
ERXAbstractAESCrypter |
ERXAbstractAESCrypter is an AES implementation of the crypter
interface that allows subclasses to override the source of the cipher key.
|
ERXAbstractBlowfishCrypter |
ERXAbstractBlowfishCrypter is a blowfish implementation of the crypter
interface that allows subclasses to override the source of the blowfish key.
|
ERXAESCrypter |
ERXAESCrypter is an AES implementation of the crypter interface.
|
ERXBlowfishCrypter |
ERXBlowfishCrypter is a blowfish implementation of the crypter interface.
|
ERXCrypto |
Provides a wrapper around common encryption and decryption operations.
|
ERXCryptoString | |
ERXDESCrypter |
ERXDESCrypto is a DES implementation of the crypter interface.
|
ERXKeyStoreBlowfishCrypter |
ERXKeyStoreBlowfishCrypter is a blowfish implementation of the crypter
interface that loads its secret key from a java keystore.
|
Copyright © 2002 – 2024 Project Wonder.