zaferkrk

Results 3 issues of zaferkrk

I want to catch the error for logging errors or other operations. How to do?

``` `` ``` I am using wamp server 2.2. What could be the cause of this error? PHP Version 5.3.10 APACHE 2.2

encryption data:e/nPxzHfbQLJrL+JjUvM5A== ``` this._encryptionKey = Convert.FromBase64String("xtlG3ujQ70glBQ4jYu7q2g=="); this._encryptionIV = Convert.FromBase64String("OFHWnm08YigWgT6keFFY0g=="); _provider = new AesProvider(this._encryptionKey, this._encryptionIV); ``` I tried many methods, I thought I could open it in SQL because AES is...