Interface ISymmetricEncryption
public interface ISymmetricEncryption
Encrypt or decrypt instance
- Author:
- I-D Media AG
-
Method Summary
-
Method Details
-
encrypt
Encrypt input- Parameters:
sInput-- Returns:
- Base64 encoded representation of encrypted string
-
encrypt
Encrypt input- Parameters:
sInput-sPhrase-- Returns:
-
decrypt
Decrypt input- Parameters:
sInput- Base64 encoded representation of encrypted string- Returns:
- Plain decrypted string or empty String
-
decrypt
Decode input- Parameters:
sInput-sPhrase-- Returns:
-