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 a standard structure, but I couldn't. Can you send a sample code block?
DATABASE:MSSQL