Overload | Description |
---|---|
DecryptAES(String) | Decrypts the given encrypted text |
DecryptAES(String,String) | Decrypts the given encrypted text using the key from given pass-phrase. |
DecryptAES(String,Byte[]) | Decrypts the given encrypted text using the given key. |