SSIS PGP 加密

发布于 2024-08-08 10:58:59 字数 149 浏览 6 评论 0原文

我有一个 SSIS 包,它将输出写入平面文件。 现在我需要PGP 加密输出文件并在其他包中进一步解密。我很好奇是否有人知道如何做到这一点,或者更好的是一个提供有关如何做到这一点的有用提示的网站。

谢谢

I have a SSIS package that writes the output to Flat file.
Now I need to PGP encrypt the output file and further decrypt in other packages. I am curious if anyone knows of how to do this, or better yet a website with helpful hints on how to do it.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

审判长 2024-08-15 10:58:59

假设您想在 SSIS 中进行加密/解密,最简单的方法可能是探索您正在使用的加密软件的命令行版本,并使用执行进程任务来执行它。

如果您尚未选择加密软件,明显的选择包括 PGP (商业)和 GnuPG (开源)。

另一种选择是编写 .Net 代码以在脚本任务中执行加密/解密 - 这需要来自 PGP 或 GnuPG 的 .dll。可以使用各种通用的 .Net 示例(并非特定于 SSIS) - 例如 这个 - 但我无法评论它们的完整性或质量。

SQLServerCentral 线程 可能有一些有用的指针。

Assuming you want to do the en/de-cryption within SSIS, the simplest method will probably to explore the command line version of whichever encryption software you are using, and execute it using an Execute Process task.

If you haven't yet selected encryption software, obvious choices include PGP (commercial) and GnuPG (open source).

The other option would be to write .Net code to carry out en/de-cryption in a Script Task - this would require a .dll from PGP or GnuPG. Various generic .Net examples (not specific to SSIS) are available - like this one - but I can't comment on their completeness or quality.

This SQLServerCentral thread may have some useful pointers.

亢潮 2024-08-15 10:58:59

如需稳定、支持良好且更新的 PGP 兼容 SSIS 任务,请查看我们的 BizCrypto 产品。

For stable, well-supported and updated PGP-compatible SSIS task check our BizCrypto product.

高跟鞋的旋律 2024-08-15 10:58:59

检查第三方商业 CozyRoc SSIS+ 库。它包括 OpenPGP 任务 和许多其他有用的扩展。

Check the third-party commercial CozyRoc SSIS+ library. It includes OpenPGP Task and many other useful extensions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文