从oracle钱包中读取私钥

发布于 2024-07-13 21:14:54 字数 374 浏览 5 评论 0原文

我们使用 Oracle wallet 来编写 Oracle 版本的脚本。

使用 mkstore 我可以添加或删除 Oracle 钱包的私钥。

无论是使用 Java 还是 C#,我都想读取 Oracle 钱包内的私钥。

有人可以分享示例代码如何做到这一点吗?

这篇文章解释了如何使用Java打开钱包,但它不读取私钥。 http://blog.mikesidoti.com/2007/04/opening- oracles-wallet.html

We use Oracle wallet for scripting Oracle releases.

Using mkstore I can add or delete private keys to Oracle wallet.

Either using Java or C#, I want to read the private key sitting inside the Oracle wallet.

Could someone share the sample code how to do that.

This post explains how to open a wallet using Java, but it does not read the private key.
http://blog.mikesidoti.com/2007/04/opening-oracles-wallet.html

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

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

发布评论

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

评论(2

终难愈 2024-07-20 21:14:54

钱包的目的不就是防止任何东西读取私钥吗?

Isn't the point of the wallet to prevent anything from reading the private key?

不顾 2024-07-20 21:14:54

你可以试试这个:
openssl pkcs12 -nocerts -out priv.key -in wallet\ewallet.p12

我在这篇博客文章中找到了它: 链接

You can try this:
openssl pkcs12 -nocerts -out priv.key -in wallet\ewallet.p12

I found it on this blog post: link

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