Package org.apache.openejb.cipher
package org.apache.openejb.cipher
-
ClassDescriptionImplementations of
PasswordCipher
allow to encode and decode passwords used to connect to a database.ThisPlainTextPasswordCipher
is anPasswordCipher
implementation that does not use any encryption/decryption algorithm at all.ThisPasswordCipher
implementation uses a the Triple-DES encryption algorithm.