0

このクエリを実行すると

select  cast(cast(packagedata as varbinary(max)) as xml) as PackageData from msdb.dbo.sysssispackages 

XMLファイルの結果を取得しますが、暗号化されています <EncryptedData xmlns="w3.org/2001/04/xmlenc#"; Type="w3.org/2001/04/xmlenc#Element"; Salt="Gnk/DB61AQ==" IV="iYcfV0NOGy0="> <EncryptionMethod Algorithm="w3.org/2001/04/xmlenc#tripledes-cbc"; /> <CipherData> <CipherValue>/TtgJ46P9L23ZeGt67n+2OZGXoHiGWcUAWE8CdN1Z2aiF40fAg6DfBWGx62RB7Botxr‌​w+f1Jf1CtR10iMLw0iz+VIcbaPFZj5ZfCm3aDeDLbnwXdb7mIdzNtF/5EOjNph/kPz7PxcUlAOUvsLLmj‌​Gtx92EhWL6KpXufKahnRiwLuZLNc</CipherValue> </CipherData> </EncryptedData>

T-SQL を使用して復号化する簡単な方法はありますか?

4

1 に答える 1