Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有人知道 SSIS 中的数据流源组件(免费或付费),它将动态解密 OpenPGP 文件(将其全部保存在内存中)并将其输出到源。
我见过执行此操作的任务(控制流组件),但我不希望 OpenPGP 文件以解密状态写入磁盘。
对此的任何帮助将不胜感激。
CozyRoc 有一个工具。我不确定它是否在内存中加密/解密,但我从未注意到磁盘上的临时文件。
请参阅链接页面底部的CozyRoc OpenPGP 示例。它似乎表明你可以做你想做的事。