| Decrypt(String) | decrypts a string |
| Decrypt(String, CryptoCryptoTypes) | decrypts a string acc. to the decryption type |
| Decrypt(String, String) | decrypts a string using a user defined password key |
| Decrypt(String, String, CryptoCryptoTypes) | decrypts a string acc. to decryption type and user defined password key |