You will have to understand what type of encryption is being used. If PHP is doing the encryption, then you may or may not need to decrypt the data. You could have the same application read the data and decrypt it. If you need to decrypt it, then you need to know the key and the algorithm, as encryption is a general concept. The specific way to encrypt things can be different in any application.