查看.gpg文件内容
我正在编写一个 C 应用程序,我想知道是否有办法查看 .gpg 文件内容(然后是加密内容)。有问题的 .gpg 文件涉及我加密的一个简单的 .txt 文件。 我了解一点GPGME,它的功能可能吗?或者其他方式...
编辑:我想一件事:如果我的应用程序使用“--armor”选项,我有一个 ASCII 模式的 .gpg 文件而不是二进制...所以 .gpg 文件可以简单地读取,真的?最简单的方法...
I'm writing a C application and I wanna know if there is a way to view .gpg file content (then the encrypted content). The .gpg file in question concerns a simple .txt file that I encrypted.
I know a bit GPGME, it's possible with its function? Or other ways...
EDIT: I thought one thing: if my application use "--armor" option, I've a .gpg file in ASCII mode and not binary...so the .gpg file can be read simply, true? The easiest way...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
libgcrypt
libgcrypt
您可以使用 GnuPG Made Easy 库,这里是一个 迷你指南 使用它。
You can use GnuPG Made Easy library, here is a mini howto on using it.