Package com.softwaremining.util
Interface Cryptography
public interface Cryptography
This class can be extended to provide client specific encryption/decryption.
This class is used in ConnectionFactory to decrypt passwords.
-
Method Summary
-
Method Details
-
encrypt
Used by by user to encrypt Passwords.- Parameters:
seed
-toEncrypt
-- Returns:
-
decrypt
Used by ConnectionFactory to decrypt Password. This version will return the encryptePassword , without any change.- Parameters:
encryptedText
- -- Returns:
- decrypted password
-